/* navigation */
#rightSub
{
	float: right;
	width:230px;
	margin-right: 10px; 
}
#subnav 
{
	/*min-width: 10em;  */
	/*width:230px;*/
	/*padding-right: 2px 2%; */
	font-size: 0.9em;	
}

#subnav dt{ /* Die einzelnen Überschriften in der Subnavigation */
 font-size: 1.1em;
 font-family: Arial,Georgia, "Times New Roman", Times, serif; 
 letter-spacing: 1px; 
 font-weight:bold; 
 padding: 0.2em 1%;
 margin-left:1px;
 text-align:center;
 color: #ffffe0; 
 height:30px;
 padding-top:6px;
 background:url(../pics/right_nav_title.png); 
 background-repeat:no-repeat; 

}
*html #subnav dt{ margin-bottom:2px;}
#subnav dd
{ 
	margin:0px;
	margin-top:-4px;
	margin-bottom:4px;	
}
*html #subnav dd{ margin-top:-3px;}
.nav_top	
{		
	width:230px;
	height:20px;
	background: url(../pics/right_nav_top.png) ; 
	background-repeat:no-repeat;	
}
.nav_center	
{
	padding-top:4px;
	padding-bottom:6px;	
	padding-left: 13px;		
	padding-right:20px;
	/*width:230px;	*/
	background: url(../pics/right_nav_center.png); 
	background-repeat:repeat-y;
}
.nav_bottom	
{
	width:230px;
	height:43px;
	padding-left: 13px;		
	padding-right:20px;	
	background: url(../pics/right_nav_bottom.png); 
	background-repeat:no-repeat;	
}

*html #subnav dd
{ 	
	width:230px;
}

*html #nav_center
{ 	
	margin-bottom:16px;
}
