@charset "utf-8";

body {
color : #eee;
background-color : #000;
}
a {
color : #7d7d7d;
text-decoration : none;
}
a:hover {
color : #fff;
background-color : #000;
}
hr {
border : 1px dotted #333;
}
h1 {
font-family : Georgia, "Times New Roman", Tahoma, Arial;
font-weight : normal;
font-size : 1.3em;
color : #cf0;
margin : 4px 0 4px 0;
padding : 0;
}
h1 a {
color : #cf0;
}
h1 a:hover {
color : #7d7d7d;
}
h2 {
font-family : Georgia, "Times New Roman", Tahoma, Arial;
font-size : 1.3em;
font-weight : lighter;
color : #7d7d7d;
margin : 4px 0 7px 0;
padding : 0;
}
h3 {
font-family : Georgia, "Times New Roman", Tahoma, Arial;
font-size : 2.3em;
font-weight : lighter;
font-style : normal;
font-variant : normal;
line-height : normal;
color : #7d7d7d;
margin : 0;
padding : 0;
}
#navi a:hover {
color : #fff;
background-color : #000;
}
.naviaktiv {
font-size : 1.2em;
font-weight : bold;
color : #fff;
background-color : #000;
padding : 0 0 0 20px;
}
.navi {
font-size : 1.2em;
font-weight : bold;
color : #7d7d7d;
padding : 0 0 0 20px;
}
.paddingleft {
padding : 0 0 0 10px;
}
.paddingright {
padding : 0;
margin : 0 0 2px 0;
}

#start_footer {
font-size : 0.9em;
color : #7d7d7d;
top : 1050px;
left : 40px;
width : 840px;
height : 30px;
position : absolute;
padding : 5px 0 0 0;
background-color : #000;
border-top : 1px solid #333;
z-index:20;
}

#footer_fix {
font-size : 0.9em;
color : #7d7d7d;
left : 40px;
width : 840px;
height : 30px;
bottom:0;
position : fixed;
padding : 5px 0 0 0;
border-top : 1px solid #333;
background-color : #000;
z-index : 20;
}

* html #footer_fix {
font-size : 0.9em;
color : #7d7d7d;
bottom : 0;
left : 40px;
width : 840px;
position : absolute;
padding : 5px 0 0 0;
margin:0;
border-top : 1px solid #333;
z-index : 20;
background-color:#000;
}

#flashfooter_fix {
bottom : 35px;
left : 0;
width : 880px;
height : 100px;
position : fixed;
background-color : #000;
z-index : 20;
}

#drucken {
width : 100%;
height : 18px;
text-align : right;
padding : 3px 0 0 0;
margin : 15px 0 0 0;
border-top : 1px solid #333;
border-bottom : 1px solid #333;
}
.gruen {
color:#ccff00;
}