@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}

body, html {
	margin:0px;
	padding:0px;
	background: #333333;
	color:#333;
	font-family:Arial;
	font-size:10px;
}

.Outer_wrapper {
	width:949px;
	height:auto;
	margin: 10px auto;
	position: relative;
}

.header {
	width:949px;
	height: 168px;
	background: url(../images/header.gif) no-repeat;
	position: relative;
}

.banner_container {
	width:505px;
	height: 78px;
	background: url(../images/banner_bg.gif) no-repeat;
	position: absolute;
	top: 48px;
	left: 444px;
	padding: 7px;
	
}

.content_container {
	width:949px;
	background: #fff;
	position: relative;
}

.footer {
	clear:both;
	width:949px;
	height: 33px;
	background: url(../images/footer.gif) no-repeat;
	padding-left: 93px;
	padding-top: 18px;
	font-size:9px;
}

.login {
	position: absolute;
	top: 0px;
	left: 78px;
	width: 232px;
	height: 125px;
	background: url(../images/loginbox.gif) no-repeat;
}

.input_box {
	border:1px solid #333;
	height: 16px;
	width: 130px;
	font-size:11px;
	color:#333;
	margin-left:5px;
}

.input_text {
	text-transform: uppercase;
}

.input_text2 {
	text-transform: uppercase;
	color: #3e5f00;
}

img {
	border:none;
}

.banner {
	position: relative;
	left:109px;
	top: 39px;
	width:468px;
	height:60px;
	float:left;
}

.navi {
	height:18px;
	line-height:18px;
	padding:0 10px;
	position:absolute;
	top: 138px;
	left: 444px;
	}
	
.navi ul {
	list-style-type:none;
	}
	
.navi li {
	float:left;
	text-align:center;
	margin-right:10px;
	}
	
.navi li a {
	display:block;
	padding:0px 15px 1px 15px;
	font-size:11px;
	color:#a6ff00;
	text-decoration:none;
	}
	
.navi li a:hover {
	color:#333;
	}
	
.navi2 {
	position: relative;
	left: 69px;
	top: 130px;
	width:288px;
	float:left;
	padding:0 10px;
}		

.navi2 li {
	
	list-style-type:none;
	width: 288px;
	height: 18px;
}

.navi2 li a {
	font-size:11px;
	color:#333;
	text-decoration:none;
	text-transform: uppercase;
	padding:0px 15px 1px 15px;
	}

.navi2 li a:hover {
	color:#a6ff00;
	}

.active {
	background: url(../images/pfeil2.gif) no-repeat;
	background-position:left;
	height: 5px;
	}

.active2 {
	background: url(../images/pfeil.gif) no-repeat;
}
			
.content {
	border-left:3px solid #a6ff00;
	float: right;
	min-height:300px; 
	width: 600px;
	padding:5px;
	position: relative;
	right: 23px;

}

h1 {
	font-size: 11px;
	color: #a6ff00;
	text-transform: uppercase;
	padding-top: 10px;
}

h1 + p {
	background:url(../images/line.gif) no-repeat;
	background-position:bottom;
	padding: 10px 0px 15px 0px;
	
}