body {
    margin: 0;
    padding: 0;
    color: #5F5F5F;
    background-color: #FFFFFF;
    font-family: verdana,tahoma,arial,helvetica, sans-serif;
    min-width:1040px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

ul,li {
  margin: 0px 2px;
  font-size: 9pt;
}

#wrapper {
  background-color: #333;
  margin: 0 auto;
}
/* oben*/
div#top {
  margin: 0 auto;
  padding: 0;
  background-color: #C0C0C0;
  color: #000000;
}

.toptext {
  margin: 0 auto;
  padding: 5px 0px 0px 10px;
  font-size: 13pt;
  font-family: "century gothic",georgia,calibri,serif;
  font-weight: bold;
  width: 990px;
  background-color: #C0C0C0;
  color: #000000;
  text-shadow: 1px 1px 2px #3F3F3F;
}

div#header {
	padding: 0;
	background-color: #CCC;
	height: 180px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header-inner {
  width: 990px;
  margin: 0 auto;
}

div#headerleft {
	margin: 0;
	padding: 0;
	margin-left: 7px;
	text-align: left;
	background-color: #CCC;
	color: #FFFFFF;
	width: 300px;
	float: left;
	height: 180px;
}

div#headerright {
	margin-left: 300px;
	padding: 20px 5px;
	width: 670px;
	background-color: #CCC;
	color: #FFFFFF;
	text-align: right;
	height: 180px;
}
.headertextbig {
	font-size: 14pt;
	font-family: "century gothic", georgia, calibri, serif;
	letter-spacing: 2px;
	padding-top: 0px;
	color: #333;
}

.headertextsmall {
  font-size: 12pt;
  font-family: "century gothic",georgia,calibri,serif;
  letter-spacing: 2px;
  padding-top: 5px;
}

#subtitle {
  font-size: 11pt;
  padding: 5px;
  line-height: 20px;
  margin-bottom: 12px;
  /*border-bottom: 1px solid #999999;*/
}

/* Hauptteil*/
#main {
	background-color: #333;
	width: 990px;
	padding: 0;
	margin: 0 auto;
	background-repeat: repeat-x;
	color: #CCC;
}

#main-inner {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0px;
	background-color: #333;
	color: #CCC;
}
/* Navigation links*/
#navigationleft {
	position: absolute;
	font-size: 12pt;
	width: 220px;
	float: left;
	padding: 2px;
	margin-right: 30px;
}
div#navigationleft h4 {
	color: #ffffff;
	background-color: #999999;
	font-size: 13pt;
	font-weight: normal;
	margin: 10px 0px;
	padding: 5px;
	font-family: "century gothic", calibri, georgia, serif;
	letter-spacing: 1px;
	line-height: 20px;
}
.menue {
  list-style-type:none;
  padding: 0px;
  margin: 0px;
  text-align: left;
  background-color: transparent;
  line-height: 16px;
}
.menue li a, .menue li a:active, .menue li a:visited {
  color: #333333;
  background-color: transparent;
  width: 210px;
  padding: 3px;
  margin: 0;
  text-decoration: none;
  font-size: 11pt;
  font-family: "century gothic",calibri,georgia,serif;
  display: block;
  font-weight: normal;
  line-height: 25px;
  border-bottom: 1px solid #999999;
  text-shadow: 1px 1px 2px #3F3F3F;
}
.menue li a:hover {
  font-weight: bold;
  text-decoration: none;
  font-family: "century gothic",calibri,georgia,serif;
  color: #000000;
  font-weight: normal;
  background-color: #531D2F;
}
/* Inhalt*/
div#content {/*
	width: 990px;
	margin: 0 auto;*/
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	min-height: 340px;
}
div#content h1 {
	font-size: 18pt;
	margin: 0;
	color: #CCC;
	/*font-family: "century gothic", georgia, calibri, serif;*/
	letter-spacing: 1px;/*
	text-shadow: 1px 1px 2px #7F7F7F;*/
}
div#content h2 {
	color: #808080;
	background-color: inherit;
	font-family: "century gothic",georgia,calibri,serif;
	font-size: 14pt;
	text-align: left;
	margin: 3px;
	padding: 2px;
	text-shadow: 1px 1px 2px #7F7F7F;
}
div#content h3 {
  color: #FF0000;
  background-color: inherit;
  font-family: "century gothic",georgia,calibri,serif;
  font-size: 14pt;
  font-style: italic;
  padding-left: 5px;
  text-shadow: 1px 1px 2px #3F3F3F;
  font-weight: normal;
}
div#content h4 {
  color: #C0C0C0;
  background-color: #FFFFFF;
  font-size: 13pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  font-family: "century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #3F3F3F;
  text-align: center;
}
div#content h5 {
  color: #333333;
  background-color: inherit;
  font-family: "century gothic",georgia,calibri,serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 2px;
  text-shadow: 1px 1px 2px #3F3F3F;
  padding: 0;
}
div#content p {
  margin: 8px 2px;
}
 /*unten*/

div#footer {
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #CCC;
	height: 180px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#footerbox  {/*
	padding-left: 200px;*/
	width: 980px;
	font-size: 14pt;/*
	font-family: "century gothic", calibri, georgia, serif;*/
	font-weight: bold;
	letter-spacing: 1px;
	background-color: transparent;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#footerinnerbox1  {
	margin: 2px;
	margin-left: 0px;
	padding: 3px;
	padding-left: 0px;/*

	font-family: "century gothic",georgia,calibri,serif;*/
	font-weight: bold;
	letter-spacing: 1px;
	width: 880px;
	float:left;
	background-color: transparent;
	text-align: left;
}
div#footerinnerbox1 h2 {
	margin: 0;
	padding: 2px;
	font-size: 12pt;
	font-variant:small-caps;
	color: #FFFFFF;
	background-color: transparent;
	width: 976px;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	line-height: 20px;
}
div#footerinnerbox2  {
  margin: 0;
  padding: 0;
  font-family: calibri,georgia,serif;
  font-weight: bold;
  width: 250px;
  float: right;
  text-align: left;
  font-size: 10pt;
  font-weight: normal;
  text-align: justify;
}
div#footerinnerbox2 h2 {
  margin: 0;
  padding: 2px;
  font-size: 14pt;
  font-variant:small-caps;
  color: #FFFFFF;
  background-color: transparent;
  width: 240px;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  line-height: 20px;
}
.footermenue {
  list-style-type:none;
  padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: left;
  background-color: transparent;
}
.footermenue li a, .footermenue li a:active, .footermenue li a:visited {
	color: #333;
	background-color: transparent;
	width: 300px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 10pt;
	/*font-family: "century gothic", georgia, calibri, serif;
	display: block;*/
	font-weight: bold;
}
.footermenue li a:hover {
  font-weight: bold;/*
  text-decoration: none;
  font-family: "century gothic",georgia,calibri,serif;
  color: #FFFFFF;
  font-weight: bold;
  background-color: transparent;*/
}
.footerlink {
  clear: both;
  background-color: #333333;
  text-align: center;
  font-size: 6pt;
}
/* allgemeine Angaben*/
a:link, a:visited, a:active {
  color: #C0C0C0;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
a:hover {
  color: #000000;
  background-color: transparent;
  text-decoration: underline;
}
a img{
	margin-right: 20px;
	margin-bottom: 20px;
	}