body{
padding:0;
margin:0;
font-family:Arial;

}

#wrapper{
width:800px;
margin:0px;
padding:0;
}
#navigation {
background-image:url('/templates/1/Bilder/navigation_top.jpg');
float:left;
width:137px;
margin-top:20px;
padding-top:19px;
background-repeat:no-repeat;
}
#content {
float:left;
margin:50px 30px;
font-size:12px;
color:#666666;
width:600px;
}
h1, h2, h3{
font-size:12px;
font-weight:heavy;
color:#414143;
}
h1 b, h2 b, h3 b{
color:#095624;
}

#navigation a, #navigation a:visited{
margin:1px 0px;
color:#FFFFFF;
background-color:#919394;
text-decoration:none;
display:block;
width:135px;
border-bottom:1px solid #666666;
font-size:11px;
line-height:16px;
height:16px;
}
#navigation a.sublink{
margin:1px 10px;
font-weight:bold;
color:#FFFFFF;
background-color:#919394;
text-decoration:none;
display:block;
width:125px;
border-bottom:1px solid #666666;
font-size:10px;
line-height:14px;
height:14px;
}

#navigation a:hover{
background-color:#666666;
color:#FFFFFF;
}
#navigation #bottom{
background-image:url('Bilder/navigation_bottom.jpg');
background-repeat:no-repeat;
background-position:bottom;
width:135px;
margin:0px 0px;
height:23px;
}
#content img{
	display:block;
}
#content img:after{
    content:attr(alt);
	display:block;
	max-width:341px;
	height:60px;
	padding-top:20px;
}


dl{ float: left; margin-right: 1em; max-width:341px;}
dl dt { margin-bottom: 0; }
dl dd { margin: 5px;text-align:center;font-size:9px; }

