* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	width: 100%;
	height: 99.8%;
	background-color: #FFFFFF;
}
* html body{
overflow:auto;
overflow-x: hidden;
}
object, embed {
	height: 100%;
	width: 100%;
}
#main {
width:100%;
font-size:.9em;
}
* html div#main{
height:100%;
overflow:auto;
overflow-x: hidden;
}
#main_top, #main_bottom {
width:100%;
background-image:url(../images/top_back.jpg);
background-repeat:repeat-x;
background-color:#000000;
}
div#main_bottom{
background-image:url(../images/bottom_back.jpg);
position:absolute;
bottom:0;
left:0;
width:100%;
height:<length>;
font-size:.9em;
}
@media screen{
body>div#main_bottom{
   position: fixed;
}
} 
#top, #menue_schrift, #content, #bottom, #copyright {
width:700px;
}

#top {
min-height:120px;
color:#FFFFFF;
}
#top_logo {
float:left;
width:215px;
height:44px;
margin-top:30px;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
border: 2px solid #445B66;
}

#menue {
padding-top:3px;
padding-bottom:3px;
background-color:#000000;
border-bottom: 5px solid #1C272C;
}
#menue_schrift {
text-align:right;
}
#menue_schrift a {
padding-left:20px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
text-decoration:none;
}
#menue_schrift a:hover {
text-decoration:underline;
}

#warnung {
font-size:.9em;
margin-bottom:5px;
background-color:#FF9900;
text-align:center;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

#content {
margin-bottom:200px;
padding-left:100px;
padding-right: 100px;
}
#content_schrift {
margin-top:30px;
width:100%;
text-align:left;
}
#content_schrift .titel {
margin-bottom:30px;
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;
}
#content_schrift FONT {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
color:#000000;
}
#content_schrift P {
margin-top:20px;
}

#bottom {
padding-top:5px;
}
#bottom_copyright {
width:100%;
background-color:#000000;
border-top: 5px solid #1C272C;
}
#copyright {
margin-top:8px;
padding-bottom:8px;
color:#4E565A;
font-family:Arial, Helvetica, sans-serif;
font-size:.7em;
text-align:left;
}
#copyright a {
color:#4E565A;
text-decoration:none;
}#copyright a:hover {
color:#4E565A;
text-decoration:underline;
}