body {
	background-color: #ffffff;
	background-image: none;
}

a:link, a:hover, a:visited {
	text-decoration: none;
	color: #0C519F;
	font-size: 12px;
}

#login{
	margin-left:300px;
	margin-top: 85px;
	/*margin-right:300px;*/
	width: 517px;
	border:0;
}
#loginHeader{
	padding: 11px 0px 11px 20px;
	color: #FFF;
	font-weight: bold;
	background-color: #0C519F;
}
#loginTitel{
	background: url(/public/fmx/images/bg_top.jpg) no-repeat right;
	height: 52px;
	padding: 11px 0px 11px 20px;
	margin: 0;
	color: #EBF0F6;
	background-color: #0C519F;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #0C519F;
}
#loginFelder{
	padding: 17px 0px 20px 90px;
	background-color: #EBF0F6;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	/*text-align: center;*/
	border-bottom: 1px dotted #0C519F;
}
#loginForm{
	margin-right:105px;
}
div#loginFelder input{
	margin-left: 10px;
	margin-top:1px;
	width:150px;
}
div#loginName input{
	margin-left: 85px;
}

div#loginSubmit{
	background: transparent url(/public/wwv/Bitmaps/ico_titeltext_4.gif) no-repeat center left;
	margin-left: 205px;
	padding-left: 20px;
	color: #0C519F;
}

div#loginSubmit a_link{
	background: transparent url(/public/wwv/Bitmaps/ico_titeltext_4.gif) no-repeat center left;
	margin-left: 142px;
	padding-left: 20px;
	color: #0C519F;
}

div#loginSubmitFP{
	background: transparent url(/public/wwv/Bitmaps/ico_titeltext_4.gif) no-repeat center left;
	margin-left: 185px;
	padding-left: 20px;
	color: #0C519F;
}

div#loginFooter{
	background-color: #EBF0F6;
	padding: 11px 0px 11px 20px;
}
#loginMeldungen{
	margin-bottom: 0px;
}

#loginFehler{
	color: red;
	font-size: 10px;
}

#loginPasswortVergessen{
	font-size: 10px;
}

input.invisible{
	border:0px !important;
	width:0px !important;
	height:0px !important;
}

