/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:11px;
	background-color:#ecbb06;
	background-attachment:fixed;
	background-image:url(../bilder/main_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
table {
	font-size:11px;
}
/*=======================================================
Ende Body-CSS
=======================================================*/
#superbox {
	position:absolute;
	width:720px;
	height:auto;
	overflow:hidden;
	margin-left:-360px;
	top:0px;
	left:50%;
	background-color:#000000;
}
/*=======================================================
Ende - Superbox-CSS // Superbox beinhaltet die Layer Header; Menue; Content; Footer
=======================================================*/
#header {
	position:relative;
	top:0px;
	background-image:url(../bilder/header.jpg);
	width:720px;
	height:130px;
}

#menue {
	position:relative;
	margin-left:2px;
	margin-top:2px;
	width:714px;
	height:30px;
	background-color:#000;
	/*border-bottom:1px solid #ecbb06;*/
	color:#CCCCCC;
}
#menue_button {
	top:0px;
	left:2px;
	width:710px;
	height:20px;
	position:absolute;
}
#content {
	position:relative;
	margin-top:5px;
	width:720px;
	padding:10px;
	padding-top:5px;
	overflow:inherit;
	}

#footer {
	position:relative;
	margin-top:2px;
	width:720px;
	background-image:url(../bilder/footer2.jpg);
	background-repeat: no-repeat;
	background-color:#ecbb06;
	padding-top:23px;
	padding-left:5px;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	height:40px;
}
/*=======================================================
Ende - Die einzelnen Layer mit ihren beschreibungen
=======================================================*/
a:link {
	color:#ecbb06;
	text-decoration:underline;
}
a:hover {
	color:#ecbb06;
	text-decoration:underline;
}
a:visited {
	color:#ecbb06;
	text-decoration:underline;
}
a:active {
	color:#ecbb06;
	text-decoration:underline;
}

a.extern:link {
	color:#000000;
	text-decoration:none;
}
a.extern:hover {
	color:#000000;
	text-decoration:underline;
}
a.extern:active {
	color:#000000;
	text-decoration:underline;
}
a.extern:visited {
	color:#000000;
	text-decoration:none;
}
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#ecbb06;
}
h2 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#ecbb06;
	text-align:left;
}
/*=======================================================
Ende - Ueberschriften
=======================================================*/

.img_border {
	border:#ecbb06 dotted thin;
	padding:1px;
}
.show {
	padding-left:0px;
}
.img_allg {
	border:#ecbb06 dotted thin;
	padding:1px;
	float:left;
	margin:3px;
	
}
.imp {
	padding-left:517px;
}
/*=======================================================
Start - Inhaltsboxen
=======================================================*/
/*=======================================================
Ende - Inhaltsboxen
=======================================================*/
.gelb {color:#ecbb06;}
.gelb2 {color:#ecbb06; font-family:Georgia, "Times New Roman", Times, serif;}

/* Navigation */

#menue b { display: none; }

#m01BG, #m01On { position: absolute; left: 0px; background: transparent url(../bilder/menue.gif) no-repeat 0px 0px; }
#m02BG, #m02On { position: absolute; left: 107px; background: transparent url(../bilder/menue.gif) -107px 0px no-repeat; }
#m03BG, #m03On { position: absolute; left: 282px; background: transparent url(../bilder/menue.gif) -282px 0px no-repeat; }
#m04BG, #m04On { position: absolute; left: 433px; background: transparent url(../bilder/menue.gif) -433px 0px no-repeat; }
#m05BG, #m05On { position: absolute; left: 604px; background: transparent url(../bilder/menue.gif) -604px 0px no-repeat; }

a#m01 { display: block; height: 30px; width: 105px; }
a#m02 { display: block; height: 30px; width: 173px; }
a#m03 { display: block; height: 30px; width: 149px; }
a#m04 { display: block; height: 30px; width: 169px; }
a#m05 { display: block; height: 30px; width: 108px; }

a:hover#m01, #m01On { background: transparent url(../bilder/menue.gif) 0px -30px no-repeat; }
a:hover#m02, #m02On { background: transparent url(../bilder/menue.gif) -107px -30px no-repeat; }
a:hover#m03, #m03On { background: transparent url(../bilder/menue.gif) -282px -30px no-repeat; }
a:hover#m04, #m04On { background: transparent url(../bilder/menue.gif) -433px -30px no-repeat; }
a:hover#m05, #m05On { background: transparent url(../bilder/menue.gif) -604px -30px no-repeat; }

/* Navigation */

input.street {
	font-size:10px;
	color:#000;
	width:125px;
	margin-top:5px;
}
input.plz {
	font-size:10px;
	color:#000;
	width:30px;
	margin-top:5px;
}
input.ort {
	font-size:10px;
	color:#000;
	width:81px;
	margin-top:5px;
	margin-left:3px;
}
select.von {
	font-size:10px;
	color:#000;
	width:130px;
	margin-top:5px;
}
input.route {
	font-size:10px;
	color:#000;
	width:130px;
	margin-top:10px;
}