/* ================== Styles Moz ================= */

HTML, BODY {
	height: 100%;
}
BODY {
	margin: 0; padding: 0;
}

P {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.fliesstext {
     font-family: verdana;
	 font-size: 13px;
	 color: #000000;
	 line-height: 22px;
	 margin-left:75px;
	 width:450px;
}

DIV.div_headline {
	width:520px;
	height:47px;
	background-image:url(../images/layout/headline_bg.jpg);
	background-repeat: no-repeat;
	padding-top:15px;
	padding-left: 120px;
	color:#BA2B1E;
	font-family: arial;
	font-size: 15px;
	font-style: italic;
	font-weight: bolder;
}

DIV.div_headline2 {
	margin-left:75px;
	margin-top:40px;
	color:#BA2B1E;
	font-family: arial;
	font-size: 15px;
	font-style: italic;
	font-weight: bolder;
}

UL {
	list-style-image:url(../images/layout/aufzaehl.gif);
}

LI {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
	margin-bottom:8px;
}

A {
	color: #BC311E;
	text-decoration:none;
}

A:hover {
	text-decoration: underline;
}

FORM {
	margin: 0px;
}

/* ================== Klassen ================= */

SPAN.span_standard {
	display: block;
}

SPAN.span_aktiv {
	display: none;
}

DIV.div_bild {
	margin-left:75px;
	width:450px;
}

DIV.div_wrapper {
	position: absolute;
	width: 100%;
	min-height: 100%; 
	background-color: #E4BA12;
	background-image: url('../images/layout/bg_verlauf_mitte.jpg');
	background-repeat: repeat-y;
}

DIV.div_content {
	position: relative;
	width: 100%;
	background-image: url('../images/layout/bg_verlauf.jpg');
	background-repeat: repeat-x;
	margin-bottom:77px;
}

DIV.div_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 67px; 
	height: 67px;
	width: 100%;
	background-color:#BC311E;
	background-image: url('../images/layout/bottombanner.jpg');
	background-repeat: no-repeat;
}

DIV.div_inhalt {
	margin: 19px 0px 0px 17px;
}

DIV.div_navi {
	margin: 19px 10px 0px 17px;
}

P.p_bottom {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	margin: 52px 0px 0px 16px;
}

P.p_language {
	color: #BA2B1E;
	margin: 0px 0px 33px 16px;
}

A.a_bottom {
	color: #FFFFFF;
	text-decoration:none;
}

SELECT.select_language {
	font-family: verdana;
	font-size: 9px;
}