<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

    body  {
    	font-family: "Century Gothic", Arial;
    	background: #e9d7b7;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #790018;
    }
    .twoColFixLtHdr #container { 
    	width: 1200px;
    	background: #fff1c3;
    	margin: 20px auto auto auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
    	border: none;
    	text-align: left;
    } 
    .twoColFixLtHdr #header { 
    	background: #f08a51; 
    } 
    .twoColFixLtHdr #header h1 {
    	margin: 0;
    	padding: 10px 0;
    }
	
	a { color:#790018;
		text-decoration:underline;
	}
	
	a:hover {
		color: #f08a51;
		font-weight:bold;
		text-decoration:none;
	}
	
	#mainmenue {
		width:1200px;
		height:58px;
		background: #f68a59; 
		margin: 0;
    	padding: 0;
		font-size: small;
		font-weight:bold;
		text-align: center;
		line-height:20px; 
	}
	
	#mainmenue a {
		font-weight: bold;
		color: #fff1c3;
		text-decoration: none;
		text-align:center;
		background-position:center;
	}
	
	#mainmenue a:hover {
		color: #790018;
	}
		
	#mainmenue td div {
		padding:8px 5px 0 5px;
		height:50px;
		margin-left:5px;
	}
	
	#mainmenue td a:hover div {
		background: #fff1c3;
	}
	
	
	/* ================= sidebars =================== */
	
    .twoColFixLtHdr #sidebar1 {
    	float: left; 
    	width: 250px;
    	background: #fff1c3;
    	padding: 15px 10px 15px 20px;
    }
	
	.twoColFixLtHdr #sidebar1 li{
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: text-top;
	min-height: 30px;
	}
	
	.twoColFixLtHdr #sidebar1 a{
	text-decoration:none;
	}
	
	 #sidebar2 {
    	float: left; 
    	width: 250px;
    	background: #fff1c3;
    	padding: 15px 10px 15px 20px;
    }
	
	#sidebar2 li{
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: text-top;
	min-height: 44px;
	}
	
 #sidebar2 a{
	text-decoration:none;
	}
	
	#sidebar4 {
   	float: left; 
    width: 250px;
    background: #fff1c3;
    padding: 15px 10px 15px 20px;
    }
	
	#sidebar4 li{
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: text-top;
	min-height: 70px;
	}
	
	 #sidebar4 a{
	text-decoration:none;
	}
	
	#sidebar6{
   	float: left; 
    width: 250px;
    background: #fff1c3;
    padding: 15px 10px 15px 20px;
    }
	
	#sidebar6 li{
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: text-top;
	min-height: 70px;
	}
	
	 #sidebar6 a{
	text-decoration:none;
	}
	
	/* ================= ende sidebars =================== */
	
	
    .twoColFixLtHdr #mainContent { 
		width: 650px;
    	margin: 0 0 0 280px; 
    	padding: 0 20px; 
		min-height:620px;
    } 
    #footer { 
    	background:#f08a51; 
		margin:0;
		padding:0;
    } 
	
	#footer a {
	 	color:#fff1c3;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
		text-decoration:none;
		font-size:small;
	}
		 
	 #footer a:hover {
	 	color:#790018;
	}
		 
	#footer td a:hover div {
	 	background-color: #fff1c3;
	}
	
	#footer div {
		margin-top: -15px;
	}
	
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft {
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }</pre></body></html>