body {
	background-color: #7D7676;
	font-size: 12px;
	font-family: Verdana, Arial;
	color:#000000;
	padding:0px;
	margin:0px;
	}

#halter {
	text-align:center; 
	margin:auto; 
	margin-left: auto; 
	margin-right: auto; 
	width: 800px;
	height:100%;
	}

#header {
	position:relative; 
	top:0px;
	background: #FFFFFF url('site-image/hbg.gif') no-repeat; 
	width: 800px;
	hight: 180px;
	margin:auto;
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
	}
	
#logo {
	float: left;
	padding: 10px 0 0 0;
	hight: 80px;
}

#menu {
	float: right;
	padding: 0px;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	line-hight: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url('site-image/img02.gif');
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background-image: url('site-image/img03.gif');
	color: #AA2808;
}

#container {
	position:absolute; 
	top:180px;
	background-color: #FFFFFF;
	width: 800px;
	margin:auto;
	padding: 50px 0px 0px 0px;
	padding-bottom:0;
	margin-left: auto; 
	margin-right: auto;
	text-align:left;
	background-image: url('site-image/foo.jpg');
	background-repeat: repeat-x;
	background-position: bottom; 
	}

#inhalt {
	clear: both;
	float: right;
	background-color: #ffffff;
	width: 570px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
div#inhalt, #werbebox {
	min-hight:570px;
	hight:expression(this.scrollhight > 570 ? "auto":"570px"); 
	}
	
#werbebox {
	float: left;
	width: 200px;
	hight:100%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url('site-image/wboxeckero.jpg');
	background-repeat: no-repeat;
	background-position: top right; 
	}

#werbeboxrundungu {
	float: left;
	width: 200px;
	hight:100%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	background-image: url('site-image/wboxeckeru.jpg');
	background-repeat: no-repeat;
	background-position: bottom right; 
	background-color: #c3c3c3;
	}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: left; 
	}

#footer a {
	color:#7D7676;
	}
#footer a:visited {
	color:#7D7676;
	}
#footer a:hover {
	color:#000000;
	}
#footer a:active { 
	color:#000000;
	}

a.catlinks {
	color:#A20303;
	}
a.catlinks:visited {
	color:#A20303;
	}
a.catlinks:hover {
	color:#7D7676;
	}
a.catlinks:active { 
	color:#7D7676;
	}

a {
	color:#A20303;
	font-weight: bold;
	}
a:visited {
	color:#A20303;
	font-weight: bold;
	}
a:hover {
	color:#FF0000;
	font-weight: bold;
	}
a:active { 
	color:#7D7676;
	font-weight: bold;
	}

div#banner {
	clear: both;
	width: 800px;
	hight: 90px;
	text-align: center;
	background-color: #A20303;
	font-size: 11px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	border-top: 5px solid #A20303;
	border-bottom: 5px solid #A20303;
	}
	
h5 {
	background-color: #A20303;
	font-size: 11px;
	text-transform:uppercase;
	padding:5px 15px;
	margin:0px;
	}
h6 {
	background-color: #E3E3E3;
	font-size: 11px;
	font-weight: normal;
	color:#A20303;
	}

h3 {
	font-size: 11px;
	text-transform:uppercase;
	font-weight: normal;
	font-weight: bold;
	color:#A20303;
	}
h4 {
	font-size: 11px;
	text-transform:uppercase;
	font-weight: normal;
	font-weight: bold;
	color:#A20303;
	}
h2 {
	font-size:18px;
	font-weight: normal;
	color:#A20303;
	}
p {
	padding:0px;
	margin:0px;
	}

hr {
	border:solid #A20303 1px;
	height:1px;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	hight: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	hight: 1%;
	}
.clearfix{
	display: block;
	}
/* End hide from IE-mac */  