@charset "utf-8";
/* CSS für Vorlage "hauptvorlage.dwt */
* {
margin: 0;
padding: 0;
}

body {
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    }

#container {
	width: auto;
	max-width: 1000px;
	min-width: 700px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
    }
#header {
	background-color: #8db9de;
	border: thin solid #000000;
	height: 7em;
	position: relative;
	padding-bottom: 3px;
    }
#header form {
	position: relative;
	top: 25px;
	left: 320px;
}
#header   #eingabe {
	width: 11em;
	top: 25px;
	padding: 0.1px;
	margin: 0px;
	height: auto;
	vertical-align: middle;
}
#header #button {
	padding: 0.1em;
	top: 25px;
	height: auto;
	margin-left: 10px;
	margin-top: 0.1em;
}



#header #nav {
	text-align: left;
	float: left;
}
#header img {
	position: relative;
	left: 10px;
	top: 10px;
	float: left;
}
#header #Hauptmenueleiste {
	position: absolute;
	top: 70px;
	float: none;
	left: 0px;
}


#nav li {
	font-weight: bold;
	list-style: none;
	float: left;
    }
#nav a{
	text-decoration: none;
	display: inline;
	float:left;
	text-align: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 0px;
    }
#footer {
	background-color: #8DB9DE;
	padding-left: 1.5%;
	padding-right: 1%;
	border-width: thin;
	border-style: solid;
	list-style: none;
	height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
    }

#footer  li  {
	font-weight: normal;
	float: left;
	list-style: none;
	padding-left: 0px;
	}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
.footerdate {
	margin-left: 32em;
	margin-right: 32em;
	font-size: smaller;
	margin-top: 0.2em;
	font-weight: normal;
}

.skiplink {
	position:absolute;
	top: -5000px;
	left: -5000px;
	width: 0;
  	height: 0; 
  	overflow: hidden; 
  	display: inline;
	}
