/* CSS Document *//* MAIN NAVI vertikal --------*/	#vertical_navi_news {	width:211px;	font-family:Arial, Helvetica, sans-serif;	font-weight:bold;	font-variant:small-caps;	text-align:left; 	float:left;	font-size:13px;	background-color:#E6E8DB;	}#vertical_navi_news ul {	width:201px;	margin:0px 0 0 5px;	padding:0px;	list-style:none;	}#vertical_navi_news li {	padding:0;	margin:0;	background:url(../images_system/news_underline.gif) repeat-x;	background-position:bottom;		}#vertical_navi_news p {	padding:0px;	background: #eee;	}#vertical_navi_news li a {	display: block;	padding:5px 0 5px 15px;   /* bestimmt den Abstand der punkte zueinander*/	margin-top:0px;	text-decoration:none;	/*border-bottom: 2px dotted #FFFF88;*/	color:#616451;	background: url(../images_system/bullit_v_nav.gif) no-repeat;	background-position:0px 8px;	}#vertical_navi_news li a:hover, #vertical_navi_news li a:focus {	background-color: #d8dfc0;	color:#000;	background-image: url(../images_system/bullit_v_nav.gif); 	background-repeat: no-repeat;	background-position:0px 8px;	}#vertical_navi_news .inactive {	display: block;	padding:5px 0 5px 15px;   /* bestimmt den Abstand der punkte zueinander*/	margin-top:0px;	text-decoration:none;	/*border-bottom: 2px dotted #FFFF88;*/	color:#000;	background-image: url(../images_system/bullit_v_nav.gif);	background-position:0px 8px;	background-repeat: no-repeat;	background-color: #d8dfc0;	}#vertical_navi_news h3 {	color:#64675C;	font-family:verdana;	font-weight:bold;	font-size:14px;	text-decoration:none;	margin: 0px 0 2px 5px;	padding:0 0 0px 18px;	background-image: url(../images_system/bullit_cont.gif);	background-repeat:no-repeat;	background-position:0 2px	;	}