/* Styles für Login Seite */

/* Quelle: MISC_WEB*/

/* Styles für Login Seite */

#loginForm {
	border:0;
	margin-right:20px;
	margin-bottom:20px;
	right:0;
	bottom:0;
	width:auto;
	width:260px;
	height:auto;
}

.loginInput {
  border: 1px solid #bebebe;
  color: #000000;
  padding-left: 5px;
  margin-left: 5px;
  width: 200px;
  float: right;
}

#LogInButtons {	
}

ul {
	list-style-type:none;
}

ul, li {
	padding:0;
	margin:0;
}

ul.inputs li {
  margin-bottom: 5px;
  padding: 0;
  width: 300px;
  height: 20px;
}

ul.inputs label{
	float: left;	
}

.loginSubmitIcon{
	cursor:pointer;
}

a.loginButton {
	text-decoration: none; 
	font-family: 'Tahoma', sans-serif;
	float: right;
  	border: 1px solid #000000;	
	background:#dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
	width:100px;
  	text-align: left;
	cursor:pointer;
	color: #000000;
	text-align: center;	
	display: block;
}

a.loginButton:hover div{
	background:#ffffff;
}

#angemeldetbleiben {
}
#angemeldetbleiben_label{
}

#passwortvergessen{
}


section#content div#loginErrorMsg {
	font-weight: bold !important;
	color:#FF0000 !important;
}

