html, body {height:100%;}
body {text-align:center; padding:0; margin:0; background: url(../img/hintergrund_verlauf.jpg) repeat-x rgb(34, 34, 34);font-family: Arial,helvetica;}
h2 {background-color: transparent;}
a {border: none; outline: none;}
img {border: none; outline: none;}
#imprint {position: absolute; top:605px; right: 0px; color: white; text-decoration: none; font-size: 11px;}
#imprint a {color: white; text-decoration: none;}
#distance {margin-bottom: -300px; width: 1px;height: 50%;float: left;}
#content {width: 900px; height:600px; text-align:left; margin:0 auto; clear:left; background-color: white; position: relative;margin-bottom: 20px;}
#logo_ecko {position: absolute; top: 15px; left:15px;}
#logo_eckored {position: absolute; top: 15px; left:265px;}
#logo_cutsew {position: absolute; top: 15px; left:555px;}
#logo_eckofunction {position: absolute; top: 15px; right:15px;}
#headline {position: absolute; left:15px; top: 75px;font-family: Arial; font-weight: bold; font-size: 22px; color:#d20d40;}
div.box {border: 1px solid black; background-color: white; text-align: left;}
div.box h2 {font-size: 16px; background-color: black; color: white;padding: 0; padding-left:5px; padding-top:3px; padding-bottom:3px; margin: 0; text-transform: uppercase;}
div.box div {padding: 3px;}

div#A1 {width:208px; height:158px; position: absolute; top:110px; left: 15px;}
div#A2 {width:208px; height:143px; position: absolute; top:280px; left: 15px;}
div#A3 {width:208px; height:148px; position: absolute; top:435px; left: 15px;}

div#B1 {width:318px; height:228px; position: absolute; top:110px; left: 235px;}
div#B2 {width:318px; height:233px; position: absolute; top:350px; left: 235px;}
div#B2 img {width: 312px; height: 203px;}

div#C1 {width:318px; height:168px; position: absolute; top:110px; left: 565px;}
div#C2 {width:318px; height:138px; position: absolute; top:290px; left: 565px;}
div#C3 {width:318px; height:143px; position: absolute; top:440px; left: 565px;}


#MB_content form {margin: 10px; font-family: Arial; font-size: 12px;}
#MB_content div.input {margin-bottom: 5px;clear: both;}
#MB_content div.input label {float: left; width:100px; font-weight: bold;}
#MB_content div.input input,#MB_content div.input select {width:200px; xmargin-left: 100px;padding: 3px; border: none; background-color: #f6f6f6;}
#MB_content div.input div.error-message {padding-left: 102px; font-size: 10px; color: red;}
#MB_content img#spinner {bottom:10px;position:absolute;right:15px;}
#MB_content div.submit input {border: 2px solid black; background-color: black; color: white; font-weight: bold; margin-top: 5px;}

#MB_window {
	top: 90px;
}

#MB_frame {
	background-color: #ffffff;
}


#MB_content {
	padding: 6px .75em;
	overflow: auto;
	position: relative;
}

#MB_caption {
	font: bold 14px Arial, sans-serif;
	text-shadow: none;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	margin-right: 10px;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 3px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}

#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 0px;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#MB_header {
	padding-top: 0px;
	-webkit-border-top-left-radius: 0px; 
	-webkit-border-top-right-radius: 0px; 
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	border-top-left-radius: 0px;	
	border-top-right-radius: 0px;
	padding: 0;	
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid black;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: black;
}
#MB_caption { color: #ffffff }
#MB_close { color: #ffffff; background-color: black; }
#MB_close:hover { color: #ffffff }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}

input.validation-failed, textarea.validation-failed {
	background-color: #d20d40 !important;
	xcolor : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	xborder: 1px solid #00CC00;
	xcolor : #000;
}

.validation-advice {
	display:none;
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

div.responseText,div#sorry {text-align: center; font-size: 14px; line-height: 1.5em;}
