@charset "utf-8";

html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color: #404040;
	line-height:15px;
}

#js {
	display:none;
}

noscript {
	position:relative;
	left:-12px;
	font-size:13px;
	line-height:18px;
	color:red;
}

a { color:#0a457a; }
a:hover, a:active { color:#000;text-decoration:underline; }

/****************************************
 * Box
 ***************************************/
#box {
	text-align: center;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}
	#box .inner {
		text-align: left;
		width: 426px;
		margin-left: -213px;
		position: absolute;
		left: 50%;
		min-height: 272px;
	}
		#box .inner .top {
			height:97px;		
			background:transparent url("../img/loginbox_top.jpg") center top no-repeat;
		}
		#box .inner .content {
			background:#f9f9f9 url("../img/loginbox_content.jpg") center top repeat-y;
			padding:10px 15px 15px 40px;
			line-height:15px;
		}
		#box .inner .bottom {
			background:transparent url("../img/loginbox_bottom.jpg") center top no-repeat;
			height:12px;
		}
		.errorbox {
			color:red;
		}
		.message {}
			.message-success {
				color:#1aa200;
				margin-bottom:5px;
			}


/****************************************
 * Form elements
 ***************************************/
legend { display:none; }
label.block {
	display:block;
	margin-bottom:1px;
	line-height:15px;
}

.button {
	background-image:url("../img/bg_leiste_focus.jpg");
	border:0;
	color:#fff;
	padding:3px 3px;
	cursor:pointer;
	font-size:13px;
}

.textarea, .select, .input, .disabled-field {
	border:1px solid #ccc;
	border-top:1px solid #7e7e7e;
	border-left:1px solid #7e7e7e;
	font-family:Arial,Verdana,Geneva,Sans-serif;
	font-size:16px;
	padding: 2px 2px 2px 5px;
}