/* Alle Abstände werden global auf 0 gesetzt */
* { 
	margin: 0; 
	padding: 0;}

html, body, #container{
	height: 100%;
	min-height: 100%;}

html>body #container {
	height:100%;
	min-height: 100%; /* für die restlichen Browser */} 

body {
	background-color: #cc3333;
	/*font: normal 0.9em/1.3em Georgia, Tahoma, Verdana;*/
	font: normal 0.8em/1.2em Verdana, Arial, Tahoma;
	color: black;
	text-align: center;
	}

/* Alle Container die das Layout der Site beinhalten werden */
#container {
	margin: 0px auto;
	width: 940px;
	background-image: url(../images/grafiken/background_1.gif);
	background-repeat: repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	clear: both;	
	padding-bottom: 10px;
	}

#header {
	margin: 0px auto;
	width: 940px;
	height: 169px;
	background-image: url(../images/grafiken/headbanner_1.gif);
	background-repeat: no-repeat;
	text-align: right;}

#spacer {
	margin: 0px auto;
	background-image: url(../images/grafiken/headbanner_2.gif);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
	text-align: center;}

#navigation {
	width: 210px;
	padding-top: -5px;
	float: left;}

#content {
	width: 570px;
	text-align: left;
	color: Black;
	margin-top: -35px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;}

#clearer {
	clear: both;
	width: 100%;}

#footer{
	background-image:  url(../images/grafiken/footer_1.gif);
	background-repeat: no-repeat;
	width: 940px;
	height: 64px;
	text-align: center;
	position: relative;
	bottom: 0px;
	margin: 0px auto;
	display: none;}

#footer_content{
	width: 800px;
	padding-top: 28px;
	border: 1px solid green;
	margin: 0px auto;
	display: none;}


