/*  ============================================================================
	Feste Formate
	============================================================================
*/
#navigation{
	padding: 28px 0px 0px 0px;
	background: #f0f0f0;
}

#content{
	padding: 26px 0px 5px 5px;
}

#kontakt{
	width: 442px;
}

@media print{
	.noPrint{
		display:none;
	}
	.footer{
	    display:none;
	}
	#navigation{
	    display:none;
	}
	#promo{
	    display:none;
	}
}

.invisible{
	visibility: hidden;
}

/*  ============================================================================
	Allgemeine Formatierungen
	============================================================================
*/

body{
     margin: 0px;
	 /*background-image: url(/images/bg_page.gif);*/
}

td{
	vertical-align: top;
}


.right{
	text-align: right;
}

.pageHeadLine{
	padding: 5px 5px 5px 5px;
	background: #f0f0f0;
}

.footer{
	font: 9px Verdana;
	background: #f0f0f0;
	text-align: center;
	vertical-align: middle;
	height: 35px;
}

.footer a:link, .footer a:active, .footer a:hover, .footer a:visited{
	font: 9px Verdana;
	color: #5B76BB;
	text-decoration: underline;
}

/*  ============================================================================
	Navigation
	============================================================================
*/

#navigation ul{
}


#navigation a:link,  #navigation a:active, #navigation a:visited{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	color: #1F3369;
	text-decoration: none;
}

#navigation a:hover{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	color: #3F5389;
	text-decoration: none;
}

/* 1. Navigationsebene */
#navigation ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
}

#navigation li{
	font: 11px Verdana;
	line-height: 14px;
	color: #2244AA;
	padding-bottom: 2px;
}



/*  ============================================================================
	Content-Bereich / Normale Inhalte
	============================================================================
*/
#content h1{
	font: bold 17px Verdana;
	line-height: 22px;
	color: #1F3369;
	margin-bottom: 10px;
}

#content h2{
	font: bold 12px Verdana;
	line-height: 14px;
	color: #1F3369;
	margin-bottom: 10px;
}

#content .nomargin{
	margin: 0px;
}

#content a, #content td{
	font: 11px Verdana;
	line-height: 14px;
	color: #2244AA;
	margin: 0px;
	overflow: hidden;
	font-weight: normal;
}

#content .text{
	font: 11px Verdana;
	line-height: 14px;
	color: #2244AA;
	margin: 0px;
	overflow: hidden;
	font-weight: normal;
	padding-bottom: 5px;
}

#content p{
	font: 11px Verdana;
	line-height: 14px;
	color: #2244AA;
	margin-bottom: 3px;
}


#content ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content td ul{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content li{
	font: 11px Verdana;
	line-height: 14px;
	color: #2244AA;
	padding-bottom: 2px;
}


#content b{
	font: bold 11px Verdana;
	color: #2244AA;
}

#content a:link, #content a:active, #content a:hover, #content a:visited{
	font-size: 9px;
	color: #970000;
	font-weight: normal;
	text-decoration: none;
}

#content .border{
	border: 1px solid #1F3369;
}

#content .bold{
	font-weight: bold;
}

#content .tinyBold{
	font: 9px Verdana;
	line-height: 12px;
	font-weight: bold;
}

#content .suchauswahl{
	text-align: center;
}

#content .suchauswahl td{
	line-height: 14px;
}

#content .suchauswahl .active{
	font-weight: bold;
	background-color: #e0e0e0;
}

#content .suchauswahl .inactive{
	font-weight: bold;
	background-color: #f0f0f0;
}


#content .tiny{
	font: 9px Verdana;
	line-height: 12px;
}

#content .tiny b{
	font: bold 9px Verdana;
	line-height: 10px;
}

#content .collapse{
	border-collapse: collapse;
	padding: 2px;
}

/*  ============================================================================
	Kontakt
	============================================================================
*/

#kontakt td{
	padding-top: 2px;
	padding-bottom: 2px;
}

#kontakt td{
	line-height: 14px;
}

#content input, #content select, #popup input, #popup select{
	font: 11px Verdana;
	color: #2244AA;
}

#content .button{
	/*width: 138px;*/
	background-image: url(/images/hg_button.gif);
	border: 1px solid #2E4B9B;
	text-align: left;
	padding-left: 14px;
	cursor: pointer;
	color: #970000;
	font-weight: bold;
}

#content .inputB{
	border: 1px solid #1F3369;
	width: 60px;
	
}

#content .inputC{
	border: 1px solid #1F3369;
	width: 216px;
}

#content .inputBC, #popup .inputBC{
	border: 1px solid #1F3369;
	width: 290px;
}

#content .inputABC, #popup .inputABC{
	border: 1px solid #1F3369;
	width: 442px;
}

#content textarea{
	font: 11px Verdana;
	color: #2244AA;
	border: 1px solid #1F3369;
	width: 290px;
	height: 135px;
}

#content .inputNormal{
	font: 11px Verdana;
	line-height: 22px;
}

#content .inputError{
	font: 11px Verdana;
	/*line-height: 22px;*/
	padding-bottom: 10px;
	color: #ff0000;
}



