@charset "utf-8";
/* CSS Document */

html, body {
		height:100%;
		/*overflow: auto;*/
		}


#html>body #wrap {height:100%;} /* 100 % height */
#header {
 width:100%;
 height:5em;
 }
 
#html>body #header {
 position:fixed;
 z-index:10; /* Prevent certain problems with form controls */
 }
 
#html>body #content-wrap {height:100%;} /* 100 % height */
#footer {
 width:100%;
 height:5em;
 }
 
#html>body #footer {
 position:fixed;
 bottom:0;
 z-index:10; /* Prevent certain problems with form controls */
 }


body {
	color: #000;
	padding: 0;
	margin: 0;
	background-color:#CCC;
	}
		


#kopf {
	background-image:url(../head.jpg);
	position: absolute;
	border: 1px;
	width:990px;
	height:109px;
	top: 0px;
	left: 1px;
}

/* Hack für IE6 indem * html vorangestellt wird */
/* Wichtig! background:none; */


#maincontent {
	padding: 1px;
	background-color:#faefbc;
	position:absolute;
	border: 1px hidden #909;
	margin: 0 0 0 120px;
	top: 115px;
	width:865px;
	height:465px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-weight: bold;
	}

#maincontentnoscroll {
	padding: 1px;
	background-color:#faefbc;
	position:absolute;
	border: 1px hidden #909;
	margin: 0 0 0 120px;
	top: 115px;
	width:865px;
	height:465px;
	overflow-y: hidden;
	overflow-x: hidden;
	}
	



	#container {
	margin:auto;
	position:relative; /* puts container in front of distance */
	height:600px;
	width:990px;
	clear:left;
	background-color:#f0c97b;
	border:1px solid #c93;

		}

		#containerindex {
	margin:auto;
	position:relative; /* puts container in front of distance */
	height:34em;
	width:62em;
	clear:left;
	background-color:#F0DBA8;
	border:1px solid #c93;

		}
		
	#container ul {
		margin-left:0.2em;
		}

	
	
	#container p {
	margin:1.5em 13.6em 1.5em 3em;
	}

.Name
{
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.Info
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.Entfernung
{
	text-align: right;
	position:absolute;
	right: 50px;
	color: #000;
}


.Text
{
	font-weight: lighter;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	}

.headline
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 150%;
}

.Textkleinfett
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: left;
	
}

.fett
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	
}
#container #maincontent table tr td {
	text-align: left;
}

