/* CSS Document */

div#header  {
	height: 75px;
	background: #ccc;
}

div#content_all {
	width: 100%;
	background: url(../bilder/back.jpg) top center repeat-x;
}

div#bild_index {
	width: 800px;
	heigth: 537px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

div#adresse_index {
	position: absolute;
	top: 12em;
	left: 1em;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #006;
	
}

div#adresse_index a:link, a:visited, a:focus {
	color: #06f;
	text-decoration: none;
}

div#adresse_index a:hover, a:active {
	color: #999;
}

div#content_index {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 769px;
	background-color: #006;
	background: url(../bilder/back_blau.png);
	padding: 0.7em 1em;
}

* html div#content_index {
	bottom: 3px;
}

div#content_index p {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #fff;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

div#navi {
	position: absolute;
	top: 10em;
	right: -1.5em;
	background: transparent;
	z-index: 5;
}

div#navi a:link, a:visited, a:focus {
	color: #006;
	text-decoration: none;
	background: url(../bilder/nav_c.gif) no-repeat 0 0;
	padding: 2px 0 10px 35px;
	font-weight: bold;
	
}

div#navi a:hover, a:active {
	color: #fff;
	background: url(../bilder/nav_d.gif) no-repeat 0 0;
}

div#navi li {
	padding: 0 0 12px 0;
}

