@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}


.menuetop #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 260px;
	background-color: #3C3;
	background-image: url(../images/Bilder/eingang_01.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin: 0px;
	height: 600px;
	background-repeat: no-repeat;
}
.menuetop #header {
	font-size: 12px;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	height: 134px;
	background-color: #DDDDDD;
	background-image: url(../images/Bilder/eingang_02.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
} 

.menuetop #container {
	width: 780px; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #666;
	border-left-color: #CCC;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
h1 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3C3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-variant: normal;
}
h2 {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3C3;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: inline;
}


.menuetop #menue {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 90px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */









	background: #000000 /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px;
	margin-top: 170px;
}
.menuetop #mainContent {
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.menuetop #menuetop {
	background-color: #393;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 300px;
	text-align: right;
}


.menuetop #menuetop p {
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	line-height: 15px;
}
.menuetop #bild {
	font-size: 9px;
	font-style: italic;
	float: right;
	margin: 0px;
	color: #363;
	width: 200px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.menuetop #bild img{
	margin: 3px;
	border: thin none #0C9;
}
.menuetop #bild p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.menuetop #footer {
	padding: 0 10px 0 20px;
	background-color: #CCC;
} 
.menuetop #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


a {
	font-size: 11px;
	color: #363;
	font-weight: bold;
	background-color: #FFF;
	line-height: 12px;
	padding: 0px;
}
.kursiv {
	font-style: italic;
	color: #3C3;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #363;
}
a:hover {
	text-decoration: underline;
	color: #F93;
}
a:active {
	text-decoration: none;
	color: #F93;
}
#bild a {
	font-size: 10px;
	color: #390;
	font-weight: normal;
	display: inline;
	word-spacing: normal;
}
#bild a:link {
	text-decoration: none;
}
#bild a:visited {
	text-decoration: none;
	color: #3C3;
}
#bild a:hover {
	text-decoration: underline;
	color: #3C6;
}
#bild a:active {
	text-decoration: none;
	color: #3C3;
}
#menuetop a {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	display: inline;
	word-spacing: normal;
	background-color: #390;
}
#menuetop a:link {
	text-decoration: none;
}
#menuetop a:visited {
	text-decoration: none;
	color: #F93;
}
#menuetop a:hover {
	text-decoration: underline;
	color: #F93;
}
#menuetop a:active {
	text-decoration: none;
	color: #F93;
}
.menuetop #container #header .fltrt {
	color: #008000;
}
#footer a {
	font-weight: normal;
	background-color: #CCC;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #363;
}
#footer a:hover {
	text-decoration: underline;
	color: #F93;
}
#footer a:active {
	text-decoration: none;
	color: #F93;
}
