@charset "UTF-8";
/* CSS Document */

body {
  background: url(../bilder/body_hg.jpg);
  color: #333;
  font-family: Arial, Verdana, Tahoma, Helvetica;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

img, img a {
	border: 0px;
}

p {
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}



h1 {
	margin-bottom: 28px;
}



/* Außencontainer */

#MAIN {
  border: 0px solid red;
  left: 50%;
  height: auto;
  margin: 0px 0 0 -492px;
  position: absolute;
  border: 0px solid red;
  top: 0px;
  width: 984px;
  background: url(../bilder/main_hg.jpg) repeat-y;
  float: left;
}

.abstand {
	width: 31px;
	float: left;
}

.clear {
	clear: both;
}


/* KOPF mit Sidenavi und Bild */

#KOPF {
	width: 922px;
	height: 100px;
	position: relative;
	background: #fff url(../bilder/kopf_logo.gif) no-repeat;
	float: left;
}

#KOPF_NAVI {
	text-align: right;
	width: 900px;
	height: 30px;
	top: 70px;
	position: relative;
	padding-right: 22px;
}

#KOPF_NAVI a {
	color: #333;
	font-size: 11px;
	text-decoration: none;
}

#KOPF_NAVI a:hover {
	font-weight: bold;
	color: #d40046;
}

#KOPFBILD {
	width: 922px;
	height: 278px;
	position: relative;
	float: left;
	_background: url(../bilder/kopfbild_standard.jpg) no-repeat;
}


/* Footer */

#FOOTER {
	width: 984px;
	height: 39px;
	position: relative;
	background: url(../bilder/abschluss_slogan.jpg) no-repeat;
	color: #fff;
	padding-top: 50px;
}


/* Inhaltscontainer */

#CONTAINER {
	width: 922px;
	_height: auto;
	position: relative;
	background: url(../bilder/inhalt_hg_linie.jpg) no-repeat;
	float: left;
}


/* Navigation */

#NAVI {
	width: 158px;
	height: auto;
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	color: #333;
	padding-left: 22px;
	padding-top: 28px;
	padding-right: 22px;
	padding-bottom: 28px;
}

#NAVI ul {
	padding: 0;
	margin: 0;
}

#NAVI li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#NAVI li a {
	text-decoration: none;
	color: #333;
}

#NAVI li a:hover, #NAVI li .act {
	color: #d40046;
	font-weight: bold;
}

#NAVI li .level2 {
	padding-left: 15px;
}

#NAVI li .level2-act {
	padding: 15px;
	color: #d40046;
	font-weight: bold;
}

#NAVI .adresse {
	line-height: 18px;
}

#NAVI hr {
	margin-top: 14px;
	margin-bottom: 14px;
	background: #333;
	height: 1px;
	border: none;
}

#INHALT {
	width: 663px;
	min-height: 360px;
	float: right;
	text-align: left;
	padding: 28px 28px;
}

#INHALT hr {
	margin-top: 28px;
	margin-bottom: 28px;
	background: #333;
	height: 1px;
	border: none;
}

#INHALT img {
	border: #000 1px solid;
}

#INHALT a {
	text-decoration: none;
	color: #d40046;
}

#INHALT a:hover {
	color: blue;
}