@charset "utf-8";
body {
	background-color: white;
	background-image:url(../images/teaser/bg.gif);
	background-repeat:repeat-x;
	text-align: center;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input {
	font-size:11px;
}
#divContainer {
	position: relative;
	margin: 0px auto;
	width: 1090px;
}

#divToolbar {
	position: absolute;
	left: 65px;
	top: 0px;
	z-index: 3;
	width: 960px;
	height: 50px;
	background-image:url(../images/teaser/header.gif);
	text-align: left;
}

#divPwVergessen {
	position: absolute;
	right: 20px;
	top: 12px;
	width: 50px;
	z-index: 5;
	text-align: left;
	font-size: 10px;
}
#divBottom {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 1090px;
	height: 150px;
	z-index: 3;
}

#divBgFooter {
	position: absolute;
	top: 568px;
	left: 0px;
	width: 1090px;
	height: 187px;
	z-index: 1;
}
#divFooter {
	position: absolute;
	z-index: 3;
	top: 665px;
	left: 0px;
	width: 1090px;
	height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1a1a1;
}

#divAnimContainer {
	position: absolute;
	left: 65px;
	top: 0px;
	left: 15px;
	width: 1060px;
	height: 568px;
	z-index: 2;
	overflow:hidden;
	text-align: left;

}

#divAnim {
	position: absolute;
	width: 5302px;
	height: 568px;
	text-align: left;
	
}
#divRegister {
	position:absolute;
	background: #dddddd url(../images/bg_registrieren.png) no-repeat;		
	height:375px;
	width:860px;
	left:65px;
	top:50px;
	padding:75px 50px 0px 50px;
	text-align:left;
}
#divRegister2 {
	position:absolute;
	background: #dddddd url(../images/bg_registrierungFastAbgeschlossen.png) no-repeat;		
	height:310px;
	width:860px;
	left:65px;
	top:50px;
	padding:140px 50px 0px 50px;
	text-align:left;
}
#divRegister3 {
	position:absolute;
	background: #dddddd url(../images/bg_registrierungAbgeschlossen.png) no-repeat;		
	height:310px;
	width:860px;
	left:65px;
	top:50px;
	padding:140px 50px 0px 50px;
	text-align:left;
}
#divPasswordVergessen {
	position:absolute;
	background: #dddddd url(../images/bg_pwVergessen.png) no-repeat;		
	height:310px;
	width:860px;
	left:65px;
	top:50px;
	padding:140px 50px 0px 50px;
	text-align:left;
}


.regTable .regTable_schrift {
	width:136px;
}
.regTable .regTable_formular {
	width:218px;
}
.regTable .regTable_button {
	width:152px;
	height:34px;
}
.regTable .regTable_fehler {
	width:136px;
	color:#ed1c24;
	font-weight:bold;
	vertical-align:top;
}
.regTable .regTable_fehlermeldungen {
	color:#ed1c24;
}

.regTable input[type="text"], .regTable input[type="password"] {
	border:0 none;
	height: 20px;
	padding:5px 5px 0 5px;
	margin:0;
	font-size:11px;
	background:transparent url(../images/inputbox_178.png) repeat scroll 0 0;
	width:168px;
}

#divRegister3 input[type="text"], #divRegister3 input[type="password"] {
	border:0 none;
	height: 20px;
	padding:5px 5px 0 5px;
	margin:0;
	font-size:11px;
	background:transparent url(../images/inputbox_168.png) repeat scroll 0 0;
	width:158px;
}

/*********************************************/
/* Modul: Countdown Spritspar-Meisterschaft */
/*********************************************/			
#countdown {
	position:absolute;
	top:117px;
	left:98px;
	height:380px;
	z-index:1;
	display:none;
}
#cntd_tag, #cntd_stunde, #cntd_minute, #cntd_sekunde {
	position:absolute;
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	height:37px;
	padding-top:6px;
	width:50px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	top:111px;
}
#cntd_tag {
	left:319px;
}
#cntd_stunde {
	left:376px;
}
#cntd_minute {
	left:434px;
}
#cntd_sekunde {
	left:491px;
}

