html, body {
font-family: 'Gentium Basic', serif;
background-image: url(../img/wr_bg.jpg);
background-repeat: no-repeat;
background-position:50% 20%;
background-color: #825527;
padding:0px;
margin:0px;
height:100%;
font-style:italic;
}



.container {
width:1000px;
margin-right: auto;
margin-left: auto;
*zoom: 1;

}



.border {
padding:20px;
background-image: url(../img/weiss_trans.png);
}



.logo {
float:left;
background-color: #DAB77C;
padding:10px;
height:480px;
width:240px;
text-align:center;
}

.zimmer {
float:left;
background-color: #DAB77C;
}



.content {
float:left;
background-image: url(../img/wr_content_bg.jpg);
background-repeat: repeat-y;
background-color: #ffffff;
width:400px;
padding:40px;
height:420px;
}



h1,h2,h3
{
font-style:italic;
color:#825527;
}


p
{
color:#DAB77C;
font-size:14px;
width:310px;
}


.handwriting
{
font-family: 'Reenie Beanie', cursive;
color:#825527;
font-size:24px;
width:260px;
line-height:24px;
}


.handwriting a
{
color:#825527;
}

.handwriting a:hover
{
text-decoration: underline;
}





a {
text-decoration:none;
color:#ffffff;
}


a:hover {
background-color: #ffffff;
color:#825527;
}