@charset "utf-8";
/* CSS Document 
dunkelbraun: #915e36
hellbraun: #c99e64


*/


html, body {
margin: 0;
padding: 0;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;

}

img{
display: block;
}


h1 {
color: #915e36;
font-size: 20px;
display: inline;
}

h2 {
color: #c99e64;
font-size: 14px;
display: inline;
}

h3 {
background-color: #c99e64;
width: 465px;
font-size: 14px;
color: #ffffff;
}

p {
font-size: 11px;
}

a {
color: #915e36;
text-decoration: none;
font-weight: bold;
}


#haupt {
width: 760px;
margin-top: 10px;
margin: 0 auto;
/* background-image: url(../gfx/bg_img.jpg);  */
height:450px;
background-repeat: no-repeat;


}

#oben {
float: none;
}


#links {
float: left;

width: 150px;
padding: 0px;
}


#mitte {
background: #fff;
float: left;
width: 475px;
padding: 0px;
}


#rechts {
float: left;
width: 135px;
background: #fff;
}

#content_l {
float: left;
width: 315px;
background: #fff;
}

#content_r {
float: left;
width: 150px;
background: #fff;
}