/* allgemein */
* {
	border: 0;
	padding: 0;
	margin: 0;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html{
	line-height:1.25em;
	height: 100%;
	border: 0; 		
	background-color:#000;
}
body { 
	height:100%;
	border: 0;
	font-size: 100.1%;
}
* html body {
	 height:100%;
}







/* positions */

#intro-flash{
	width:768px;
	height:276px;
	position:absolute;
	top: 26px;
	left:11px;
}
#sponsorlogo{
	width:546px;
	height:122px;
	position:absolute;
	top: 308px;
	left:11px;
}
#sponsorlogorechts{
	width:222px;
	height:122px;
	position:absolute;
	top: 308px;
	left:557px;
}
#container {
	height: auto;
	min-height:100%;
	margin: 0 auto;
	top:0;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-y;
	font-size:0.75em;
	width: 790px;
}
#header_back{
	position:absolute;
	background-image:url(../img/header_back.jpg);
	background-repeat: repeat-x;
	height:500px;
	width:100%;
	left: 0;
	top: 0;
	right: 0;
}
#header {
/*	background-image:url(../img/header.jpg); */
	height:500px;
	position:absolute;
	width:790px;
}
#container2 {
	position:relative;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-y;
}
#content {
	width:715px;
	padding-top:360px;
	padding-left:35px;
	position:relative;
}
#footer{
	position:relative;
	
	text-align: center;
	
	margin-top:15px;
	padding-top:20px;
	font-size:0.9em;
	color:#999;
	height:85px;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;

}

#login{
	text-align: center;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
}

#bilderleiste{
	width:200px;
	float:right;
	margin-left:25px;
}


#bilderleiste img{
	padding:0px;
	margin-bottom:25px;
	border: 1px solid #999;	
}




/* links */
a:link, a:visited { color: #AF1919;	text-decoration: underline; }
a:hover, a:active, a:focus { color: #AF1919; text-decoration: underline;  }

/* Menü */
ul { 
	list-style-position: inside;
	list-style-type: disc; 
	padding-bottom:25px;
}
ul li {
	padding-left:20px;
}
 
 





/* überschriften */
h1 {
	font-size:1.9em;
	font-weight: normal;
	padding: 0;
	padding-bottom:15px;
	color:#571c1b;
	text-transform: uppercase;
	padding-bottom: 50px;
}

h2 {
	text-transform: uppercase;
	font-size:1.2em;
	font-weight: bold;

	color:#AF1919;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	
	margin-bottom:10px;
	padding-bottom:5px;
	padding-top:25px;
	
}
h3 {
	font-size:1.0em;
	font-weight: bold;
	padding: 0;	
}


p {
	margin:0px;
	padding:0px;
	padding-bottom: 10px;
	text-align: justify;
}

.clearit{
	clear:both;
	margin:0;
	padding:0;
	line-height:2px;
}




/* Formular */
form{padding:0px; margin:0px; padding-top:12px; margin-bottom:25px;}
.input_line{
	background-color:#FFF;
	font-size:12px;
	color:#000;
	padding: 2px;
	margin-bottom:10px;
}
textarea{height:100px; overflow:auto}
.formsend{
	color: #000;
	font-size:12px;
	
	font-weight:bold;
	text-align: center;
	
	margin-top:20px;
	
	border: 1px solid #999;
}
.dropdown{
	background-color:#FFF;
	font-size:12px;
	color:#000;
	padding: 1px;
}
.label{
	width:125px;
	padding: 4px;
	margin-right:10px;
	float:left;
	text-align:right;
}
fieldset{
	border: 1px solid #666;
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
legend{
	padding:5px;
	font-weight:bold;
}
.sel{
		background-color:#FFF;
	font-size:12px;
	color:#000;
	padding: 2px;
	margin-bottom:10px;
	margin-right:10px;
}
.unsichtbar{
	display:none;
}
