<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #666666;
    background-color: #B3D9F0;
}

a:link, a:visited {
	color: #587a05;
} 
   
a:hover {
	text-decoration: underline;
}		

h1, h2, h3, h4 {
	color: #354A03;
} 		

hr {	
    border: dotted #CCCCCC;
    border-width: 1px 0px 0px 0px;
    margin: 5px 0px 15px 0px;
}      


#outline {
    margin-top: 10px;
    padding: 0;
    background-color: white;
    border: solid 2px white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;    
}

#content{
    padding-top: 0;
}

#header {
    height: 120px;
    background-color: white;
    background-image: url('img/banner.jpg');
    border-bottom: 2px solid white;
}

#header_collapsed{
    background-color: #A4D1E4;
    border-bottom: 1px solid transparent;
}

#header, #header_collapsed{
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#menu{
    background-color: #A4D1E4;
}

@media (min-width: 768px) {
    #menu { padding-top: 1rem;}
}

#box_news{
    border-top: 1px solid white;
    background-color: #CFE6EE;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid transparent;
}


.box_content td {
	background-color: transparent;
}


/* --- TOC --- */

li.toc {  
	line-height: 1.5rem;
    background-color: #E8F0F3;
    border: 1px solid white;
    margin-top: 2px;
}

li.toc:hover{   
    color: #587a05;
    background-color: #D4E5B8; 
}

li.toc_active {
    color: #587a05;
    text-decoration: none;
    background-color: #D4E5B8; 
}
  
/* 
Fehler beim Hovern im IE6 (Umbruch) bei Verwendung von 'block' in li
Workaround: 
li hovern (FF, IE8) +
a hovern (FF, IE8 UND IE6)
*/    
li.toc a {
    color: #27677D;
	padding: 3px;
	padding-left: 6px;
    display: block;
}

li.toc_active a {
    color: #587a05;
} 
  
li.toc a:hover {
    text-decoration: none;
    color: #587a05;
} 

#box_main{
    padding-top: .5rem;
}

#box_bottom {
    border-top: 1px solid white;
    /*border: solid 2px white;
    border-width: 0px 2px 2px 2px;*/

    background-color: #8B9D44;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}  

#box_footer {
    /*padding-bottom: 1rem;*/
} 

#box_footer {color: white;}
#box_footer a{color: white; font-weight: bold;}

a.start {
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #27677D;
	border: 2px solid #a4d1e4;
	background-color: #E8F0F3;
}
a.start:hover { 
	text-decoration: none;
	color: #587a05;
	border: 2px solid #587a05;
	background-color: #D4E5B8;
}</pre></body></html>