body {
	background-color: #ff7519;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

h2 {
	font-size: 16px;
	color: #CC0000;
	display: inline;
}

img {
	border: none;
}

#mainWrap {
	background-color: #ffffff;
	border-bottom: 10px solid #f16719;
}

#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0 50px 0;
}

#logo {
	width:170px;
	float: left;
}

#loginform {
	width: 400px;
	float: left;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
}

#loginform a, #loginform a:active, #loginform a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#loginform a:hover {
	text-decoration: underline;
}

#theendisnear a, #theendisnear a:active, #theendisnear a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

#theendisnear a:hover {
	text-decoration: underline;
}

.cmxform form, .cmxform fieldset {
	margin: 0;
	padding: 10px 0 0 0;
}
	
.cmxform fieldset { border: none;}

.cmxform legend {
	padding: 0;
	color: #000;
}

.cmxform input, .cmxform textarea, .cmxform select {
	margin: 0;
	font-size: 11px;
	font-family: inherit;
}

.loginFeld {
	border: 1px solid #999999;
	height: 17px;
	width: 200px;
	background-position: 0px 1px;
	padding-left: 18px !important;
	background-repeat: no-repeat;
}

.benutzerbg {
	background-image:url(../images/benutzer.gif);
}

.passwordbg {
	background-image:url(../images/passwort.gif)
}
	
.cmxform select { padding: 0; }



form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	margin: 0 -7px; /* IE Win */
}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}


form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

.button {
	width: 100px;
}

.buttonforget {
	width: 160px;
}

.buttonpo {
	padding-left: 150px;
}

.sbutton {
	padding-left: 30px;
}

/* site */
#footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	color: #ffffff;
	padding-top: 15px;
}

#footer ul a:hover {
	background-color: #832834;
}

/* lists end */

.footerlinks a, .footerlinks a:link, .footerlinks a:visited, .footerlinks a:hover  {
	color: #ffffff;
	padding: 0 5px 0 5px;
}

.copyright {
	color: #999999;
	padding-left: 5px;
}

.copyright a, .copyright a:link, .copyright a:visited, .copyright a:hover  {
	color: #ffffff;
}

.psIcon {
	vertical-align: middle;
	padding-right: 5px;
}

.InfoIcon {
    float:left;
    clear:left;
    margin-top:3px;
}

.ErrorText {
    color: #FF0000;
	padding-left:20px;
    padding-top:3px;
}

.InfoText {
    color: #009900;
	padding-left:20px;
    padding-top:3px;
}

#login_error {
	background: #c00;
	border: 1px solid #a40000;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: .5em;
	text-align: center;
}