* {
  margin:0;
  padding:0; 
}

body {
	font: 13px arial, helvetica, serif;
	color: #333;
	background: white url(img/bg_green.jpg) center 0 repeat-y;
	padding: 0;
	margin: 0;
	text-align:center;
}

a{
  color: #25408f;
	text-decoration: none;
	border:0;
}

a:hover{
	border:0;
  text-decoration:underline;
}

#banner a{
  color:black;
}

#cborder{
	background: white;
	width:847px;
	margin: 0 auto;
  padding-top: 40px;
}

#container {
	background: white;
	width:846px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#banner{
	background: url(img/banner_hr.jpg) no-repeat;
  width:846px;
	height:177px;
	overflow:hidden;
	color:#666;
}

#logo{
	height: 312px;
	margin-top: 69px;
  margin-left: 40px;
  color: white;
  font-size: 20px;
  font-family: arial;
  font-weight: bold;
	float: left;
}

#logo div{
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  padding-left: 30px;
  padding-top: 12px;
  text-align: left;
  background: url(img/arrow.png) no-repeat transparent;
  background-position: 4px 13px;
  line-height:18px;
}

#slogan{
  float:right;
  margin-top: 121px;
  width: 254px;
  padding: 10px 0;
  color: white;
  background: #477a1b;
  font-style:italic;
  font-family: arial, sans-serif;

}

#mainF{
  background: white;
  width: 570px;
  float: left;
  text-align: left;
}

#mainF ul{
  list-style-type: disc;
  margin-top:13px;
  margin-bottom:13px;
  margin-left:40px;
}

#mainF ul li{
  margin: 7px 0;
}

#rightF{
	width: 255px;
  float: right;
  margin-left: 10px;
  background: #d4d4d4;
}

#rightF div{
  background: white;
  margin: 10px;
  padding: 3px;
  font-size: 11px;
}

#rightF div p{
  text-align: left;
  line-height: 13px;
  padding: 8px 10px;  
}

img{
  border:0;
}

#footer{
	background:#3d7400;
  color:white;
  width:846px;
  height:90px;
	clear:both;
  font-size:12px;
  margin-top:50px;
  text-align:left;
  line-height: 20px;
}

#footer a{
	color:white;
	text-decoration: none;
	border:0;
}

#footer div{
  margin: 15px;
}

#footer .left{
   float:left;
}

#footer .right{
   float:right;
}

#footer a:hover{
	text-decoration: underline;
	border:0;
  background: transparent;
}

#footer_h1{
   padding:10px;
   border: 1px dotted #333;
   border-width: 0 0 1px 0;
}

#footer #border-left{
   border: 1px solid  #4a8205;
   border-width: 0 0 0 1px;
   padding-left:28px;
}

p{
	padding:5px;
}

.currentLi{
	text-decoration: underline;
	font-weight:bold;
}

hr{
	height: 1px;
	border-width: 1px 0 0 0;
	border-style: dashed;
  border-color: #DBBE97;
	margin:10px 0;
  margin-left:10px;
  clear:both;
}

table tr td{
    font-size:13px;
}

td{
  padding: 8px 5px;
  vertical-align:top;
}   

.clear{
  clear:both;
}

h1{
  color:#25408f;
  font-size:19px;
  font-weight:normal;
  padding:10px;
  margin:0;
}

.aktion h1{
  padding-left:10px !important;
}

h2{
  padding:10px;
  margin:0;
  color:#538d00;
  font-size:15px;
}

p{
  padding:5px 10px;
  line-height:17px;
}

.wo_dot{
  list-style-type: none !important;
  margin-left:10px !important;
}