/* ####### Standardelemente ############################# */
BODY{
	background-color: #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;

}

H1{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 5px 0px ;

	background: url(bilder/design/gestrichelte_linie_rot.gif) repeat-x bottom;
}

H2{
	font-size: 14px;
	font-weight: bold;
	color: #D12723;
}
hr{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid white;
	border-bottom: 1px solid #AEAEAE;
	border-left: 1px solid white;
}	

li{
	list-style: square;
}
a{
	color: #CE1A18;
}
a:hover{
	color: #5C5C5C;
	text-decoration: none;
}

/* ####### Design ############################# */
.MAINTABLE{
	background-color: White;
	border: Gray solid 1px;
}

#LOGO{
	width: 127px;
	height: 63px;
	padding: 0px 0px 0px 0px;
	margin:  40px 0px 0px 15px;

	display: block;
}

/* ####### Navi ############################# */
.NAVI{
	width: 151px;
	border: none; 
	border-right: #CCCCCC solid 1px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#NAVI{
	width: 150px;
	padding: 0px 0px 20px 0px;
	margin: 83px 0px 0px 0px;
	*margin: 78px 0px 0px 0px;
	border: none;
}
#NAVI UL{
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	letter-spacing: 2px;
	width: 150px;
}

#NAVI li{
	width: 150px;
	height: 27px;
	border:none;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#NAVI a{
	border:none;
	margin: 0px 0px 0px 0px;
	padding: 6px 20px 5px 0px;
	display: block;
	color: Black;
	text-decoration: none;
}

#LOGO a:hover{
	background: White none;	
}

#NAVI a:hover{
	background: #EEEEEE url(bilder/design/navi_pfeil.gif) no-repeat right center;
}

#NAVI .active a{
	font-weight: bolder;
	background: #EEEEEE url(bilder/design/navi_pfeil.gif) no-repeat right center;
}

/* ####### SubNavi ############################# */
.SUBNAVI{
	border-right: #CCCCCC solid 1px;
	background-color: #EEEEEE;
	padding: 0px 0px 20px 0px;
	margin:  0px 0px 0px 0px;
}

#SUBNAVI UL{
	padding: 0px 0px 0px 0px;
	list-style: square;
	list-style-position: outside;
	margin: 0px 2px 0px 15px;
	font-size: 11px;
	letter-spacing: 0px;
}

#SUBNAVI LI{
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 5px 5px;
}
#SUBNAVI a{	
	padding: 0px 0px 0px 2px;
	margin:  0px 0px 0px 0px;
	border:  none;
	height: 12px;
	display: block;
	color: Black;
	text-decoration: none;
}

#SUBNAVI a:hover{
	background-color: #DADADA;	
}

#SUBNAVI  .active{
	color: #D12723;
}

#SUBNAVI .SUBSUBNAVI a{
	font-weight: normal;
	color: Fuchsia;
}

/* ####### Main ############################# */
.MAIN{
}

#content{
	margin: 5px 5px 5px 10px;
	padding: 0px 28px 0px 0px;
	font-size: 12px;
	line-height: 140%;
}

#content td{
	font-size: 12px;
}

.kopfbild{
	border-bottom: #CCCCCC solid 1px;	
}

a{
	color: #D12723;
}

a:visited{
	color: #000000;	
}

/* ####### fusszeile ############################# */
#fusszeile1{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 18px ;
	font-size: 10px;
	border-top: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	background-color: #EEEEEE;
	height: 20px;
	color: #898989;
}
#fusszeile{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px ;
	font-size: 10px;
	border-top: #CCCCCC solid 1px;
	
	background-color: #EEEEEE;
	height: 20px;
	text-align: center;
}

#fusszeile ul {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
}

#fusszeile li {
	list-style: none;
	float: left;
}

#fusszeile li a {
	margin: 0px 0px 0px 15px ;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;	
}

#fusszeile li a:hover{
	color: #676767;	
}

#fusszeile .nachoben a{
	background: url(bilder/design/fusszeile_pfeil.gif) no-repeat 6px 5px;
	padding: 0px 0px 0px 20px;
	margin:  0px 0px 0px 0px;
	border:  none;
}

#fusszeile .nachoben a:hover{
	background: url(bilder/design/fusszeile_pfeil.gif) no-repeat 6px 2px;
	color: #CE1A18;
}

/* ####### Kontakt-Formulare ############################# */
.kf-input{
	width: 250px;
}

.kf-input-plz{
	width: 40px;
}
.kf-input-ort{
	width: 205px;
}


/* ####### Module ############################# */



