.container
{
	width:982px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #933;
	border-bottom-color: #933;
	border-left-color: #933;
	background-color: #a1c15a;
}

.hauptcss
{
	margin-top: 0px;
	background-color: #FFC;
	font-family: Calibri, Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #933;
	overflow: scroll;
	text-align: justify;
}

.header_haupt
{
	text-align: right;
	font-size: 12px;
	font-weight: bolder;
	background-color: #f4e88a;
	height:145px;
	margin:0px;
}

.banner_1
{
	margin-top: 0px;
	}

.banner_3
{
	height: 30px;
	width:980px;
	background-color: #a1c15a;
}

.banner_3_urls
{
	width: 250px;
	float:left;
	text-align:center;
	font-size: 18px;
	font-family: Calibri, Arial, Verdana, Tahoma;
	font-weight: bold;
	height: 30px;
}

.banner_3_urls a:hover
{
	color: #FFC;
}

.banner_3_urls_willkommen
{
	width: 285px;
	height: 28px;
	float:left;
	text-align:center;
	font-size: 18px;
	font-family: Calibri, Arial, Verdana, Tahoma;
	font-weight: bold;
	margin-top:13px;
}

.banner_3_urls_willkommen a:hover
{
	color: #FFC;
}

.banner_3_urls_willkommen a
{
	color: #933;
}

.banner_2
{
	height: 118px;
	text-align:right;
}

.banner_2_logo
{
	text-align:center;
	float:left;
	margin-top: 17px;
	padding-left: 5px;
	width:285px;
}

.banner_2_bild
{
	width: 230px;
	float:left;
	text-align:right;
	height:128px;
}

.footer
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #933;
	height: 15px;
	text-align: center;
	font-size: 10px;
	padding: 5px;
	background-color: #a1c15a;
	font-family: Arial;
}

.navigation
{
	float: left;
	width: 195px;
	padding-left: 25px;
	padding-top: 15px;
}

.navigation a
{
	color:#933;
}

.navigation_link
{
	height:25px;
	font-size:16px;
}

.navigation_link a:hover
{
	color:#FFC;
}
.inhalte
{
	background-color: #f4e88a;
	min-height: 200px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #933;

}

.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;
}

h1
{
	margin-top: 0px;
	font-size: 24px;
	color: #933;
	font-family: Calibri, Arial, Verdana, Tahoma;
}
h2
{
	font-size: 20px;
	color: #933;
	font-family: Calibri, Arial, Verdana, Tahoma;
}
h3
{
	font-size: 18px;
	color: #933;
	font-family: Calibri, Arial, Verdana, Tahoma;
}
h4
{
	font-size: 12px;
	color: #933;
	font-family: Calibri, Arial, Verdana, Tahoma;
}
h5
{
	font-size: 10px;
	color: #933;
	font-family: Calibri, Arial, Verdana, Tahoma;
}
h6
{
	font-size: 6px;
	color: #933;
	font-family: Calibri, Arial, Verdana, Tahoma;
}
a /*Links*/
{
	font-weight: bold;
	color: #903;
	list-style-type: none;
	text-decoration: none;
}

body p
{
	font-family: Calibri, Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #933;
	line-height: 1.9em;

	}
body
{
	background-color:#F4E88A;
	}
	
body ul li
{
	font-family: Calibri, Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #933;
	line-height: 23px;

}

hr
{
	color:#FF9;
}
.editormenu
{
	background-color: #666;
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	border: 1px solid #F60;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	font-family: Calibri, Arial, Verdana, Tahoma;
	text-align: center;
}
