*
{
  margin: 0px;
  padding: 0px;
}

body {
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	background-color: #FFFFFF;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inhalt #container {
	width: 985px;
	background: #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 740px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 20px;
	border-right-width: 20px;
	border-left-width: 20px;
}
.inhalt #mainContent {
}
.inhalt #footer {
	background-color: #FFFFFF;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	height: 20px;
}
#footerlinks {
	width: 761px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding-left: 20px;
	height: 20px;
}
#footerrechts {
	width: 203px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	padding-right: 20px;
	height: 20px;
}
.inhalt #footer a:link {
	text-decoration: none;
	color: #000000;
}
.inhalt #footer a:visited {
	color: #000000;
	text-decoration: none;
}
.inhalt #footer a:hover {
	color: #827f00;
}
#header {
	background-color: #FFFFFF;
	border-top-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#navigation1 {
	background-color: #FFFFFF;
	width: 761px;
	float: left;
	color: #000000;
}
#inhaltrechtslinks {
	background-color: #CCCCCC;
	background-image: url(03_Bilder/16_hg/hg_home_1.jpg);
	height: 520px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#links {
	float: left;
	width: 299px;
	margin-top: 50px;
	margin-right: 20px;
	margin-left: 20px;
}
#mitte {
	float: left;
	width: 402px;
	margin-top: 20px;
	margin-right: 20px;
	height: 550px;
}
#mitte .keywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #999999;
}
#mitte .keywords a:link {
	color: #999999;
	text-decoration: none;
}
#mitte .keywords a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}
#mitte .keywords a:visited {
	color: #999999;
	text-decoration: none;
}
#rechts a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:visited {
	color: #000000;
	text-decoration: none;
}
#rechts {
	float: left;
	width: 184px;
	background-color: #666666;
	height: 480px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#mitte h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#rechts h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	margin-bottom: 8px;
	padding-bottom: 3px;
}
#rechts p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 7px;
}
#rechts a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#rechts a:hover {
	font-weight: bold;
}

#links h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	margin-bottom: 8px;
	padding-bottom: 3px;
	margin-right: 100px;
}
#links p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 7px;
}
#links a:link {
	text-decoration: none;
	color: #000000;
}
#links a:hover {
	font-weight: bold;
}

#mitte p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 8px;
}
#mitte p a:link {
	text-decoration: none;
	color: #000000;
}
#mitte p a:visited {
	color: #000000;
	text-decoration: none;
}
#mitte p a:hover {
	font-weight: bold;
}
#mitte h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}


/* CSS Hauptnavigation */
/* ------------------------------------------------------------------------------------------- */

#navigation1 ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#navigation1 ul li {
  float: left;
}

#navigation1 ul a {
	padding-right: 18px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000000;
	float: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#navigation1 ul a:hover {
    color: #827f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#navigation1 ul .first a {
  	color: #827f00;
}
#navigation2 {
	background-color: #FFFFFF;
	width: 224px;
	float: left;
}
#navigation2 ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#navigation2 ul li {
  float: left;
}

#navigation2 ul a {
	padding-right: 8px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000000;
	float: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#navigation2 ul a:hover {
    color: #827f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#navigation2 ul .first a {
  	color: #827f00;
	}
#navigation3 {
	background-color: #FFFFFF;
	width: 224px;
	float: left;
}
#navigation3 {
	background-color: #CCCCCC;
	width: 985px;
	float: left;
}
#navigation3 ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#navigation3 ul li {
  float: left;
}

#navigation3 ul a {
	padding-right: 8px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000000;
	float: left;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#navigation3 ul a:hover {
    color: #827f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#navigation3 ul .first a {
  	color: #827f00;
}	
#navigation3 {
	background-color: #FFFFFF;
	float: left;
	width: 422px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.htmllink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	padding-top: 3px;
}
#footermitte {
	width: 21px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	height: 20px;
	padding-top: 1px;
}
.inhalt #containerrahmen {
	width: 1025px;
	background: #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 776px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

