@charset "utf-8";
    body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin:0;
	padding:0;
	text-align: center;
	color: #000000;
    }
    #container { 
    	width: 885px;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	border: 1px solid #000000;
    	text-align: left; 
    } 
    #header { 
     	padding: 0 0 0 0;  
    } 
    #sidebar1 {
    	float: left; 
    	width: 230px; 
    	background: #FFFFFF; 
    	padding: 10px 10px 10px 10px;
		font-size: 12px;		
    }
	#sidebar1 a:link {
		color: #000000;
		text-decoration: none;
	}
	#sidebar1 a:visited {
		color: #000000;
		text-decoration: none;
	}
	#sidebar1 a:hover, a:active, a:focus {
		color: #3764C3;
		text-decoration: underline;
	}
    .sidebar_start {
		font-size: 10px;		
    }
	.sidebar_start a:link {
		color: #000000;
		text-decoration: none;
	}
	.sidebar_start a:visited {
		color: #000000;
		text-decoration: none;
	}
	.sidebar_start a:hover, a:active, a:focus {
		color: #3764C3;
		text-decoration: underline;
	}
    #mainContent {
		margin: 0 0 0 250px; 
		padding: 10px 10px 10px 10px; 
		background: #FFFFFF;
    } 
	#mainContent h1 {
		font-size: 17px;
		font-weight: bold;
		color: #3764C3;
	}
	#mainContent h2 {
		font-size: 15px;
		font-weight: bold;
		color: #000000;
	}
	#mainContent a:link {
		color: #3764C3;
		text-decoration: underline;
	}
	#mainContent a:visited {
		color: #3764C3;
		text-decoration: underline;
	}
	#mainContent a:hover, a:active, a:focus {
		color: #FF0000;
		text-decoration: underline;
	}
    #footer {
		padding: 20px 10px 0 10px;
    } 
    #footer p {
		margin: 0; 
		padding: 10px 0; 
		font-size: 9px;
		text-align: center;
		color: #FF0000;
    }
	#footer a:link {
		color: #999999;
	}
	#footer a:visited {
		color: #999999;
	}
	#footer a:hover, a:active, a:focus {
		color: #3764C3;
	}
    .fltrt { 
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
.Tabellenüberschrift1 {
	color: #FFFFFF;
	font-weight: bold;
}
.unterstrichen {
	text-decoration: underline;
}
