<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Layout by Oliver 
   Breite 920px
   Links   228px
   Content 692px  */
   
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

HTML {
    height: 100%;
    padding-bottom: 1px;
}

#komplett {	
	width: 100%;
	height: 100%;	
	padding: 0;	
	margin: 0;
	color : #000000;
	background-color: #ffd9bd;
	font-family: 'Open Sans', sans-serif;
	/*font-family: Arial,Helvetica,sans-serif;*/
	font-size: 13px;
}

#fullsize_1  {  
   width: 100%;     
   margin: 0; padding: 0;
   background: transparent;  }
	
#fullsize_2  {  
   width: 100%;  
  /* float: left; */  
   margin: 0;  padding: 0;
    }

#wrapper_01  {  
    position: relative;	z-index: 2;	top: 0;	left: 0;
	width: 920px;
	margin: 0px auto;	padding: 0; 			
	}
	
	
#wrapper_02  {  
    position: relative;	z-index: 3;	top: 0;	left: 0;
	float: left;
	margin: 0;  padding: 0;
	width: 920px;
	text-align: left;	
	}		
	
#topleft  {  
    position: absolute;	z-index: 4;	top: 0;	left: 0;
	float: left;
	margin: 0;  padding: 0;
	width: 228px;
	height: 80px;
	text-align: left;
	background: #FFF url(../images/logo.png) 0 0 no-repeat;	
	}	
	
#topright  {  
    position: relative;	z-index: 5;	top: 0;	left: 227px;
	margin: 0;  padding: 0;
	width: 692px;
	height: 80px;
	text-align: left;	
	background:  url(../images/header.png) 0 0 no-repeat;
	}


#topnavleft {	
	float: left;
	margin: 30px 0 0 30px; padding: 0;	
	}
	
#topnavright {	
	float: right;
	margin: 30px 30px 0 0; padding: 0;
	}
			
	
#content-wrapper {	
	position: relative;	z-index: 8; top: 0;	left: 0px; 
	float: left;
	width: 920px; min-height: 300px; 
	margin: 0; padding: 0;
	background: url(../images/hg_content-wrapper.png) repeat-y 0 0; 
	}
	
#left {	
	float: left;
	position: relative;	z-index: 9;	top: 0;	left: 0;
	width: 228px;
	}
	
#content {	
	float: right;
	position: relative;	z-index: 10;	top: 0;	left: 0;
	padding: 30px;
	width: 632px;	
	min-height: 600px;
	line-height: 160%;
	}
	
#footer_total_width {	
	float: left;
	width: 882px;
	padding: 0px 0 0 38px;
	position: relative; z-index: 6; top: 0px; left: 0px;
	background: #ff9e55;
	}

#footer_social_media {	
	float: left;
	width: 882px;
	padding: 0px 0 0 38px;
	height: 40px;
	position: relative; z-index: 6; top: 0px; left: 0px;
	background: #ff9e55;
	}

#footer {	
	float: left;
	width: 882px;
	padding: 0 0 0 38px;
	height: 102px;
	position: relative; z-index: 7; top: 0px; left: 0px;
	background: #ff9e55;
	}
	
#footer .moduletable{	
	float: left;
	width: 190px;
	padding: 12px 27px 0 0;
	height: 90px;	
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	}
	
#footer .moduletable h2{	
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#footer .moduletable h3{	
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	

#footer a:link, #footer a:visited {color: #FFF;}

#footer a:hover, #footer a:active {color: #e1e1e1;}
	

/*Layout Ende	*/

.clear {clear: both;}

#content p  {margin: 0 0 20px 0; padding: 0;}

/*#content ul {margin: 0; padding: 0;}*/

#head p {letter-spacing: 0em;}


.left {float: left; margin-right: 25px; margin-bottom: 15px;}

.right {float: right;  margin-left: 25px;  margin-bottom: 15px;}





/*  Smartphones 
*/
@media screen and (max-device-width: 767px) {
   .left, .right {float: none;}
   
}




A:LINK, A:VISITED {	
	color : #0088b5;
	text-decoration: none;
	
}

A:HOVER{	
	color : #0088b5;
	text-decoration: underline; 	
}


H1 {
	font-size : 36px;
	color : #0088b5;
	font-weight: lighter;
	text-decoration : none;
	width: 100%;	
	text-transform: uppercase;
	letter-spacing: 0.1em;
    line-height: 1.3;
	border-bottom: 1px solid #0088b5;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
}

/* altes H2,
   alle weiteren Ãœberschriften um eine Position nach oben gerÃ¼ckt, d.h.
   H3 -&gt; H2, H4 -&gt; H3, ...
   Weitere Ã„nderung in html/com_content/article/default.php.
H2 {
	font-size : 40px;
	color : #0088b5;
	font-weight: lighter;
	text-decoration : none;
	width: 100%;	
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #0088b5;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
}
*/

/* altes H2 - letzte Version
H2 {
	font-size : 26px;
	color : #0088b5;
	font-weight : normal;
	text-decoration : none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    line-height: 1;
	margin: 0 0 15px 0;
}
*/

H2 {
	font-size : 125%;
	color : #0088b5;
	font-weight : bold;
	text-decoration : none;
    margin: 15px 0 3px 0;
}

H3 {
	font-size : 110%;
	font-weight : bold;
	color : #0088b5;
	margin: 15px 0 3px 0;
}

H4 {
	font-size : 100%;
	font-weight : bold;
	color : #0088b5;
	margin: 8px 0 3px 0;
}

H5 {
	font-size : 100%;
	font-weight : bold;
/*	color : #0088b5; */
	margin: 8px 0 3px 0;
}

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