@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
<style>
body {font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
.style1 {color: #FFFFFF} {color: #FFFFFF}
.h1 {color: #FFFFFF}
.tr {color: #FFFFFF}
.td {color: #FFFFFF}
.th {color: #FFFFFF}
body {
	background-color: #990000;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFFCC;
}
a:hover {
	color: #00FF00;
}
a:active {
	color: #FF00FF;
}
-->
</style>
body, html{
margin: 0;
height: 100%;
}

body{
background-color: #990000;
}

#main_container{
float: left;
width: 100%;
min-height: 100%;
_height: 100%;
margin: -46px 0 0 0;
background-color: #990000;
}

/* container boxen */
#header_container{
width: 100%;
height: 81px;
padding: 46px 0 0 0;
text-align: center;
background-color: #990000;
}

#links_container{
float: left;
min-height: 100%;
width: 164px;
}

#content_container{
margin: 0 259px 0 164px;
}

#rechts_container{
float: right;
width: 259px;
}

#footer_container{
clear: both;
height: 46px;
background-color: #0099FF;
width: 100%;
text-align: center;
}

/* content boxen */
#header{
width: 100%;
height: 81px;
padding: 10px 0;
}

#rechts, #links, #content{
padding: 10px 10px 0 20px;
}

#footer{
padding: 20px 163px 0 0;
}

/* background image boxen */
#top_left{
position: absolute;
width: 163px;
height: 89px;
top: 0;
left: 0;
background-color: #990000;
}

#top_right{
position: absolute;
width: 264px;
height: 89px;
top: 0;
right: 1px;
background-color: #990000;
}

#footer_left{
height: 46px;
width: 163px;
float: left;
background-color: #990000;
}