

/* Wichtige Farben
Dunkelblau = #2C347C
Grau = #666
Dunkelgrau = #AEB0B0 (Menzeile)
Hellgrau = #EAEBEC (pfadZeile)
Rot = #ED1B2E (pfadZeile)

*/


html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

body {
	background: #fff;
	font-size:11px;
	text-align: center;
}

#container {
	height: 100%;
	background: url(../sonstige/container_hg.gif) repeat-y;
	margin: auto;
	width: 873px;
	text-align: left;
}

#hilfe {
	height: 100%;
	margin: auto 20px;
	text-align: left;
}

div{

}

.brclear{
clear: both;
font-size: 1px;
line-height: 1px;
}

/* headerNavi */

#headerNavi {
	padding-top: 18px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.switch_lang{ /* modifiziert fr ie6 */
	padding-top: 18px;
	padding-left: 4px;
	margin-right: 27px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	float: right;
}


#headerNavi a, .switch_lang a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.switch_lang span.nolang {
	text-decoration:line-through;
}



#headerNavi a:hover, .switch_lang a:hover {
	text-decoration: underline;
	cursor:pointer;
}

#headerNavi a.wichtig {
	font-weight: bold;
}
#headerNavi a.wichtig span{
	font-weight: normal;
}
#headerNavi a#aktiv{
	color: #2C347C;
}



#headerNavi input {
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana, Arial, helvetica;
	background: #fff;
	color: #666;
	border: 1px solid #666;
	width: 85px;
}

#headerNavi .submit {
	width: 20px;
	margin-left: 10px;
}

#headerSearch { 
	padding-top: 4px;
	margin-right: 27px;

	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	float:right;
}
#headerSearch a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#headerSearch a:hover {
	text-decoration: underline;
}
#headerSearch input {
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana, Arial, helvetica;
	background: #ffffff;
	color: #666666;
	border: 1px solid #666666;
	width: 85px;
}
#headerSearch .submit {
	width: 20px;
	margin-left: 10px;
}


/* headerBild */

#headerBild {
	margin: 15px 3px 0px 3px;
	height: 151px;
}
#headerBild img{
	border: 0px;
}

/* menzeile */

#menueZeile {
	margin: 0px 3px;
	padding-left: 25px;
	height: 28px;
	border-top: 1px solid #2C347C;
	border-bottom: 1px solid #2C347C;
	background: #AEB0B0;
}

#menueZeile  div {
	height: 28px;
	float: left;
	border-right:  1px solid #2C347C;
/*	background: #f0f; */
	
}
#menueZeile  div.menuswitch {
	float: right;
	border-left:  1px solid #2C347C;
}

 


#menueZeile  div a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	height: 28px;
	display: block;
	background: #fff;
	float:left;
	line-height: 28px;
	padding: 0px 7px;
}
#menueZeile  div.menuswitch a {
	background: #EAEBEC;
}


#menueZeile  div a:hover {
	color: #2C347C;
	background: #EAEBEC;
}

#menueZeile .menuHover {
	color: #2C347C;
	background: #EAEBEC; 
}
#menueZeile .menuActive {
	color: #2C347C;
	background: #EAEBEC; 
}


#menuItem1{
	border-left:  1px solid #2C347C;
}

#menueZeile #menueBlock{
	border-right: none;
}
/* pfadZeile*/

#pfadZeile {
	margin: 0px 3px;
	padding-left: 28px;
	height: 18px;
	border-bottom: 1px solid #2C347C;
	background: #EAEBEC;
}


#pfadZeile span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #ED1B2E;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	height: 18px;
/*	padding-left: 12px; */
/*	background: url(../sonstige/pfad_pfeil.gif) no-repeat; */
}

#pfadZeile a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height: 18px;
	color: #666;
	padding-left: 12px;
	margin-right: 5px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	background: url(../sonstige/pfad_pfeil.gif) no-repeat;
}
#pfadZeile a.aktuell{
	color: #f00;
	font-weight: bold;
}

#pfadZeile a:hover{
	text-decoration: underline;
}




/*footer*/

#topfooter{
	margin: 0px 3px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	background: url(../sonstige/footer_hg.gif) repeat-x;
	clear: both;
}


#footer{
	margin: 0px 3px;
	text-align: right;
	height: 23px;
	background: url(../sonstige/footer_hg.gif) repeat-x;
	clear: both;
}

#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	margin-right: 6px;
	padding-left: 12px;
	background: url(../sonstige/footer_pfeil_up.gif) left center no-repeat;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a img{
	border: 0px;
	margin-right: 6px;
}










/*footerNavi*/

#footerNavi {
	margin: 0px 3px;
	border-top: 1px solid #aeb0b0;
	border-bottom: 1px solid #aeb0b0;
	text-align: right;
	background: #EAEBEC;
	height: 18px;
	margin-bottom: 3px;
}

#footerNavi a{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 6px;
	line-height: 18px;
}

#footerNavi a:hover{
	text-decoration: underline;
}

/*   ---   BEGINN MENBEREICH   ---   */

/* "Umgebung" des Mens */
.hauptMenue {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	text-align: left;
	z-index: 1111;
}

/* Das Men (bewegt sich) */
.hauptMenue .content {
	position:absolute;
}

/* Ein Men */
.hauptMenue .items {
	position:relative;
	left:0px; top:0px;
	z-index:302;
	border: 1px solid #666;
	border-top:none;
}

.hauptMenue.top .items {
	border-top:none;
}

/* Ein Menpunkt (im <tr>) */
.hauptMenue .item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	line-height: 19px;
	border:none;
	cursor:pointer;
	cursor:hand;
	background-color: #EAEBEC;												/*	SHADOW	*/
}


/* Der linke <td> */	
.hauptMenue .item .inItemlinks{
	border-top: 1px solid #666;
	padding: 0px;
	padding-left: 13px;
}

/* Der rechte <td> */	
.hauptMenue .item .inItemRechts{
	border-top: 1px solid #666;
	padding: 0px;
	padding-right: 13px;
	width: 8px;
	}

/* Der Hintergrund (kann auch transparent gesetzt werden) */
.hauptMenue .menuBg {
	background:  url(../sonstige/nav_back.png) bottom right no-repeat;			/*	SHADOW	*/
/*	background-color: #EAEBEC; */
	position:absolute;
	left:4px; top:4px;														/*	SHADOW	*/
	z-index:301;
	-moz-opacity:.6;														/*	SHADOW	*/
	filter:alpha(opacity=80); 												/*	SHADOW	*/
	}

/* Der <tr>-Hover */
.hauptMenue .item.menuHover {
	background: #AEB0B0;
	color: #2C347C;
	}


/* Grafik im Menpunkt */
.hauptMenue .item img {
	margin-left:10px;
	}

	
/*   ---   ENDE MENBEREICH   ---   */

