* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
    height: 100%;
}

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #BD0926;
	text-align: center;
}

* html td {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #fff;*/
}

p {
	margin: 0 0 0.8em 0;
}

ul {
	list-style-position: outside;
	padding: 0 0 0 14px;
	list-style-type: image;
	list-style-image: url(../bilder/li_icon.gif);
}

* html ul {
	padding: 0 0 0 16px;
	list-style-image: url(../bilder/li_icon_ie.gif);
	color: #fff;
}

*+html ul {
	padding: 0 0 0 16px;
	list-style-image: url(../bilder/li_icon_ie.gif);
}



h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 16px 0;
}

a:link, a:visited {
	color: #BD0926;
	text-decoration: none;
}

a:hover, a:active {
	color: #666;
	text-decoration: none;
}

.floatleft { float: left; }
.floatright { float: right; }
.clearleft { clear: left; }
.clearright { clear: right; }
.clearboth { clear: both; }
.hidden { display: none; }


#Kontaktformular input, 
#Kontaktformular textarea {
	border: 1px solid #ccc;
	width: 300px;
	height: 20px;
}
#Kontaktformular textarea {
	height: 100px;
}
#Kontaktformular input[type=submit]:hover {
	background: #efefef;
	cursor: pointer;
}

.oblifeld {
	font-weight: bold;
	color: #BD0926;
}





/* Layout */
/* ===================================================================== */

#v_center {
	position: relative;
	float: left;
	height: 50%;
	width: 100px;
	margin: 0 0 -330px 0;
}


#wrapper {
	
	width: 960px;
	min-height: 610px;
	height: auto !important;
	height: 610px;

	margin: auto auto;
	clear: left;
	text-align: center;
	
	background: url(bilder_09/inh_hint.gif) repeat-y;
	
}

#schatten_oben {
	width: 100%;
	height: 5px;
	background: url(bilder_09/inh_schatten_oben.gif);
	overflow: hidden;
}




/* --------------------------------------------------------------------- */


#navigation_alt {
	position: relative;
	clear: both;
	height: 30px;
	width: 960px;
	margin: auto auto;
}

#navigation {
	position: relative;
	clear: both;
	height: 30px;
	width: 960px;
	margin: auto auto;
	
	background: url(bilder_09/claim_oben.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


#inhalt {
	position: relative;
	float: left;
	text-align: left;
	width: 900px;
	margin: 20px 30px 0px 30px;
	
}

* html #inhalt {
	margin-right: 17px;
}



.viertel_links {
position: relative;
float: left;
width: 49%;
height: 300px;
margin-bottom: 20px;
text-align: center;

border: 1px solid #F99;

}




.viertel_rechts {
position: relative;
float: right;
width: 49%;
height: 300px;
margin-bottom: 20px;
text-align: center;

border: 1px solid #F99;

}






















/* --------------------------------------------------------------------- */

.stopper {
	width: 100%;
	height: 1px;
	clear: both;
	padding: 0 0 20px 0;
}

#footer {
	width: 960px;
	height: 20px;
	margin: auto auto;
	margin-top: -20px;
	/*border: 1px solid #fff;*/
	border-top: none;
	color: #FFF;
	
}


* html #footer {
margin: -33px 0 0 -33px;

}





#schatten_unten {
	position: relative;
	float: left;
	width: 100%;
	height: 5px;
	margin-top: -5px;
	background: url(bilder_09/inh_schatten_unten.gif);
	overflow: hidden;
}



#abstand_unten {
	height: 10px;
}








