/*d27748  oder da5116*/
html { height:100%;} 


body{
	font-family: Arial;
	margin: 0px;
	min-height:100%;
	min-width: 1024px;
}
a:active { outline: none; }

a:hover{
	color: #d27748; 
}
img {
  border: none
}

#headrow{
	height: 155px;
	width: 960px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}

#fullWrapper{
	width: 100%;
	height: 533px;
	background-color: #f2f6f7;
	text-align: center;
	background: url(schatten.jpg) center;
}
#bodyWrapper{
	margin-left: auto;
	margin-right: auto;
	height: 533px;
	width: 960px;
	position: relative;
}
#willkommenLabel{
	padding-top: 50px;
}

#buttonWrapper{
	padding-top: 25px;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}

#bisonButton, #profiButton{
	float: left;
	cursor: pointer;
}

#footer{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 75px;
	height: 300px;
}



/*Login*/
#headrow_login{
	height: 155px;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#headrow_login img{
	padding-top: 30px;
}

#loginFullWrapper{
	width: 100%;
	height: 533px;
	background-color: #f2f6f7;
	text-align: center;
	background: url(../images/bison/schatten_login.jpg) center top repeat-x;
}


.loginError {
	color: #DD0000;	
}

#loginWrapper{
	text-align: center;
	padding-top: 50px;
}

#login-link-list-header{
	background-color: #999999;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#login-link-list{
	background-color: #ffffff;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	padding-top: 0px;
	padding-bottom: 5px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

#login-link-list ul{
	color: #7d7d7d; 
	list-style:none;
	/* padding-left: 3px; */
	margin-left:8px; 
}
#login-link-list ul li{
	text-align: left;
}
#login-link-list ul li a{
	text-decoration:none;
	color: #7d7d7d; 
}


#formWrapper
/*, #login-link-list*/
{
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.policyInfo{
	position:relative; 
	width:300px;
	top: -300px; 
	padding:10px;
	word-wrap:break-word; 
	float:right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

#loginFormHead{
	height: 34px;
	background-color: #999999;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 34px;
	padding-left: 12px;
}


#loginForm{
	background-color: #fff;
	padding-top: 12px;
	padding-bottom: 16px;
}

#loginForm a, #loginForm a:active, #loginForm a:visited{
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

#loginForm a:hover{
	color: #d27748;
}

.loginComment{
	line-height: 10px;

}

.inputFeld p{
	margin-bottom:  5px;
	padding-left: 8px;
	font-weight: bold;
	color: #7d7d7d;
	font-size: 12px;
}

.inputFeld{
	padding-right: 12px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 240px;
}


input[type=text], input[type=password]{
	font-size: 12px;
	color: #7d7d7d;
	-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px 0px #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 4;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px 4px 4px 4px;
	width: 250px;
	height: 34px;
	font-weight: normal;
	padding-left: 6px;
}

#loginFooterButton{
	background-color: #eaeaea;
	height: 40px;
	
}
#loginFooterButton input,
#loginFooterButton a{
	color: #d27748;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16;
	line-height: 40px;
	text-decoration: none;
	border:none;
	background-color: none;
}

#loginForm span.errorbox, #loginForm span.infobox, #loginForm span.infobox_wide {
	background-color: white;
	border: 1px solid silver;
	border-radius: 4px;
	position: absolute; 
	top:40px;
	left:20px;
	width:450px;
}

#loginForm span.errorbox {
	border: 1px solid red !important;
}

