@charset "UTF-8";/* CSS Document *//* CSS Document */#h_nav_head {		padding:3px 0px 4px 0px;	/*muss mit Abstand im li a korrespondieren*/		margin: 0px;		font-family:Arial, Helvetica, sans-serif;		font-size:12px;		line-height:12px;		font-weight:normal;		color:#888;		}	#h_nav_head ul {		padding:0;		margin:0;		}	#h_nav_head li {		display: inline;		padding: 0 0;		margin: 0 0;		}	#h_nav_head li a {		display: inline;		padding:3px 5px 3px 5px;   /* bestimmt den Abstand der punkte zueinander*/		margin:0px 0px 0 0px;		line-height: 12px;		text-decoration:none;		border-right:1px solid #fff;		color:#888;		}	#h_nav_head li a:hover {		color:#000;		}	#h_nav_head li .inactive {		display:inline;		padding:3px 5px 3px 5px;   /* bestimmt den Abstand der punkte zueinander*/		margin:0px 0px 0 0px;		line-height: 12px;		border:0px;		color:#000;		}/* ------------ */		#h_nav_clearer {	clear:both;	height:0px;	line-height:0px;	font-size:0px;	}#horizontal_navi{	padding:0;	marign:0;	width:826px;  /*981*/	float:right;	overflow:hidden;	}#h_nav {		padding:3px 0px 4px 0px;	/*muss mit Abstand im li a korrespondieren*/		margin: 0px;		font-family:Arial, Helvetica, sans-serif;		font-size:12px;		line-height:12px;		font-weight:bold;		background: #999;		}	#h_nav ul {		padding:0;		margin:0;		}	#h_nav li {		display: inline;		padding: 0 0;		margin: 0 0;		}	#h_nav li a {		display: inline;		padding:3px 15px 3px 15px;   /* bestimmt den Abstand der punkte zueinander*/		margin:0px 0px 0 0px;		line-height: 11px;		background: #999;		text-decoration:none;		border-right:1px solid #fff;		color:#fff;		}	#h_nav li a:hover {		background: #ccc;		color:#666;		}	#h_nav .inactive {		display:inline;		padding:3px 15px 3px 15px;   /* bestimmt den Abstand der punkte zueinander*/		margin:0px 0px 0 0px;		line-height: 11px;		border:0px;		background: #ddd;		color:#7A2323;border-right:1px solid #fff;		}/* ------------ */		#horizontal_navi_home{			width:169px;  /*981*/	float:left;	overflow:hidden;	}#h_nav_home {		padding:3px 0px 4px 0px;	/*muss mit Abstand im li a korrespondieren*/		margin: 0px;		font-family:Arial, Helvetica, sans-serif;		font-size:12px;		line-height:11px;		font-weight:bold;		background: #999;		}	#h_nav_home ul {		padding:0;		margin:0;		}	#h_nav_home li {		display: inline;		padding: 0 0;		margin: 0 0;		}	#h_nav_home li a {		display: inline;		padding:3px 150px 3px 15px;   /* bestimmt den Abstand der punkte zueinander*/		margin:0px 0px 0 0px;		line-height: 11px;		background: #999;		text-decoration:none;		color:#fff;		}	#h_nav_home li a:hover {		background: #ccc;		color:#666;		}	#h_nav_home .inactive {		display:inline;		padding:3px 15px 3px 15px;   /* bestimmt den Abstand der punkte zueinander*/		margin:0px 2px 0 2px;		line-height: 12px;		border:0px;		background: #ddd;		color:#7A2323;		}	