body {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
}

div#header {
width: 768px;
height: 50px;
background-color:#ff6600; 
background-image:url(http://beta.conamic.de/system/images/bo_header.jpg);
background-repeat:no-repeat; 
background-position:600px 0px; 
padding: 20px;
text-align: left;
font-size: 36px;
font-weight: bold;
border-top: #000 1px solid;
border-left: #000 1px solid;
border-right: #000 1px solid;
}

div#body {
width: 808px;
height: 100%;
border-right: #000 1px solid;
border-left: #000 1px solid;
border-bottom: #000 1px solid;
}

div#content {
float:right;
width:630px;
height: 100%;
text-align: left;
padding: 10px;
}

div#menu {
float:left;
width:150px;
}

div#clear {
clear:both;
}

div.menu {
width:150px;
border-top: #fff 1px solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
background-color: #000066;
text-align: left;
}

div.menu a {
color: #FFF;
text-decoration: none;

}

div.menu a:hover {


}

h1 {
border-bottom: #000 1px solid;
font-size: 18px;
}


h2 {
border-bottom: #000 1px solid;
font-size: 14px;
}

div.source {
font-family: "courier new", courier; padding:10px; background-color: #ccc; border: 1px solid #000;
}