@charset "utf-8";
.logodiv {
	background-image: url(../images/top-gradient.png);
	height: 90px;
	background-repeat: repeat-x;
	background-color: #143E5C;
}
.flashdiv {
	height: 250px;
	top: 90px;
}
.menudiv {
	height: 40px;
	top: 340px;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
}
.shadowdiv {
	background:URL("../images/design/design_r10_c4.png");
	height: 7px;
	top: 380px;
}
.menudiv,.flashdiv,.shadowdiv,.logodiv {
	left: 50%;
	right: 50%;
	position:absolute;
	margin-left:-375px;
	width: 750px;
}
.contentdiv {
	background-color: #FFFFFF;
	bottom: 0px;
	top: 387px;
	left: 50%;
	right: 50%;
	position:absolute;
	margin-left:-376px;
	width: 752px;
	z-index: 5;
}
.shadowleft {
	width: 10px;
	top: 0px;
	bottom: 0px;
	background-image: url(../images/shadowtemplate_r4_c3.png);
	left: 50%;
	right: 50%;
	position: absolute;
	margin-left: -385px;
}
.shadowright {
	width: 10px;
	top: 0px;
	bottom: 0px;
	background-image: url(../images/shadowtemplate_r4_c5.png);
	left: 50%;
	right: 50%;
	position: absolute;
	margin-left: 375px;
}
.contenttable {
	height:100%; 
	background-color:#FFFFFF;
}
body {
	margin-top: 0px;
	background-image: url(../images/shadowtemplate_r1_c1.png);
}
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
div.menudiv img {
	display:block;
	float:left;
	vertical-align: top;
}
.searchdiv {
	position: absolute;
	right: 0px;
	top: 57px;
	bottom: 0px;
}
.divInput:Focus {
	background-image: url(../images/bgdropedit.png);
	border: 1px solid #FFA944;
}
.divInput {
	background-image: url(../images/bgdropedit.png);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}
.ProbeFahrtInput:Focus {
	border: 1px solid #FFA944;
}
.ProbeFahrtInput {
	border: 1px solid #43A2EA;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
}

