* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height:15px;
}

body {
  margin:0px;
  padding:0px;
  font-size: 12px;
  color:#333333;
  background-color:#DBDEE1;
  background-image:url(images/bg.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

img {
  border:0px;
  vertical-align: bottom;
}

/* container */

#start {
  position:relative;
}

#container {
  position:relative;
  width:985px;
  margin:auto;
  min-height: 457px;
  height: auto !important;
  height: 457px;
}

#left{   
	position:relative;
	float:left;
	width:230px;
	min-height: 545px;
   height: auto !important;
   height: 545px;
	background-image:url(images/bg_nav.jpg);
   background-repeat:no-repeat;
   background-position:top left;
}

#logo {
	position:relative;
	height:104px;
	padding-top:22px;
}

#nav {
	position:relative;
	padding:15px 20px 15px 15px;
}

.subnavline {
	position:relative;
	background-image: url(images/footer_hl.gif);
   background-repeat: repeat-x;
	line-height:3px;
	margin-top:1px;
	margin-bottom:1px;
}

#inhalt {
	position:relative;
	float:right;
	width:755px;
	min-height: 457px;
   height: auto !important;
   height: 457px;	
}

#slogan {
	position:relative;
	height:67px;
	padding-top:59px;
	padding-left:16px;
}

#flash_round {
	position:relative;
	height:282px;
	
}

#themenbereiche {
	position:absolute;
	top:0px;
	left:0px;
}

#teaser {
	position:absolute;
	top:136px;
	left:0px;
	width:182px;
	height:102px;
	padding:15px;
}

#flash{
	position:absolute;
	left:212px;
	top:0px;
}

#aktuelles{
	position:relative;
   height:136px;
	background-color:#F0F1F2;
}

#akt_hl{
	position:absolute;
	top:0px;
	left:0px;
}

#akt_text{
	position:absolute;
	top:5px;
	left:222px;
	width:510px;
}
/*
.date {
	font-size:10px;
	font-weight:bold;
}

.date2 {
	font-size:10px;
	font-weight:bold;
}

.line {
	position:relative;
	background-image: url(images/line.gif);
   background-repeat: repeat-x;
	line-height:3px;
	margin-top:10px;
	margin-bottom:10px;
}

*/


#inhalt_con {
	position:relative;
	width:715px;
	min-height: 430px;
   height: auto !important;
   height: 430px;
	padding:42px 20px 40px 20px;
	background-color:#F0F1F2;
	background-image: url(images/bg_content.jpg);
   background-repeat: no-repeat;
	margin-top:31px;
}

/*

.whiteline {
	background-image: url(images/whiteline.gif);
   background-repeat: repeat-x;
	background-position:center;
}
*/
#footer {
  position:relative;
  width:985px;
  margin:auto;
  color:#666666;
  margin-top:20px;
  height:85px;
  background-image: url(images/footer_hl.gif);
  background-repeat: repeat-x;
  background-position:top;
}

.f1 {
  position:absolute;
  top:12px;
  left:40px;
}

.f2 {
  position:absolute;
  top:12px;
  left:229px;
  width:680px;
  background-image: url(images/footer_vl.gif);
  background-repeat: no-repeat;
  background-position:left;
  padding-left:20px;
}





h1 {
  font-weight: bold;
  font-size:16px;
  color:white;
  margin-bottom:20px;
  padding:0px;
}

h2 {
  font-weight: bold;
  font-size:14px;
  color:#FE0000;
  padding:0px;
  margin:0px;
}

h3 {
  font-weight: bold;
  font-size:14px;
  color:#333333;
  padding:5px;
  margin:0px;
  border:1px solid #333333;
  background-color:#DEDFE1;
}

h4 {
  font-weight: bold;
  font-size:14px;
  color:#FE0000;
  padding:0px;
  margin:0px;
}
/*
h4 {
  font-weight: bold;
  font-size:14px;
  color:#E88400;
  padding:0px;
  margin:0px;
}
*/
/* links */


a,a:link,a:visited,a:active {
  color:#0099CC;
  text-decoration:none;
  font-weight :normal;
}

a:hover {
  color:#0099CC;
  text-decoration:underline;
  font-weight :normal;
}

/*
a.mainnav:link,a.mainnav:visited,a.mainnav:active {
  color:white;
  text-decoration:none;
  font-weight :bold;
}


a.mainnav:hover {
  color:#FFFF00;
  text-decoration:none;
  font-weight :bold;
}

a.mainnavactive:hover,a.mainnavactive:link,a.mainnavactive:visited,a.mainnavactive:active {
  color:#FFFF00;
  text-decoration:none;
  font-weight :bold;
}
*/
a.subnav:link,a.subnav:visited,a.subnav:active {
  color:#666666;
  text-decoration:none;
  font-weight :bold;
}


a.subnav:hover {
  color:#0580B9;
  text-decoration:none;
  font-weight :bold;
}

a.subnavactive:hover,a.subnavactive:link,a.subnavactive:visited,a.subnavactive:active {
  color:#0580B9;
  text-decoration:none;
  font-weight:bold;
}

a.aktlink:link,a.aktlink:visited,a.aktlink:active {
  color:#333333;
  text-decoration:none;
  font-weight:normal;
}

a.aktlink:hover {
  color:#333333;
  text-decoration:underline;
  font-weight:normal;
}

a.footerlink:link,a.footerlink:visited,a.footerlink:active {
  color:#666666;
  text-decoration:none;
  font-weight :normal;
}


a.footerlink:hover {
  color:#666666;
  text-decoration:underline;
  font-weight :normal;
}
/*
input,textarea,select{
  color:#333333;
  background-color:#FFFFFF;
  border:1px solid #333333;
  padding:1px;
  padding-left:5px;
}
*/
ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	list-style-type: none;
	list-style-image: url(images/icon_red.gif);
}

.li1 {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	list-style-image: url(images/icon_trans.gif);
}

.li1active {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 20px;
	list-style-image: url(images/icon_blue.gif);
}

.li2 {
	padding:0px 0px 0px 0px;
	margin:8px 0px 0px 20px;
	list-style-type: none;
	list-style-image: url(images/icon_red.gif);
}

.line {
   background-image: url(images/footer_hl.gif);
   background-repeat: repeat-x;
	margin-top:25px;
	margin-bottom:25px;
	line-height:3px;
}

.line2 {
   background-image: url(images/footer_hl.gif);
   background-repeat: repeat-x;
	margin-top:15px;
	margin-bottom:15px;
	line-height:3px;
}

.img_bord {
	border:1px solid #DEDFE1;
	padding:2px;
}

/*.li2 {
	list-style-image: url(images/icon_pfeil2.gif);
	margin-left:25px;
}

.li2active {
	list-style-image: url(images/icon_pfeil2_gelb.gif);
	margin-left:25px;
}

.li_gruen {
	list-style-image: url(images/icon_pfeil_gruen.gif);
	margin-left:25px;
}
*/

/*
.line_nav {
	border-bottom:1px solid #DB6F74;
	margin-top:0px;
	margin-bottom:1px;
	line-height:2px;
}



.img_bord {
	border:1px solid #878485;
	padding:8px;
}

.form_bord_bot {
	border-bottom:1px solid #A4A4A4;
}

.zelleninhalt-farbe
{background-color:#CCCCCC;
border:3px;}
.zelleninhalt-farbe-ues
{background-color:#8A3400;
border:3px;
color:#F89A1E;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}

*/

