/* CSS Document */


	
/* MAIN NAVI vertical --------*/
	
#main_navi {
		width:238px; 
		padding:0px;
		margin:0;
		font-family:Arial narrow, sans-serif;
		font-size:14px;
		color:#fff;
		}
	#h_nav, #h_nav ul {
		margin: 0;
		padding: 0;
		margin-left:-1px;
		}
	#h_nav {
		margin-bottom: 0;
		font-size:12px;			
		}	
	#h_nav li {
		display: inline;
		}
	#h_nav li a {
		display: block;
		padding:12px 0 12px 25px;   /*bestimmt den Abstand der punkte zueinander*/
		margin-bottom:0px;
		line-height: 4px;
		background: transparent;
		text-decoration:none;
		border-bottom:1px solid #28436a;
		border-top:1px solid #849fc5;
		}
	#h_nav li a:hover {
		background-color: #637ea7;
		background-image:url(../images_system/bullits_blue.gif);
		background-position:227px 7px ;
		background-repeat:no-repeat;
		}
	#h_nav li .inactive {
		display: block;
		padding:12px 0 12px 25px;   /*bestimmt den Abstand der punkte zueinander*/
		margin-bottom:0px;
		line-height: 4px;
		background-color: #637ea7;
		background-image:url(../images_system/bullits_blue.gif);
		background-position:227px 7px ;
		background-repeat:no-repeat;

		text-decoration:none;
		border-bottom:1px solid #28436a;
		border-top:1px solid #849fc5;
		color:#dbc511;
		}
			
	  :link { color: #fff; }
		:visited { color: #fff; }
		:link:hover, :visited:hover { color: #fff; }
		:link:active, :link:active { color: #fff; }
		
		
/* Sub navi vertical -----------------------------*/		
	

#nav, #nav ul {
		margin: 0;
		padding: 0;
		margin-left:-1px;
		}
	#nav {
		margin-bottom:0;
		font-size:12px;			
		}	
	#nav li {
		display: inline;
		}
	#nav li a {
		display: block;
		padding:12px 0 12px 25px;   /*bestimmt den Abstand der punkte zueinander*/
		margin-bottom:0px;
		line-height: 4px;
		background: transparent;
		text-decoration:none;
		border-bottom:1px solid #b6b6b6;
		border-top:1px solid #ececec;
		color:#2B4871;
		}
	#nav li a:hover {
		background-color: #e1e1e1;
		background-image:url(../images_system/bullits_grey.gif);
		background-position:227px 7px ;
		background-repeat:no-repeat;
		}
	#nav li .inactive {
		display: block;
		padding:12px 0 12px 25px;   /*bestimmt den Abstand der punkte zueinander*/
		margin-bottom:0px;
		line-height: 4px;
		background-color: #e1e1e1;
		background-image:url(../images_system/bullits_grey.gif);
		background-position:227px 7px ;
		background-repeat:no-repeat;
		text-decoration:none;
		border-bottom:1px solid #b6b6b6;
		border-top:1px solid #ececec;
		color:#C2B01D;
		}
			
	  :link { color: #fff; }
		:visited { color: #fff; }
		:link:hover, :visited:hover { color: #fff; }
		:link:active, :link:active { color: #fff; }


/* EOF main navi -----------------------------------------------*/



/* Column right */

#column_right ul {
	marign:0;
	padding:0;
	list-style:none;
	font-size:12px;
	width:225px;
	}
#column_right li a {
	background-color:#e1e1e1;
	border-left:3px solid #a3a3a3;
	color:#494949;
	display:block;
	text-decoration:none;
	padding:3px 7px;
	margin:3px 0 3px 0;
	list-style:none;
	}
#column_right li a:hover {
	background-color:#d3d3d3;
	border-left:3px solid #98211a;
	color:#000;
	}
#column_right li .inactive {
	background-color:#d3d3d3;
	border-left:3px solid #98211a;
	color:#000;
	display:block;
	text-decoration:none;
	padding:3px 7px;
	margin:3px 0 3px 0;
	list-style:none;
	}