<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/* allgemein */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }


/* Removes list-style from lists */
a { text-decoration: none; }


/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center;  }

body { 
position : relative; 
width : 900px; 
margin : 0 auto; 
text-align : left;
background-color:#faf9f6;
font-size:0.8em; }

div#header {
padding : 0 0px 0 0px;
}

div#content {
position : relative;
margin-top:80px;
margin-left:110px;
width : 82%;
}

div#content_main {
float:left; 
width : 64%; 
padding : 0 10px 0 30px; 
}
  
div#content_sub { 
float:left;
left : 0;  
width : 29%; 
padding : 0 0;
 
}


div#footer {
        top:15px;   
	margin-left:-100px;
	width : 899px;
        height:93px; 
  
}



.footer {position: relative;
top:-57px;
left:100px;
}



/* navigation */

#nav_main {
	position:absolute;
	top:260px;
        left:175px;
	width:640px;
}


#nav_main li, #nav_sub li {
	float:right;
	list-style: none;
    }


#nav_main li a, #nav_sub li a {
	color:#666;
    }


#nav_main li a:hover, #nav_sub li a:hover {
	color:#ae424b;
    }


#nav_sub {
	position:absolute;
	top:278px;
        left:175px;
	width:640px;
	}

.aktiv {
	font : 115%/1.3 "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
	color: #ae424b !important;}


</pre></body></html>