body,td {

	padding: 0;
	margin: 0 auto;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	color : #000000;}

h1   {font-size:17px; margin-top:4px;}
h2   {font-size:12px; margin-top:6px; }


#menu{

width:160px;
background-image:url(../images/oben_links.gif); background-repeat:no-repeat;
}
#menu ul{
margin:0 0 10px 0px;
padding:0;
list-style:none;
width:160px;}
#menu li{
line-height:20px;
padding:0 0 0px 0;
/*der abstand zw den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
margin:0;}

#menu a{
width:160px;
/*die breitenangabe wir nur vom ie benoetigt*/
display:block;
color:#293873;

padding:4px 4px 4px 20px;
font-size:11px;
text-decoration:none;
font-weight:bold;}

#menu a:hover{
color:#293873;
text-decoration:underline;
}





#inhalt {
         width:530px;
         margin-left:60px;
         font-size : 11px;
	line-height : 17px;
	color : #000000
         }

#inhalt a  { color:#B00036; text-decoration:none; }
#inhalt a:hover  { color:#ffffff; text-decoration:none; background:#B00036;}


a.abody              { color:#B00036; text-decoration:none; }
a.abody:hover        { color:#ffffff; text-decoration:none; background:#B00036; }




#drucken {float:right;}
