/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
body {
	color: #000000;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	width: 990px;
	margin: 0 auto;
	}
/* Für das Layout des Banners */
#logo {
	height: 107px;
	width: 990px;
	background-image: url(../img/banner_neu.jpg);
	background-repeat: no-repeat;
	}
/*#header {
	background-image: url(../layout/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 76px;
	width: 840px;
	float: left;
}*/
#logo_unten {
	background-image: url(../img/banner_links.jpg);
	background-repeat: no-repeat;
	height: 64px;
	width: 184px;
	float: left;
	}
/*#header {
	float: left;
	}*/
#mission {
	width: 780px;
	float: left;
	height: 30px;
	padding-top: 10px;
	margin-left: 20px;
	font-size: 1.6em;
	font-weight: bold;
	color:#990000;
	}
/* Statusleiste */
#status {
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	color:#999999;
	background-color: inherit;
	margin-top: 5px;
	margin-left: 20px;
	height: 15px;
	width: 784px;
	float: left;
	padding: 1px;
	font-size: 0.8em;
	}
#status a {
	color: #cccccc;
	background-color: inherit;
	text-decoration: none;
	}
#status a:hover {
	color: #999999;
	background-color: inherit;
	text-decoration: underline;
	}
/*  für den Inhalt + Navigation */
#container {
	clear:both;
	width: 990px;
	height:100%;
	}
	
/* Für die Navigation */
#links {
	width: 184px;
	float: left;
	padding-top: 18px;
	margin-right: 15px;
	margin-bottom: 40px;
	}
#navigation {
	float: left;
	width: 184px;
	}
#navigation h4 {
	color: #FFFFFF;
	background-color: #009966;
	height: 20px;
	font-size: 1em;
	padding-left: 12px;
	}
#navigation h3 {
	color: #FFFFFF;
	background-color: #009966;
	height: 20px;
	font-size: 1em;
	padding-left: 12px;
	margin-top: 10px;
	}
/*.navoben {
	background-image: url(../layout/nav_oben.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 1em;
	padding-left: 13px;
	width: 184px;
	font-weight: bold;
	border:  1px solid red;
	}*/
#navigation ul { 
	list-style-type: none;
	}
#navigation ul li {
	margin-top: 1px;
	padding-left: 13px;
	background-color: #E1E1E1;
	color: inherit;
	height: 20px;
	padding-top: 3px;
	font-size: 0.8em;
	}
#navigation a {
	color: #000000;
	background-color: inherit;
	text-decoration: none;
	}
#navigation a:hover { 
	color: #999999;
	background-color: inherit;
	text-decoration:underline;
	}
#navigation h3 a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	}
#navigation  h4 a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	}
#navigation h4 a:hover { 
	color: #000000;
	background-color: inherit;
	text-decoration:underline;
	}
#navigation h3 a:hover { 
	color: #000000;
	background-color: inherit;
	text-decoration:underline;
	}
#links_zwei {
	float: left;
	width: 184px;
	margin-top: 15px;
	padding-top: 15px;
	}
/* Inhalt */
#content {
	width: 610px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	}
#content h1 {
	font-size: 1.4em;
	margin-bottom: 15px;
	}
#content h2 {
	font-size: 1em;
	color: #8FB53D;
	background-color: inherit;
	margin-bottom: 10px;
	}
#content h3 {
	background-image:url(../layout/footer.gif);
	height: 25px;
	font-size: 1em;
	padding-left: 5px;
	}
#content a {
	color: #990000;
	text-decoration: none;
	}
#content a:hover {
	color: #990000;
	text-decoration: underline;
	}
#content p {
	margin-bottom: 10px;
	}
#content ul {
	list-style-position:inside;
	list-style-type: none;
	margin-left: 15px;
	}
#content ul li {
	margin-bottom: 5px;
	}
#content ul li ul {
  margin-left: 50px;
  margin-top: 10px;
  }
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.reklame {
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px;
	}
/* rechte Spalte */
#rechts {
	float: right;
	width: 140px;
	padding-right: 10px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
/* Footer */
#unten {
	clear: both;
	width: 990px;
	float: left;
	}
#footer {
	clear: both;
	float:left;
	height: 26px;
	width: 990px;
	color: #FFFFFF;
	background-color: #009966;
	margin-top: 15px;
	margin-bottom: 10px;
	}
#footer p {
	padding-left: 10px;
	padding-top: 3px;
	}
#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#footer ul li{
	list-style-type: none;
	float: left;
	padding: 5px;
	text-align: center;
	font-size: 1em;
	}
#footer a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	}
#footer a:hover {
	color: #666666;
	background-color: inherit;
	text-decoration: underline;
	}
#linkleiste {
	clear: both;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	}
#linkleiste p {
	margin-bottom: 15px;
	}
#linkleiste h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
	}
#linkleiste  a {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	}
#linkleiste a:hover {
	color: #666666;
	background-color: inherit;
	text-decoration: underline;
	}
#c72 {
	border-bottom: 1px dashed #999999;
	border-top: 1px dashed #999999;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 15px;
	text-align: center;
	}
.tx-vgetagcloud-pi1 {
	background-color: #FFFFFF;
	color: #000000;
	}
#subnavi {
  margin: 15px 0;
  }
#subnavi ul li {
	background-image: url(../img/bullet3.gif);
	background-repeat: no-repeat;
  padding-left: 20px;
  }
#subnavi a {
  color: #009966;
  background-color: inherit;
  }

