@charset "utf-8";
body  {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
scrollbar-base-color: #000;
scrollbar-arrow-color: #b11c00;
scrollbar-highlight-color: #651000;
}
#container { 
	width: 1230px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#right {
position:absolute;
top:0px;
left:0px;
	float: left; /* since this element is floated, a width must be given */
	width: 534px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	min-height:942px;
	background-image:url(img/left.jpg) !important;
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat:no-repeat;
}
#uppe {
	position:absolute;
	top:0;
	left:534px;
	width:701px;
	height:416px;
	background-image:url(img/right.jpg) !important;
	background-repeat:no-repeat;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#link {
	position:absolute;
	top:245px;
	left:150px;
	width: auto;
}

.text {
	position:absolute;
	top:429px !important;
	left: -20px !important;
	overflow:auto;
	width: 400px;
	height: 350px;
	padding: 10px;
	}
	
#credit {
	position: absolute;
	top:800px;
	left:-20px !important;
	text-align:center;
	width: 400px;
	height: 18px;
	margin-top: 30px;
	}

/* TEXT */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	line-height:1.6ems;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	font-size:20px;
	font-weight:bold;
	color:#e58736;
	text-transform: uppercase;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #ea2400;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	}
.text-credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #ffffff;
	line-height:1.2ems;
	}
.red {
	color: #ea2400;
	}
	
/* LINKS */
a:link {	
	color:#ea2400;
	font-weight:bold;
	text-decoration:none;
	}

a:visited {
	color:#ea2400;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#ff9f49;	
	font-weight:bold;
	text-decoration:underline;
	}

a:active {
	color:#ff9f49;
	font-weight:bold;
	text-decoration:underline;
	}


/* LÄNKRAD */

#link li {
	padding-right: 0px;
 } 
 
#link a:link {
	text-transform: uppercase;
	color: #ea2400;
	text-decoration:none;
	border:0;
}
#link a:visited {
	text-transform: uppercase;
	color: #ea2400;
	text-decoration:none;
	border:0;
}
#link a:hover {
	text-transform: uppercase;
	color: #ff9f49;
	text-decoration:none;	
	border:0;
}
#link a:active {
	text-transform: uppercase;
	color: #ff9f49;
	text-decoration:none;
	border:0;
}
#link span#aktuell
{
color: #2d602b;
}


/* FORM */

.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000; 
	color:#ffffff;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 12px;
	margin-top: 8px;
	text-decoration: none; 
	border-color:#ea2400;
	border-width:1px;
} 
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color:#ffffff;
	width: 200px;
	padding: 3px;
	border-color:#ea2400;
	border-bottom-style:solid;
	border-width:1px;
	}

.radio {
	background-color: #000000;
	color:#ea2400;
	padding: 3px;
	}

