#wrapper {
	position: absolute;
	left: 50%;
	width: 972px;
	margin-left: -486px; /* negative Hälfte von width:972px 
	Seite zentrieren im Browser*/
	top: 0;
}

body {
	background-color: #D3D3D3;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

#page {
	width: 900px;
	height: 700px;
	float: left;
	background-image: url(../design/b_g.gif);
}
#content {
	width: 900px;
	}
#navi_top {
	width: 900px;
	height: 299px;
	float: top;
	padding-bottom: 5px;
	background-image: url(../design/logo_gross.jpg);
}

img {	
	border: 0px;
	margin-left: 30px;
}
h5 {
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
	padding: 5px;
	
}
p {
	text-align: justify;
	margin-left: 5px;
}

a {
	color: #343434;
	text-decoration: none;
	list-style-type: disc;
}
a:hover {
	color: #c59d6a;
}
a:visited {
	text-decoration:none; 
	color:#c59d6;
}
a:active { 
	text-decoration:none;  
	background-color:#c59d6a; }


.footer {
	width: 900px;
	padding-top: 10px;
	border-top: 1px solid #800000;
	font-size: 10px;
}
#text1{
	width: 400px;
	height: 250px;
	font-size: 11px;
}
#text2{
	width: 400px;
	height: 200px;
	font-size: 11px;
}
#text_navi{
	width: 350px;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
