
#body {
background:url("img/bg.jpg") repeat-y;
margin:0px;
}

#whole {
height:106px;
background:url("img/top_left.jpg") no-repeat;
margin:0px;
}

#menue {
height:93px;
background:url("img/center_left.jpg") no-repeat 41px 106px;
padding-top:105px;
padding-left:60px;

font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
font-size:11px;
float:left;
}

#menue a {
text-decoration:none;
color:#BA682C;
}

#menue a:hover {
text-decoration:underline;
color:#BA4F00;
}

#content {
float:left;
width:400px;
padding-left:50px;
margin-top:100px;

font-family:"Lucida Sans Unicode", "Lucida Grande", arial, helvetica ;
font-size:12px;
}

