html, body {
	
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */

}

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana;
	color: #000000;
	line-height: 150%;
}

h1 {
	color: #09381F;
	font-size: 15px;
	font-weight: bold;	
}

h2 {
	color: #09381F;	
	font-size: 14px;
	font-variant:small-caps;
}

img {
	border: 0px;
}	

/* Struktur */

#wrapper {
	background-image: url(../pics/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;	
	position: relative;
	margin: 0em auto;
	margin-top: 52px;
	width: 1092px;
	text-align: left;
	height: 538px; /* Mindesthöhe in IE (<7) */
}

#pfeil_links {
	height: 538px;
	width: 31px;
	float: left;		
}

#pfeil_rechts {
	height: 538px;
	width: 31px;		
	float: right;
}

/* container siehe index.php */

#topper {
	
	padding: 0;
	height: 62px;

}

#content_preload {
	text-align: left;
	line-height: 150%;
	height: 352px;
	padding:0px;
	margin:0px;
	display: none;
}

#content {
	text-align: left;
	line-height: 150%;
	height: 352px;
	padding:0px;
	margin:0px;
}

#content table td {
	line-height: 150%;
}

#content ul {
	/*margin-left:15px;*/
	padding:0;
	list-style-image: url(../pics/raquo.gif);
	list-style-position:outside;
}

#content ul li ul{
	margin-left:15px;
	padding:0;
	list-style: disc;
	list-style-position:outside;
}

#content a {
	color: #D7DCD7;
	text-decoration: none;	
}

#content a:hover, a:active {
	color: #D7DCD7;
}

#content img {
	border:0px;
}

#menue_1 {
	
	height: 27px;
	
}

#menue_2 {
	
	height: 17px;
	
}

#bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 1030px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	text-align: right;
	font-size: 8pt;
	color: #464749;
}

.clear { clear:both;}

/*	Formular	*/

/*
.form_select {
	border:1px solid #DDDDDD;
	background-color: #D7DCD7;
	color: #000000;
	font-size: 11px;
	line-height: 150%;
	text-decoration: none;
	text-align: left;
	width: 200px;
}

.form_select:hover {

	border:1px solid #075180;

}

.form {
	border:1px solid #DDDDDD;
	background-color: #D7DCD7;
	color: #000000;
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	text-align: left;
}

.form:hover {

	border:1px solid #075180;

}

textarea {

	font-family: Verdana;
	font-size: 11px;
	line-height: 150%;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border:1px solid #DDDDDD;
	text-align: left;

}

textarea:hover {
	
	border:1px solid #075180;
	
}

.button {

	background-color:#EEEEEE;
	color:#000000;
	width:100px;
	border:1px solid #DDDDDD;
	font-size: 11px;
	font-family:Verdana;
	text-align: center;

}

.button:hover {

	border:1px solid #075180;		

}
*/

