/* -------------------------------------------- Haupt CSS fuer alle Seiten -------------------------------------------- */

/* ---------------- CSS-Reset ------------------- */
html, body, a, div, h1, h2, h3, h4, h5, h6, span, p, img, strong, ul, li, table, th, td, tr {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-weight: normal;
	font-style: inherit;
	font-family: inherit;
	font-variant: inherit;
	text-decoration: none;
} 


/* Farben
	Rot: #ed1c24;


*/
/* ---------------- Allgemein ------------------- */

body {
		font-family: Verdana, Helvetica, Arial;
		font-size: 11px;
		font-weight: normal;
		color: #616161;
		text-decoration: none;
		background-color: #ed1c24;

}


/* ---------------- Haupt-Struktur ------------------- */

#main {
	background-color: white;
	padding: 10px;
	margin: 10px auto;
	width: 933px;
}

#top {
	height: 115px;
	width: 933px;
	border-top: 2px solid #999;	
	border-bottom: 2px solid #999;
	padding: 4px 0px 4px 0px;
}

#center {
	margin-top: 10px;
}


#left {
	width: 183Px;
	/*background-color: white;*/
	float: left;
	border-right: 1px solid #eee;
	margin-bottom: 30px;
}

#right_box {
	/*background-color: green; */
	width: 749px;
	margin-left: 184px;

}


#middle {
	/*background-color: yellow; */
	width: 535px;
	float: left;
	padding: 17px 15px 30px 15px;
}

#middle_impressum {
	/*background-color: yellow; */
	width: 719px;
	float: left;
	padding: 17px 15px 30px 15px;
}

#right {
	/*background-color: gray;*/
	width: 184px;
	margin-left: 565px;
	padding: 15px 0px 30px 0px;
}



#navi_box {
	width: 174px;
	margin-left: 0px;
	/*background-color: green; */
	padding: 10px 0px 0px 0px;
}

#login_box, #navi_box {
	margin-bottom: 30px;
}

#faq_box p {
	margin-top: 10px;
	margin-left: 10px;
}


#bottom {
	height: 20px;
	width: 933px;
	border-top: 2px solid #999;	
	padding: 4px 0px 4px 0px;	
	margin-top: 50px;
	clear: both;
}


#bottom p {
	font-weight: bold;
	color: #999;	
	font-size: 10px;
}

/* ---------------- Menue ------------------- */

.navi {

}

.navi li {
	list-style-position: inside;
	list-style-type: none;
	height: 20px;
	width: 155px;
	margin-left: 15px;
	border-bottom: 1px dashed #e5e5e5; /*e5e5e5*/
	padding-top: 10px;
}

.navi a:link, .navi a:visited {
	display: block;
	color: #616161;


}

.navi a:focus, .navi a:hover, .navi a:active {
	font-weight: bold;
}


.navi a.a:link, .navi a.a:visited {
	display: block;
	color: #616161;
	font-weight: bold;

}

.navi a.a:focus, .navi a.a:hover, .navi a.a:active {
	font-weight: bold;
}




.aktuelles  {
	margin-left: 10px;
	padding-top: 10px;
	/*background-color: yellow; */
	margin-bottom: 3px;
	border-bottom: 1px solid #505050;


}

.aktuelles p {
	margin-top: 5px;
	/*background-color: green;*/

}

.aktuelles .a_top:link, .aktuelles .a_top:visited {
	color: #ed1c24;
	font-weight: bold;

}

.aktuelles .a_top:focus, .aktuelles .a_top:hover, .aktuelles .a_top:active {
	font-weight: bold;
	text-decoration: underline;
}



.faq_liste {
	margin-top: 20px;
	margin-left: 20px;
}

.faq_liste li {
		list-style-position: inside;
		list-style-type: none;
		height: 20px;
		margin-bottom: 5px;
		font-size: 12px;


}

.faq_liste li a:link, .faq_liste li a:visited {
	color: #616161;
	font-weight: bold;


}

.faq_liste li a:focus, .faq_liste li a:hover, .faq_liste li a:active {
	font-weight: bold;
	color: #ed1c24;
}





.faq_liste_unter {
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 50px;
}



.faq_liste_unter li, .faq_liste_unter2 li {
		font-size: 12px;
		list-style-position: outside;
		list-style-image: url(../img/list.jpg);
		line-height: 17px;
		margin-bottom: 8px;


}

.faq_liste_unter li a:link, .faq_liste_unter li a:visited {
	color: #616161;
	font-weight: bold;

}

.faq_liste_unter li a:focus, .faq_liste_unter li a:hover, .faq_liste_unter li a:active {
	color: #ed1c24;
}



.unter_box {
	margin: 30px 0px 30px 0px;
}

ul.li_text, ol.li_text {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.li_text li {
		font-size: 11px;
		list-style-position: outside;
		list-style-type: disc;
		margin-bottom: 5px;


}

ol.li_text li {
		font-size: 11px;
		list-style-position: outside;
		margin-bottom: 5px;


}
