/* CSS Document */

*
{
margin:0;
padding:0;
}

#session
{
margin:auto;
}

/************navi*************/

#navi a
{
display:inline;
float:right;
}

/*****************************/

/**********content***********/

#bildbereich
{
background:url(images/bild.jpg);
width:313px;
height:443px;
float:left;
}

#bildbereich-impressum
{
background:url(images/bildimpressumseite.jpg);
width:313px;
height:443px;
float:left;
}

#bildbereich-ueber
{
background:url(images/bildhotelanlageseite.jpg);
width:313px;
height:443px;
float:left;
}

#textbereich
{
background:url(images/text.jpg);
width:651px;
height:auto;
float:right;
}

#textbereich p
{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
padding-left:20px;
width:620px;
}

#textbereich h1
{
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
font-size:20px;
font-style:italic;
padding-top:30px;
padding-left:20px;
}

#footer p
{
font-family:Trajan Pro, Arial, Helvetica, sans-serif;
font-size:11px;
padding-bottom:8px;
padding-left:12px;
}

.emailtext
{
color:black;
text-decoration:none;
}