@charset "ISO-8859-1";

body { 
font : normal 100.01% Verdana, Arial, sans-serif;
color : #000000;
background-color: #bdb76b;
min-width : 40em;
} 

body { 
margin : 0;
padding : 0;
} 

#fixiert { 
position : absolute;
top : 1.6em;
left : 1.5em;
width : 9em;
background-color: #8b4513;
border : 2px ridge gray;
} 

html > body #fixiert { 
position : fixed;
} 

#fixiert img {
margin-left: 1.3em;
} 

#fixiert h5 {
font-size: 0.7em;
margin: 0em 1.7em;
color:#ffff00;
}


#Inhalt { 
margin-left : 12em;
background-color:#ffefd5;
border-left : 2px ridge gray;
border-top : 2px ridge gray;
} 

#Inhalt h2 { 
font-size : 1.2em;
margin : 2em 5% 2em;
color : maroon;
border-bottom : 1px solid silver;
} 


#Inhalt p { 
font-size : 0.8em;
margin : 1em 5em 0em;
color : #663300;
} 

#Inhalt p a{
color:#ff8c00;
}

h1 { 
font-family: "Cracked Johnnie", Forte, Verdana, Arial;
color: #808000;
font-size : 2.5em;
margin : 0.5em;
padding : 0.3em;
background-color: #d2b48c;
text-align : center;
border : 2px ridge gray;
} 

h3 { 
font-size : 0.8em;
margin : 1em 5em 1em;
color : maroon;
border-bottom : 1px solid silver;
} 

#Navigation {
font-family: Arial, Helvetica, sans-serif; 
font-size : 0.7em;
font-weight : bold;
margin : 0;
padding : 0;
} 

#Navigation li { 
list-style : none;
margin : 0.1em;
} 

ul#Navigation a { 
display : block;
} 

ul#Navigation a:link {
color:#8b4513; 
background-color: #eee8aa; 
} 

ul#Navigation a:visited { 
color : #8b4513;
background-color: #eee8aa; 
} 

ul#Navigation a:hover { 
color : #ffff00;
background-color: #8b4513; 
} 

ul#Navigation a:active { 
color : #ffffff;
background-color: #ff00ff; 
} 

@media screen { 
html, body { 
height : 100%;
} 

#Scrollbereich { 
height : 100%;
width : 100%;
overflow : auto;
} 


#Inhalt { 
position : static;
} 
}

