/*
CSS Formatierungen für das Grundlayout der Seite
*/

html, body {
	height: 100%;
}
body {

	line-height: 130%;
	font-family: Verdana, Arial, Sans-Serif;
	color:#333333;
	padding:0px;
	margin:0px;
	background: #999999;
	/*url(../gfx/pback.gif) repeat-x top left;*/
}
 
/* Container, der alles umschliesst */
div#haupt_container {
	width: 1000px;
	height: auto;
	min-height: 200px;
	padding:0;
	margin: 25px 0 0 20px;
	position: relative;
	background: #999999;
}

/* container für den oberen bereich */
div#top {
	width:1000px;
	height: 21px;
	text-align: left;
	position:absolute;
	top: 0;
	left: 0;
/*	background: #999999 url(../gfx/head.gif) no-repeat top left; */
}
/* Container fuer das Logo */
div#logo {
	width:140px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#galery {
	width:289px;
	height: 215px;
	text-align: center;
	position: absolute;
	top: 116px;
	left: 377px;
	z-index: 11;
}



/* Container fuer das Bild im Header und der Seitentitel */
div#header_img_container {
	height: 100px;
	width: 1000px;
	background-color: #999999;
	position: absolute;
	top:25px;
	left: 200px;
	overflow: hidden;
	}


div.clearer {
	clear: both;
	width: 100%;
}
/* Container fuer die horizontale Navigationsliste > navi_oben.css */
div#navigation_oben_container
{
	width: 800px;
	height: 35px;
	padding: 0px 0 0 0;
	margin: 40px 0 0 -18px;

	position: absolute;
}

/* ersten strich in der horizontale Navigationsliste verstecken */
div#grau
{
	width: 15px;
	height: 20px;
	padding: 0;
	top: 65px;
    z-index: 1000;
	position: absolute;
	background-color: #999999;
	border: 0px solid #ffffff;
}


/* Aussen - und Innencontainer fuer den Inhaltsbereich */


div#inhalt_innen_container {
	
	border: 0px solid #ffffff;
	margin-left: 160px;
	top: 100px;
	
	width: 550px;
	background-color: #999999;

	padding: 5px 5px 5px 5px;
	z-index: 11;
	position:relative; 
}


 /* Spalte fuer ergaenzenden Inhalt */ 
div#rechte_spalte {
	 width:195px; 
 	 top: 0px;
	 margin-left: 510px;
	 position: absolute;
	 background-color: #999999;
	 padding: 5px 5px 10px 10px;
	 color: #ffffff;
	 line-height: 150%;
}

/* Hauptspalte fuer den Inhalt */ 
div#mittelspalte{ 
	width: 450px;
	 color: #ffffff;
	 line-height: 150%;

}


/*  Fusszeile */ 
div#fusszeile {
	height: 30px;
	width: 712px;
	background-color: #999999;
	float: left;
	position: relative;
	margin: 0;
	z-index: 25;
} 
/* Copyrightvermerk in Fusszeile */
div#copy {
	margin-left: 0px;
	width:200px;
	position: absolute;
	margin: 0px;
	z-index: 25;
	
}
div#copy p {
	padding: 15px 20px 8px 5px;
	color: #897F6B;
	font-size: 85%;
	
}
div#copy a {
	text-decoration: none;
}
