HTML {
	height: 100%;
}

BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #EBD850;
	background-image: url(images/template/bgr.gif);
	font-family: Tahoma, Arial, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 12px;
}

/* DIE STARTSEITE */

.startseite {
	border: 2px solid white;
	background-color: white;
}

.startseite .kopf {
	background-image: url(images/template/kopf.gif);
	background-color: FBF7BB;
	height: 100px;
}

.startseite .kopf .kopf_lastminute {
	height: 100px;
	width: 555px;
	background-image: url(images/startseite/lastminute_bgr.jpg);
}

.startseite .luftbild {
	background-image: url(images/startseite/luftbild.jpg);
	background-position: left bottom;
	height: 385px;
}

.startseite .text {
	height: 250px;
	background-image: url(images/startseite/text_bgr.gif);
}

.startseite .positionsbox {
	position: absolute;
}

/* DER TEXTBLOCK */

.startseite .einleitung H1 {
	color: #425180;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 8px 0px;	
}

.startseite .einleitung P {
	color: #425180;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	line-height: 22px;
}

/* DIE PRIMÄRNAVIGATION */

.navigation {
	background-image: url(images/startseite/nav_trans_bgr1.jpg);
	background-position: left bottom;
	text-transform: uppercase;
	/* background-repeat: no-repeat; */
}

.navigation .trenner {
	height: 1px;
	background-image: url(images/template/gepunktet_horizontal.gif);
	background-repeat: repeat-x;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
}

.navigation_aktiv {
	background-color: white;
}

.navigation A {
	display: block;
	height: 100%;
	padding: 4px 8px 4px 8px;
	color: black;
	text-decoration: none;
	font-size: 13px;
	margin: 0px;
	/*
	background-image: url(images/startseite/pfeil_rechts.gif);
	background-position: right center;
	background-repeat: no-repeat; */
}

.navigation A:hover {
	background-color: white;
}

/* der FUSS */

.fuss {
	border-top: 2px solid white;
	padding: 5px;
	font-size: 11px;
	color: black;
	background-color: #F9F491;
	line-height: 18px;
}

.fuss A {
	color: black;
}

/* DER LAST-MINUTE-KOPF */

.startseite .kopf_lastminute TD {
	padding-left: 100px;
	font-size: 12px;
	color: white;	
}

.startseite .kopf_lastminute TD A {
	text-align: center;
	display: block;
	width: 125px;
	height: 100%;
	padding-top: 8px;
	float: right;
	text-decoration: none;
	color: white;
	border-left: 1px solid #B7C9D2;
}

.startseite .kopf_lastminute TD A:hover {
	background-image: url(images/startseite/lastminute_bgr_over.gif);
}

.verborgen {
	display: none;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
	visibility: hidden;
    position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 auto;
    z-index: 1002;
    overflow: hidden;
	background-color: white;
}
