body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/hg_main.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
}

#container {
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 670px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	background-image: url(images/hg_header.gif);
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	width: 200px;
	height: 85px;
	float: left;
}

#container-slogan {
	width: 300px;
	height: 85px;
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding-right: 0px;
}

#container-news {
	text-decoration: none;
	outline: none;
	width: 24px;
	height: 12px;
	float: right;
	padding-right: 0px;
}

/* ErgÃ¤nzung v. Kern-Webservice
 * fÃ¼r das Kontaktformular
 */


/* Dieser Container sorgt fÃ¼r die linke EinrÃ¼ckung */
#kontaktform {
  margin-left:25px;
  width:405px;
  padding:0px;
}

/* Wir wollen keine Tabllen im Content daher nachstehende Deklarationen */

/* Schmale Spalte links */
#kontakt_linke_spalte_small{
  float:left;
  width:30px;
  height:20px;
}

/* Rechte Spalte allgemein - optimiert fÃ¼r Radiobuttons */
#kontakt_rechte_spalte{
  height:17px;
  padding-top:3px;
}

/* Linke Spalte etwas breiter - optimiert fÃ¼r Eingabefelder und Comboboxen */
#kontakt_linke_spalte_medium{
  float:left;
  width:95px;
  height:20px;
  padding-top:4px;
}

/* Rechte Spalte fÃ¼r Combobox. */
#kontakt_rechte_spalte_select{
  height:20px;
}

/* Rechte Spalte fÃ¼r textarea */
#kontakt_rechte_spalte_textarea{

}

/* 2. 3. 4. Spalte zum aneinanderreihen von Feldern */
#kontakt_rechte_spalte_float{
  height:17px;
  padding-top:3px;
  float:left;
  width:40px;
}

/* Formatiert das Sternchen zu darstellung von Pflichtfeldern */
#sternchen{
  color:#D6001A;
  margin-left:2px;
  vertical-align: super;
}

/* Formatiert die Eingabefelder */
#kontakt_text_normal{
  width:180px;
}

/* Das Feld PLZ wird mit einer anderen Breite versehen */
#kontakt_text_plz{
  width:35px;
}

/* Das Feld Ort hat ebenfalls eine andere Breite. Hier noch ein IE Hack,
 * damit es in beiden Browsern gleich aussieht
 */
#kontakt_text_ort{
  width:132px;
  * width:130px;
}

/* Container fÃ¼r die Fehlermeldung. Standard invisible. Wird von PHP Ã¼besteuert.*/
#fehlermeldung{
  display:none;
}

/* Hebt das Floaten auf. BenÃ¶tigt um einzelne Zeilen mit Divs wie in einer
 * Tabelle darzustellen. Sollte in jedem CSS vorhanden sein
 */

#clearer{
  clear:both;
}

/* Um einheitlich zu formatieren. Hier der normale Abstandcontainer */
#spacer{
  height:8px;
}

/* Ist ein kleinerer Abstand gewollt. Diesen hier benutzen */
#spacer_small{
  height:3px;
}

/* Formatierung des FuÃŸnotentextes */
#sternchentext{
  font-size:9px;
  color:#D6001A;
}

/* Setzt die AbstÃ¤nde des Form Containers zurÃ¼ck, da der IE einen Standardabstand
 * einbaut.
 */
form {
 margin:0px;
 padding:0px;
}

#fehlermeldung{
 color:#D6001A;
 font-size:14px;
}
/*
 * Ergänzung Ende
 *
 */

span, #container-name span,#container-slogan span {
	color: #d6001a;
}

#container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;
	background-image: url(images/hg_eyecatcher.gif);
}

#container-navigation {
	width: 670px;
	background-color: #d6001a;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #a62427;
}

#container-content {
	width:670px;
	background-image: url(images/hg_content.gif);
	background-repeat: no-repeat;
	padding: 20px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 430px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 480px;
}

#container-footer {
	border-top: 4px solid #E5E5E5;
	background-image: url(images/hg_footer.gif);
	background-repeat: repeat-x;
	width: 620px;
	padding: 10px 0px 30px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #aeaeae;
	padding-left: 25px;
	padding-right: 25px;
}

#container-footer a {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #aeaeae;
}

#container-footer a:hover {
	color: #d6001a;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 620px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 310px;
	padding-left: 0px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 310px;
	padding-right: 0px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #d6001a;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #d6001a;
	padding: 5px 0 5px 25px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #d6001a;
	padding: 5px 0 0px 25px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

h4 {
	font-size: 14px;
	color: #d6001a;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

h5 {
	font-size: 14px;
	color: #d6001a;
	padding: 5px 0 0px 25px;
	letter-spacing: -0.5px;
}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
}

#content p a, #border p a {
	text-decoration: none;
	color: #d6001a;
	border-bottom: 1px dotted #d6001a;
	padding: 2px 2px 2px 2px;
}

#content p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #d6001a;
	padding: 2px 2px 2px 2px;
}

#content li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 15px;
}

#content .quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 15px 15px 15px 65px;
	background-image: url(images/hg_quote_II.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #666666;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #d6001a;
	border-bottom: 1px dotted #d6001a;
}

#subnavigation li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #d6001a;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news p a, #border p a {
	text-decoration: none;
	color: #d6001a;
	border-bottom: 1px dotted #d6001a;
	padding: 2px 2px 2px 2px;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}
#news li a:link {
	text-decoration: none;
	outline: none;
	background: none;
}

#news li a:visited {
	text-decoration: none;
	outline: none;
	background: none;
	border-bottom: none;
}

#news li a:hover {
	text-decoration: none;
	outline: none;
}

#news li a:active {
	text-decoration: none;
	outline: none;
	color: #d6001a;
	background-color: #d6001a;
}

#content img {
	background-color: #ffffff;
	padding: 4px;
	border: 0px solid #ffffff;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
