html, body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0 auto 0 auto; /* Zentrieren fuer Gecko / Webkit */
	width: 946px;
	text-align: left; /* Zuruecksetzen der Zentrierung fuer IE */
    height:auto;
	background-color: #FFFFFF;
}
h3 {
	font-family: Georgia;
	font-size: 15px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}
h3 a {
	font-family: Georgia;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

h4 {
	font-family: Georgia;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}
h4 a {
	font-family: Georgia;
	font-size: 13px;
	color: #939393;
	font-weight: normal;
}
#header {
  height: 178px;
  width: 100%;
  color: #666666;
}
#news {
	margin-top: -20px;
}
#links {
  /* min-height: 345px; */
  width: 265px;
  /* border-left: 1px dotted #000000; */
  /* padding-top: 3px; */
  float: left;
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 13px;
  clear:both;
}

#content {
  /* min-height: 345px; */
  width: 470px;
  padding: 5px 5px 5px 0;
  float: left;
  color: #000000;
  font-family: Verdana, Arial;
}
#scontent {
	width: 670px;
	float: left;
}
#rechts {
  /* min-height: 345px; */
  width: 200px;
  /* border-right: 1px dotted #000000; */
  margin-top: 5px;
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 12px;
  float: left;
}

#footer {
  min-height: 25px;
  clear: both;
  width: 100%;
  /* border: 1px solid #000000; */
  background-color: #ffffff;
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 11px;
	line-height: 18px;
}
#footer a {
	text-decoration: none;
	min-height: 25px;
	clear: both;
	width: 100%;
	/* border: 1px solid #000000; */
	background-color: #ffffff;
	color: #007575;
	font-family: Verdana, Arial;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: underline;
}
.topnav {
 	color:#666666;
 	text-decoration: none;
	font-family: Georgia, Verdana;
	font-size: 12px;
}
.topnav:hover {
 	color:#007575;
 	text-decoration: underline;
 }
.topnav:active {
 	color:#007575;
 }
.login {
 	color:#666666;
 	text-decoration: none;
 	/* margin-left: 27px; */
}
.login:hover {
 	color:#007575;
 	margin-left: 27px;
}
#content img {
	max-width: 100%;
}