body {

margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;


}

/* Helpers */
.clearer {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

/* Positionen */
#wrapper {
width: 1000px;
margin-left: auto;
margin-right: auto;

}

#header {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width: 1000px;
height: 46px;
padding-left: 18px;
}

#content {
	width: 1000px;
	background-image: url(images/mainback.jpg);
   background-repeat: repeat-y;
}

#innercontent {
	width: 955px;
	margin-left: 19px;
}



#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 55px;
	color: White;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}

.mapout {
	border: 1px solid #C7C7C7;
	padding: 5px;
	width: 700px;
}

#news {
float: left;
	width: 940px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#newsleft {
	float: left;
	width: 750px;
	background-color: #F8F8F8;
	border-right: 1px solid #C7C7C7;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

#newsright {
   float: left;
	width: 170px;
	border-bottom: 1px solid #C7C7C7;
	background-color: #F1F1F1;
	margin-left: 13px;
	
}

/* Links */

ul.mainnav   {
list-style-type: none;
margin-top: 0px;
padding-top: 0px;
margin-left: 4px;
padding-left: 4px;
}



a.nav:link, a.nav:visited {
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
padding-left: 15px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;

}

a.nav:hover {
	color: #DC143C;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}

a.listnav:link, a.listnav:visited {
background-image: url(images/popup.gif);
background-repeat: no-repeat;
padding-left: 15px;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;

}

a.listnav:hover {
background-image: url(images/popup1.gif);
background-repeat: no-repeat;
padding-left: 15px;
	color: #DC143C;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}



/* Tabelle */
.fill01 { 
background-color: #CCC; 
font-size: 11px;
line-height: 14px;
padding: 2px;
 border-bottom-color: #999999;
 border-bottom-style: solid;
 border-bottom-width: 1px;

}
.fill02 { 
background-color: #DDD; 
font-size: 11px;
line-height: 14px;
padding: 2px;
 border-bottom-color: #999999;
 border-bottom-style: solid;
 border-bottom-width: 1px;

}

.fill03 { 
background-color: #DDD; 
font-size: 11px;
line-height: 14px;
padding: 2px;
 border-bottom-color: #999999;
 border-bottom-style: solid;
 border-bottom-width: 1px;

}

.tabhead {
  background-color: #505050;
	font-size: 14px;
	font-weight: bold;
	color: White;
	border-bottom: 1px solid White;
	padding: 2px;
}

.tab1 {
  background-color: #EAEAEA;
	font-size: 13px;
	color: Black;
	text-align: right;
	padding: 2px;
}

.tab2 {
  background-color: #EAEAEA;
	font-size: 13px;
	color: Black;
	padding: 2px;
	text-align: left;
	font-weight: bold;
}

.tab3 {
  background-color: #EAEAEA;
	font-size: 13px;
	color: Black;
	text-align: right;
	padding: 2px;
}

.bild {
	border-bottom: 1px solid White;
}

.picside1 {
border-left: 1px solid #C7C7C7;
border-top: 1px solid #C7C7C7;
text-align: left;
padding-top: 5px;
padding-left: 5px;
}

/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:left;
      width:100%;
      background:#efefef;
      font-size:93%;
      line-height:normal;
       border-bottom:1px solid #666;
      }
    #tabs6 ul {
          margin:0;
          padding:10px 10px 0 25px;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url("tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("tabright6.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }
		
/* Inhalte */

h4 {
	color: Red;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
}

h5 {
	color: Red;
	font-size: 11px;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 13px;
	line-height: 15px;
}

.trenner {
	border-bottom-color: Gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width: 600px;
	margin-left: 80px;
}

/* Formular */

input, select, textarea   { border: 1px solid silver; }
input.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
input:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}

textarea.error, select.error {padding-right: 16px; border: 1px solid red; background-color: #FFFCE2; background-image: url(images/warning_obj.gif); background-position: right; background-repeat: no-repeat;}
textarea:focus, select:focus {border: 1px solid red; background-color:#EFEFEF;}

.formright {
	border-left: 1px solid #C7C7C7;
	background-color: White;
	padding-left: 5px;
}

.spanhead {
	margin-bottom: 5px;
}

.imp {
	background-color: #F8F8F8;
	border-left: 1px solid #C7C7C7;
	padding: 5px;
}