@charset "utf-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
    	background: #bcd8e3;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
    }
	.ovlinden #randoben {
	height: 120px;
	background: #559db2;
	margin: 0 0 0 0;
    padding: 0 0 0 0;	
    } 
	
    .ovlinden #container { 
    	width: 780px; 
    	background: #bcd8e3;
    	margin: -80px auto; 
    	text-align: left;
    } 
    .ovlinden #header { 
    	height: 120px;
		background: #df021d; 
		margin: 0 0 0 0;
    	padding: 0 0 0 0;
    } 
    .ovlinden #header h1 {
    	margin: 0; 
    	padding: 10px 0;
    }
	.ovlinden #nav { 
    100eight: 100px;
		background: #85adb9; 
		margin: 10px 0 0 0;
    	padding: 0 10px 0 10px;
    } 
	.ovlinden #nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	font-weight: bold;
	}
	.ovlinden #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	font-weight: bold;
	}
	.ovlinden #nav a:hover {
	color: #df021d;
	text-decoration: none;
	font-size: medium;
	background-color: #FFFFFF;
	border-bottom-color: #df021d;
	border-bottom-width: medium;
	border-bottom-style: inset;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	font-weight: bold;
	}
	.ovlinden #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
	font-weight: bold;
	}
		
    .ovlinden #sidebar1 {
    	margin: 20px 0 0 0;
		float: right;
    	width: 200px; 
    	height: 185px;
		background: #559db2;
    	padding: 15px 10px;
    }
	
	
.ovlinden #sidebar1 a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	}
	.ovlinden #sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	}
	.ovlinden #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	}
	.ovlinden #sidebar1 a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	}	
	
	.ovlinden #mainContent { 
    	margin: 20px 0 0 0; 
    	float: left;
		width: 500px;
		padding: 10px 20px 20px 20px;
		background: #FFFFFF;
    } 
	.ovlinden #mainContent h1 {
	font-size: large;
	}
	.ovlinden #mainContent h2 {
	font-size: medium;
	}
	.ovlinden #mainContent b.hervorgehoben {
	font-size: large;
	font-weight: normal;
	}
	.ovlinden #mainContent b.klein {
	font-size: small;
	font-weight: normal;
	}
	.ovlinden #mainContent a:link {
	color: #000000;
	text-decoration: none;
	}
	.ovlinden #mainContent a:visited {
	color: #000000;
	text-decoration: none;
	}
	.ovlinden #mainContent a:hover {
	color: #000000;
	text-decoration: underline;
	}
	.ovlinden #mainContent a:active {
	color: #000000;
	text-decoration: none;
	}	
.ovlinden #randunten { 
    	height: 20px;
		background: #bcd8e3;
    } 
    
    .fltrt {
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
