html, body {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding:0;
	margin:0;
}

a, a:visited {
	color: #C9DA2C;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

.wrapper {
	background: #FFFFFF url(images/pix_house_bg.jpg) no-repeat;
	height: 605px;
	width: 1008px;
	margin: 0px auto;
	padding: 0px;
	margin-top: 4%;
}

.rahmen {
	background: black url(images/pix_house_bg_2.jpg) no-repeat;
	height: 409px;
	width: 800px;
	position:absolute;
	margin-left: 117px;
	margin-top: 125px;
}


/* NAVIGATION */
.status {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
	width: 220px;
	height: 12px;
	position: absolute;
	top: 2px;
	left: 500px;
	float:left;
	color:#FFFFFF;
	border-bottom: 5px solid #393939;
	padding-bottom: 5px;
	text-align:center;
}

#navi {
	height: 12px;
	margin-left: 8px;
	width: 530px;
	float: left;
	position: absolute;
	top: 30px;
	left: 34px;
	z-index: 1000;
	clear:both;
}

#navi ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}

#navi li a {	
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration:none;
	float:left;
	color:#FFFFFF;
	border-bottom: 5px solid #393939;
	padding-bottom: 5px;
		margin-right:20px; 
}

#navi li a:hover {	
	border-bottom: 5px solid #C9DA2C;
}

.content {
	margin-left: 8px;
	position: absolute;
	top: 80px;
	left: 34px;
	width: 705px;
	color:#FFFFFF;
}

.copyright {
	margin-left: 8px;
	left: 34px;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 9px;
}


.inputtext_big {
	width: 115px;
	height: 17px;
	padding-left: 2px;
	border: 1px solid #C9DA2C;
	font-size: 85%;
}

.inputtext_text {
	padding-left: 2px;
	border: 1px solid #C9DA2C;
}







































#scrollinhalt {
			/*	Innerhalb dieses Divs liegt der Inhalt. */
			position: absolute;
			left: 0;
			top: 0;
			width: 200px;
			z-index: 10;
		}
		#scrollbarbox {
			/*	Dieses Div umschliesst alle Elemente der Scroll-Leiste.
				Es ist standardmaessig ausgeblendet und wird eingeblendet, wenn der Inhalt groesser ist als der sichtbare Bereich und somit gescrollt werden muss. */
			display: block;
			visibility: hidden;
			position: absolute;
			right: 0;
			top: 0;
			height: 300px;
			width: 11px;
			overflow: hidden;
		}
		#scrolltrack {
			/*	Dieses Div stellt die Scroll-Leiste dar.
				Zur individuellen Gestaltung kann ein Hintergrund-Bild verwendet werden. */
			position: absolute;
			left: 0;
			top: 10px;
			width: 10px;
			height: 270px;
			overflow: hidden;
			background-image: url(images/scroll/v_track_bg.png);
			background-repeat: repeat-y;
			z-index: 10;
		}
		#scrollgreifer {
			/*	Greifer-Grafik. 
				Liegt innerhalb des Scroll-Track */
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 10px;
			height: 20px;
			overflow: hidden;
			z-index: 10;
		}
		#scrollpfeiloben {
			/*	Pfeil-Grafik oben (bei vertikaler Scrollbar) / links (bei horizontaler Scrollbar) */
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 20;
		}
		#scrollpfeilunten  {
			/*	Pfeil-Grafik unten (bei vertikaler Scrollbar) / rechts (bei horizontaler Scrollbar) */
			display: block;
			position: absolute;
			left: 0;
			top: 280px;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 30;
		}
		#springpfeil  {
			/* "Spring-Nach-Oben-Pfeil"-Grafik. */
			display: block;
			position: absolute;
			left: 0;
			top: 290px;
			width: 10px;
			height: 10px;
			overflow: hidden;
			z-index: 40;
		}
		
		
		
.partner a, .partner a:visited {
	color: Black;
	text-decoration: none;
	}
	
.partner a:hover {
	text-decoration: underline;
	}