@import "layout.css";

body {
	background-color: #000;
	} 

#content {
	background: #000;
	position: relative;
	padding: 0 15px 0 14px;
}

#header { background: #000; }

#header h1 a { background: #000 ;
} 
#actionform { 
	background:#000;
	overflow:visible;
	position: relative;
	top: auto;	
	height: auto;
	padding: 0;
	width: 100%;
}	
	
#actionform li{
	padding: 0;
}

#actionform #loginForm {
	margin-top: 30px;
	margin-right: 30px;
	float: right;
}

#actionform .forgotpassword, #actionform .rememberme{
	clear: both;
	padding:0 ! important;
}

#actionform input {
	background:#FFF none repeat scroll 0 0;
	font-size: 11px;
	float: left;
}

#actionform .forgotpassword a {
	background: none;
}

#actionform label {
	width:auto;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	font-size:11px;
}

#actionform .username, #actionform .password {
	width: auto;
	float: left;
	height: 13px;
	line-height: 13px;
	margin: auto;
	padding: auto;
	overflow: visible;
}

#actionform input.username, #actionform input.password {
	width: 100px;
	float: none;
	font-size: 11px;
	margin-bottom:0px;
	border: none;
}

#actionform a {
	color:#FFFFFF;
}

#actionform .registerInterest{
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
#actionform .registerInterest a {
	color:#FFFFFF;
	padding:0 15px 0px 10px;
	text-decoration:none;
	font-size: 11px;
}
#registerInterest2{
	color:#000;
}
#logo h1 a{
	height:80px;
	width:270px;
	text-indent:-200em;
	overflow:hidden;
	position:absolute;
	background: transparent url(../images/logo2.png) no-repeat scroll 0 0;
}

#logo h1 a:hover{
	background: transparent url(../images/logo2_hover.png) no-repeat scroll 0 0;
}

a:hover {
	color:#FF8800 ! important;
}

#actionform .button {
	float: right;
	color:#FFFFFF;
	width: 50px;
}
#actionform #loginButton{
	padding: 0;
	margin: 0;
	
	}
	
#actionform a, 
#actionform .button a{
	background:transparent url(../images/pfeil.png) no-repeat scroll 100% 0%;
	background-position: right center;
	display: inline;
	width: 100%;
}
#actionform a:hover, 
#actionform .button a:hover{
	background:transparent url(../images/pfeil_hover.png) no-repeat scroll 100% 0%;	
	background-position: right center;
}
.forgotpassword a:hover, #fbconnect a:hover{
	background: none ! important;
}
#fbconnect{
	float: left;
	margin-top: -3px;
}
#fbconnect a{
		background: none;
	}

#infoline{
	position:absolute; top:95%; width:100%; height: 18px; margin-top:-25px;
	background-color: #FFF;
	padding: 0;
}
#infoline p{	
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
	color: #000;
	white-space: nowrap;
	font-weight: lighter ! important;
}

#rememberPWD p{
	text-align: left;
	
}
#rememberPWD{
	z-index: 150;
	
}
#rememberPWD a{
color:#000;
text-decoration:none;
}
/* #actionform ol { position: relative; }*/	