/* Allgemeines */
/*
Verwendete Farben
GELBWEISS 	= #FFF 	(Hintergrund)
BRAUN 	= #221E1F	(Designelemente und Menues)
ORANGE 	= #F99710	(aktive Menuepunkte)
Verdana, Arial, "Trebuchet MS", "Times New Roman";
*/

body{
	background-color: #FFFFCC;
	font-size: 85%;
	text-align: center;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
}
img{
	border: 0px none;
	background-repeat: no-repeat;
	background-position: left;
}
/* ---------AUSSEN ZENTRIERT ALLES---------------*/
div.aussen{
	background-color: #FFFFCC; 
	text-align: center;
	height: 100%;
	width: 100%;
}
/* --------------MITTE IST DER INHALTSCONTAINER GESAMT----------------*/
div.mitte{
	position: relative;
	width: 800px;
	height: auto;
	min-height: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 10px; /*padding-left: 30px;*/
	padding-bottom: 20px;
	background-color: #FFFFCC;
	border: 1px solid #221E1F;
}
div.head{
	width: 780px;
	height: 50px;
	float: left;
	text-align: right;
	/*margin-left: 10px;*/
	background: #FFFFCC;
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 19px;
	font-style: normal;
	color: #221E1F;
	display: inline;
}

div.content{
	float: left;
	background-color: #FFFFCC;
	height: auto;
}

div.content1{
	overflow: hidden;
	width: 120px;
	height: 570px;
	float: left;
	/*border-right: 1px solid #221E1F;*/
}
div.content2{
	float: left;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 14px;
	font-style: normal;
	width: 660px;
	height: auto;
}

div.content2 ul{
	text-align: left;
	margin-top: 10px;
	margin-left: 55px;
	padding: 10px;
}

div.content2 li{
	list-style: disc;
	text-align: left;
	padding: 0px;
}

div.content2 p{
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 590px;
}
div.content2 h1, h2, h3, h4, h5{
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
}
div.content2 table{
	text-align: left;
	width: 570px;
}
div.content2 img{
	margin-left: 0px;
}
div.content2 img.left{
	padding:0 0 0 10px;
	margin:0;
	float:left;
}
div.content2 a{
	color: #221E1F;
}
div.content21{
	width: 310px;
	margin: 0px 0 0px 0px;
	float: left; /*background-position: center;*/
	background-repeat: no-repeat;
	border-top: 0px solid #339;
	border-right: 0px solid #339;
	border-left: 0px solid #339;
	background-color: #FFFFCC;
}
div.content21 p{
	width: 200px;
}

div.content22{
	width: 320px;
	padding: 28px 0 0 0;
	float: left;
	border-top: 0px solid #339;
	border-right: 0px solid #339;
	border-left: 0px solid #339;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 14px;
	font-style: normal;
	height: auto;
}
div.content22 p{
	width: 300px;
}
div.content22 ul{
	text-align: left;
	margin-left: 20px;
}
div.content22 li{
	list-style: disc;
	text-align: left;
	padding: 0px;
}
.clear{
	clear:both;
	height:0;
	visibility:hidden;
}
/*--------------NAVIGATION HAUPTMENUE********* - */
div.navh{
	float: left;
	width: 720px;
	padding-top: 5px;
	/*padding-left: 5px;*/
}
div.navh ul{
	list-style: none;
	display: inline;
}
div.navh li{
	float: left;
	width: 90px;
}

div.navh a{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	float: left;
	height: 20px;
	background-color: #221E1F;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
}
div.navh a:hover{
	color: #F99710;
	background-color: #FFF;
}

div.navh p{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	float: left;
	height: 20px;
	background-color: #7fe05d;
	color: Black;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0px;
}
/*--------------NAVIGATION SUBMENUE********* - */
div.navs{
	float: left;
	width: 120px;
	background-color: #FFFFCC;
	padding-top:8px;
}
div.navs ul{	
	list-style: none;
	display: inline;
	margin: 0px;	
}
div.navs li{
	float: left;
	width: 120px;
	margin: 5px 0px 0px 0px;
}

div.navs a{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	float: left;
	height: 20px;
	background-color: #FFFFCC;
	color: #221E1F;
	text-decoration: none;
	display: block;
	width: 100%;
}
div.navs a:hover{
	color: #F99710;
	background-color: #FFFFCC;
}

div.navs p{
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;
	float: left;
	height: 20px;
	background-color: #FFFFCC;
	color: #221E1F;
	text-decoration: none;
	display: block;
	width: 100%;
	margin: 0px;
}

/*--------------NAVIGATION FUSSLEISTE********* - */
div.foot{
	width: 160px;
	/*border-top: 5px solid #221E1F;*/
	float: right;
	margin-top: 1px;
	background-color: #FFFFCC;
}
div.navf{	
	float: left;
	width: 720px;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #FFFFCC;
	display: inline;
}
div.navf ul{
	list-style: none;
	display: inline;
}
div.navf li{
	float: left;
	width: 50px;
}
div.navf a{
	text-align: center;
	font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman";
	font-size: 9px;
	font-style: normal;
	font-variant: small-caps;
	color: #221E1F;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	width: 50px;
}
div.navf a:hover{
	color: #F99710;
	background-color: #FFFFCC;
	height: 15px;
}
/* Float bereinigen */
.clearboth{
	clear:both;
}
