@charset "utf-8";
/* CSS Document */

    .container {
	width: 880px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	/* border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-family: Arial, Helvetica, sans-serif;
	top: 0px;
	left: 10px;
	height: 800px;
	text-align: center;
    } 	

a:link {
	text-decoration:none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:none;
	color: #333333;
}
a {
	text-decoration:none;
	color: #FFFFFF;
}

	.Menustyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #0000FF;
	font-weight: 300;
}

	.styleKopf {
	font-family: "Times New Roman";
	font-size: 40px;
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	text-indent: 10px;
	letter-spacing: 10px;
	left: 10%;
	width: 870px;
	height: 80px;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color: #91c45a;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0;
	text-align: left;
	}

	.sidebar {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 150px;
	background-color: #91c45a;
	text-align: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 680px;
	top: 100px;
	left: 0px;
	}

	h1 {
	margin-left: 10px; 
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 12px; 
	color: #336D4B;
	}

	.maincontent {
	float: right;
	height: 690px;
	width: 700px;
	text-align: left;
	margin-left: 10px;
	vertical-align: top;
	margin-top: 10px;
	}

	.fuggertab {
	margin-left: 10px; 
	margin-right: 5px;
	margin-bottom: 10px;
	font-size:10.0pt; 
	}
	
	.headleft {
	margin-top: 10px; 
	margin-bottom: 10px;
	text-align: right;
	font-size: 14pt;
	font-weight: bold;
	color: #336D4B;
	}
	
		.headright {
	margin-left: 10px;
	margin-top: 10px; 
	margin-bottom: 10px;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #91C45A;
	}

	.liste {
	margin-left: 5px; 
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:10.0pt; 
	font-family:Arial;
	}

	.fontwhite {
	font-size: 10.0pt; 
	font-weight: bold; 
	color:#FFFFFF;
	margin-left: 5px;
	line-height: 14.0pt;
	}
	
	.fontsmall {
	font-size:10.0pt; 
	font-weight:normal;
	color:#000000;
	}

    .fliesstext {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	overflow: auto;
	height: 625px;
	float: left;
	width: 690px;
    } 

	.impressum {
	font-size: 11.0pt; 
	font-weight: normal; 
	color:#FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 13.0pt;
	}

	.headline {
	text-align:right; 
	letter-spacing: 6pt; 
	font-size: 42px;
	font-family: "Times New Roman";
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	margin-top: 10pt; 
	margin-bottom: 10pt; 
	margin-right: 20px; 
	}
	
	.disclaimer {
	margin-left: 30px; 
	margin-top: 10px; 
	margin-right: 30px; 
	color:#000000
	}

	.aktuelles {
	margin-left: 10px;
	margin-top: 5px; 
	margin-bottom: 0px;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #91C45A;
	}
