/* CSS Document */

#body {
	position: relative;
}

body {
	background-color: #2C5028;
}


#body img {
	margin: 0;
	padding: 0;
	border: none;
}


#pano img {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: -1000;
}

#content {
	padding: 33% 0px 0px 0px;
}

BODY {
	margin: 0px;
	font-family: Arial;
}


#body {
	font-family: sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#body img { border: 0px; display: block; }

#body .File a:hover { padding: 0px; }


.break {
	clear: both;
}

.clear {
	clear: left;
}

.left {
	float: left;
}

.right {
	float: right;
}


.bold {
	font-weight: bold;
}


@media print {
	.noprint {
		display: none;
	}
}





/*Boxen*/

#boxen {
	padding-left: 30px;
}

/*Höhe und Breite der Box-Reiter 1*/
#boxen .box {
	float: left;
	position: relative;
	margin-right: 30px;
	margin-bottom: 10px;
	width: 300px;
	height: 230px;
}


/*Winter-Strechbox*/

#boxen .box.strech {
	float: none;
	width: auto;
	margin-left: 660px;
	padding-right: 30px !important;
}

#boxen .box.strech .inhalt {
	width: auto !important;

}



/*Ende Winter-Strechbox*/






#boxen .box a {
	text-decoration: none;
	color: #66CC33;
	padding: 2px 7px 2px 5px;
}

#boxen .box a:hover {
	background-color: #fff  !important;;
	padding: 2px 7px 2px 5px !important;
	color: #000 !important;
}

#boxen .box h4 {
	position: absolute;
	left: -8px;
	top: 0px;
	bottom: 190px;
	background-color: #999;
	padding: 6px 25px 5px 20px;
	font-weight: 100;
	font-size: 23px;
	color: #fff;
	margin: 0px;
	z-index: 1000;
	width: 126px;
}

#boxen .box h5 {
	color: #fff;
	position: absolute;
	right: -690px;
	bottom: 265px;
	margin: 0px;
	z-index: 1000;
	font-weight: 100;
	font-size: 19px;
	width: 639px;
	height: 300px;
	background-image: url(picts/bg_mitte.png);
}

#boxen .box .inhalt {
	position: absolute;
	width: 265px;
	height: 257px;
	right: 0px;
	top: 30px;
	left: 1px;
	bottom: 0px;
	background-color: #333333;
	color: #fff;
	padding: 5px 10px 15px 20px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



#boxen .box .hinweis {
	position: absolute;
	right: -1px;
	bottom: -99px;
	font-size: 14px;
	font-weight: bold;
	width: 1024px;
	color: #F6B819;
}



#boxen .box.gelb h4 { background: no-repeat right bottom url(picts/reiter_1.gif); }
#boxen .box.gelb .inhalt { background-color: #e09f12; color: #fff }

#boxen .box.gruen h4 { background: no-repeat right bottom url(picts/reiter_2.gif); }
#boxen .box.gruen .inhalt { background-color: #339933; color: #fff }

#boxen .box.blau h4 { background: no-repeat right bottom url(picts/reiter_3.gif); }
#boxen .box.blau .inhalt { background-color: #336699; color: #fff }


/*Ende Boxen*/




/*Footer*/

#footer {
	margin: 100px 30px 5px 30px;
	padding: 15px 10px 5px 0px;
	color: #DBEAD9;
	font-size: 13px;
	line-height: 17px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#footer {
	border-top: 1px solid #597254;
	border-bottom: 1px solid #597254;
}

#footer a {
	color: #DBEAD9;
	text-decoration: none;
}
#footer a:hover {
	background-color: #444;
	color:#FFF;
}

#footer { color: #DBEAD9; }
#footer a { color: #CCFFCC; }

#footer a:hover {
	background-color: #DBEAD9;
	color: #000;
}

#footer .left {	margin-right: 30px; }


#footer .right { margin-left: 5px; }

#footer .right.impressum {
	background-image: url();
	padding-left: 170px;
	padding-bottom: 10px;
}

#footer .impressum {
	color: #DBEAD9;
}

#footer .impressum {
	color: #DBEAD9;
}

