html{
background-color: #ffffff;
height: 100%;
}

#container{
margin: auto;
width:820px;
height:620px;
}

#main{
width: 820px;
height: 408px;
text-align: left;
background-image: url(./img/bg.png);
margin-top:-4px;
}

#menu{
height: 185px;
width: 90px;
margin-left: 30px;
float: left;
}

.menlink{
height: 24px;
width: 83px;
background-image: url(./img/btn_norm.png);
background-repeat: no-repeat;
display: block;
margin-top: 4px;
font-family: Verdana;
font-size: 0.73em;
line-height: 22px;
text-decoration: none;
color: #22268e;
padding-left: 5px;
}

.menlink:hover{
background-image: url(./img/btn_hi.png);
}

#content{
width: 640px;
height: 370px;
float: left;
margin-left: 30px;
margin-top: 4px;
overflow: auto;
font-family: Verdana;
font-size: 0.73em;
line-height: 22px;
text-decoration: none;
color: #22268e;
}

#heading{
font-size: 1.3em;
color: #494db7;
border-bottom: 1px dotted #e7e7e7;
margin-bottom: 5px;
}

#table_anf{
	border-spacing:10px;
	empty-cells:hide;
}

.tablesection{
	font-weight:bold;
	font-size: 1.4em;
}

.smalltext{
	font-size:0.85em;
}
.zubehoer{
	width: 200px;
}