	html, body {
		height: 100%;
		background: url(../pictures/hp_sommer.jpg) top repeat-x;
	}
	
	body {
		margin: 0;
		padding: 0;
	}

	div#page {
		position: relative;
		width: 981px;
		margin: auto;
		min-height: 100%;
		text-align: left;
	}

	div#page div#middle {
		float: left;
		width: 920px;
		min-height: 500px;
	}

	div#page div#auswahl {
		position: absolute;
		top: 350px;
		left: 50px;
		width: 180px;
		height: 50px;
		margin: auto;
		text-align: left;
		color:#999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 10px;
		line-height: 14px;		
	}

	div#page div#middle div#title {
		float: left;
		width: 320px;
		height: 150px;
		margin: 30px 0 0 280px;
	}

	div#page div#middle div#content {
		float: left;
		width: 350px;
		min-height: 220px;
		margin: 0 0 0 280px;
	}

	div#page div#middle div#content2 {
		float: left;
		width: 200px;
		min-height: 150px;
		margin: 30px 0 0 0;
	}
	
	div#page div#middle div#head {
		width: 920px;
		height: 50px;
		margin: auto;
		text-align: right;
	}
	
	div#page div#middle div#navigation {
		float: left;
		width: 700px;
		height: 25px;
		margin: 0 0 0 280px;
		overflow: visible;
	}

	div#page div#middle div#navigation div#navigation_right_cell {
		margin-left: 2px;
		float: left;
		height: 18px;
		right: 0;
	}
	
	div#footer {
		height: 20px;
		width: 950px;
		margin-left: 40px;
		position: absolute;
		bottom: 0;
		color:#999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 10px;
		line-height: 14px;
}

	div#clear {
		clear: both;
	}	

	/* Bilder 50% transparent setzen */
	div#page div#navigation a:hover img {
		filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;
	}
	

	div#page div#middle div#navigation div#navigation_right_cell a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #999999;
		text-decoration: none;
		display: block;
	}
	
	div#page div#middle div#navigation div#navigation_right_cell a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #6a665e;
		text-decoration: none;
		display: block;
	}