html, body
{
	height: 100%;
	background: #efefef url("bilder/bg1.jpg");
	margin: 0; 
	padding: 0;
	font-family: Calibri, Cabin;
	color: #000;
}

#container 
{
	top:0;
	min-height: 100%;
	height: auto;
	box-shadow: -10px 0px 10px grey, 10px 0px 10px grey;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	padding: 0px 0px 0px 0px; 
	background: #fff;
	position: relative;
}

#kopfbereich
{
	top:0;
	margin: 0;
	position: fixed;
	/*position: absolute;*/

	width:1000px;
	border-bottom: 0px solid #a0a0a0;
	text-align:center;
}
#kopfbereich h1
{
	color: #fff;
}

#infos 
{
	background: #ddd;
	padding: 8px 0px;
	font-size: 12pt;
	clear: left;
}
#infos a 
{
	color: #000; 
	text-decoration: underline;
}
#infos a:hover 
{
	color: #000; 
	text-decoration: underline;
}
#infos .clearer 
{
	clear: both;
}

#hauptnavi 
{
	height: 31px;
	padding: 0px;
	font-size: 12pt;
	font-weight: bold;
	clear: left;
	background-color:#fff;
}
#hauptnavi div
{
	padding: 5px 0px;
}
#hauptnavi a 
{
	font-size: 12pt;
	letter-spacing: 1px;
	color: #fff; 
	text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000;
	text-decoration: none;
}
#hauptnavi a:hover 
{
	letter-spacing: 1px;
	color: #fff; 
	text-shadow: 1px 1px #000, -1px -1px #000, -1px 1px #000, 1px -1px #000;
	text-decoration: none;
}
#hauptnavi .clearer 
{
	clear: both;
}
#nav1
{
	background-color: #cccccc;
	float:left;
	min-width:10%;
}
#nav1:hover
{
	background-color: #dddddd;
	cursor: pointer;
}
#nav2
{
	float:left;
	min-width:15%;
	background:#ff9734;
}
#nav2:hover
{
	background-color: #ffa744;
	cursor: pointer;
}
#nav3
{
	float:left;
	min-width:17%;
	background:#1142a9;
}
#nav3:hover
{
	background-color: #2152b9;
	cursor: pointer;
}
#nav4
{
	float:left;
	min-width:10%;
	background:#d03306;
}
#nav4:hover
{
	background-color: #e04316;
	cursor: pointer;
}
#nav5
{
	float:left;
	min-width:13%;
	background:#346633;
}
#nav5:hover
{
	background-color: #447643;
	cursor: pointer;
}
#nav6
{
	float:left;
	min-width:12%;
	background:#990134;
}
#nav6:hover
{
	background-color: #a91144;
	cursor: pointer;
}
#nav7
{
	float:right;
	min-width:23%;
	text-align:center;
	background:#cccccc;
}
#nav7:hover
{
	background-color: #dddddd;
	cursor: pointer;
}

#inhalt 
{
	width: 99%;
	padding: 110px 0px 55px 0px;
	margin-left: 5px;
	margin-right: 5px;
	color: #000;
}

#footer 
{
	position: sticky;
	position: absolute;

	bottom: 0px !important;
	margin: auto;
	width: 972px;

	text-align:center;
	background: #41454b;
	color: #fff;
	padding: 14px;
	font-size: 11pt;
}
#footer a
{
	color: #fff;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}

