/* Seiten (gruen)   ------------- */
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(img/hg_g.gif) repeat-y;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
/*  Subnavigation entsprechend einrücken ----------------------------------------*/
div#subNavi {
	position: absolute;
	top: 2px;
	left: 115px;
	width: 500px;
	height: 30px;
}
/*  Subnavigation ----------------------------------------*/
.subPipe {
	color : #6A6B6F;
	font-weight:bold;
	margin-right:3px;
}
span.subNormal {
	margin-right:3px;
}
span.subNormal a, span.subNormal a:link, span.subNormal a:visited{	
   	font-size : 13px;
	font-weight:bold;
	color : #6A6B6F;
	text-decoration: none;
}
span.subNormal a:hover{	
	font-size : 13px;
	font-weight:bold;
	color : #C7EA46;
	text-decoration: none;
}
span.subPressed {
	margin-right:3px;
}
span.subPressed a, span.subPressed a:link, span.subPressed a:visited, span.subPressed a:hover{	
   	font-size : 13px;
	font-weight:bold;
	color : #C7EA46;
	text-decoration: none;
}


