/* CSS Document */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#666666;
line-height: 17px;

background-image: url(images/background.gif);
background-repeat: repeat;
background-attachment:fixed;
}

a:link {
color:#b09f7a;
font-weight:bold;
text-decoration: underline;
}
a:visited {
color:#b09f7a;
font-weight:bold;
text-decoration: underline;
}
a:active {
color:#b09f7a;
font-weight:bold;
text-decoration: underline;
}
a:hover {
color:#b09f7a;
font-weight:bold;
text-decoration: underline;
}
p {
padding-top : 12px;
}

#container {
position:relative;
margin-top:80px;
width: 838px;
height: 320px;
margin-left:auto;
margin-right:auto;

border: 1px solid #b09f7a;
background-color:#fbf5e2;
}

#container1 {
position:relative;
margin-top:20px; margin-left:30px;
width: 490px;
height: 71px;

background-image:url(images/himmlische_tage.gif);
background-repeat:no-repeat;
}

#container2 {
position:relative;
margin-top:20px; margin-left:30px;
width:838px;
height: 180px;

float:left;
}

#hotel {
position:relative;
width: 240px;
height: 180px;

float:left;
}

#restaurant {
position:relative;
margin-left:30px;
width: 240px;
height: 180px;

float:left;
}

#pondorosa {
position:relative;
margin-left:30px;
width: 240px;
height: 180px;

float:left;
}

#footer {
position:relative;
margin-top:20px;
width: 838px;
height:auto;

margin-left:auto;
margin-right:auto;

font-size:14px;
color:#b09f7a;
text-align:center;
}
