a{
	color: #8c0000;
	text-decoration: none;
}

a:link{
	color: #8c0000;
	text-decoration: none;
}

a:visited{
	color: #8c0000;
	text-decoration: none;
}

a:hover{
	color: #bf1e1e;
	text-decoration: none;
}

h1{
	color: #DAA520;
	font-family: Arial,sans-serif;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

h2{
	color: #DAA520;
	font-family: Arial,sans-serif;
	font-size: 114%;
	margin: 0px;
	padding: 0px;
}

input, textarea, select, option, checkbox, radio{
	background-color: #8c0000;	 
	border-color: #8c0000;
	border-style: solid; 
	border: thin;
	
	
	/*
		font-family:verdana; 
	color:#70ba56; 
	font-size:8pt; 
	border-color:#70ba56; 
	border: 1; 
	border-style:solid; 
	background-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#70ba56;
	scrollbar-highlight-color:#70ba56;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-arrow-color:#70ba56;
	*/
		
}

html, body{
	background-color: #8c0000;
	background-image: url(../bilder/bg_verlauf.jpg);
	background-repeat: repeat-x;
	font-family: Arial,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 100%;
	position: relative;
	color: white;
	
}

.clearit{
	clear: both;
}

.navi{
	padding-left: 30px;
}

#bildleiste{
	float: right;
	position: relative;
	right:20px;
	z-index: 5;
	display: block;
}

#bildleisteLinks{
	float: left;
	position: relative;
	left:15px;
	z-index: 5;
	display: block;
}

#footer{
	/*background-color: #521808;*/ /*border-bottom: 1px solid #FF0000;*/
	clear: both;
	color: #DAA520;
	height: 46px;
	padding-left: 20px;
	padding-top: 5px;
	width: 500px;
	/*border-bottom: 1px solid #FF0000;*/
	border-top: 1px solid #FF0000;
	margin-left: 20px;
	background-image: url(../bilder/rand_unten.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#inhalt{
	background-image: url(../bilder/rand.gif);
	background-repeat: repeat-y;
	color: white;
	text-align: left;
	width: 560px;
	margin: auto;
	height: auto;
	position: relative;
	/*top: -430px;*/  /* bannerleiste -------------------------------------------------------------------- */
	float: both;
	padding-top: 325px;
margin: auto;
	/*margin-top: -325px;
	float: both;*/
	display: block;
}

#navi{
	color: #DAA520;
	margin-top: -0px;
	padding-left: 0px;
	width: auto;
}

#text{
/*	max-height: none;
	min-height: 400px; */
	background-color: black;
	margin-top: -28px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: left; 
	width: 477px;

	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	/*border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;*/
}

#head{
	margin-left: 20px; 
	margin-top: -330px; 

}