* {
	padding: 0px;
	margin: 0px;
	}

html {
	height: 100%;
	}


body  {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
  text-align: center; 
  background: url(images/back.jpg); 
  line-height: 140%;
  height: 100%;
}

h1 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-weight: bold;  font-size: 26px; padding-bottom: 10px; color:#007700;}
h2 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 22px; padding: 10px 0px 5px 0px; color:#AA0000;}
h3 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 18px; padding: 8px 0px 3px 0px; color:#AA0000;}
h4 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 14px; color:#AA0000;}
h5 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 12px; color:#AA0000;}
h6 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#AA0000;}

hr {height: 0px; border-top: 1px solid #ffffff; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #AA0000; margin: 5px 0px 8px 0px;}
/* ---------------Struktur-------------------- */


#wrapper {
  width: 1024px;
  min-height: 100%;
	height: auto !important;
  height: 100%; 
  text-align: left;
  background: url(images/kachel.png) repeat-y;
  margin: 0px auto;
}
 
#head {
  background: url(images/head.png) no-repeat;
  height: 230px;
  }
 
#menu01{
  height: 30px;
  padding: 200px 22px 0px 212px;
  text-align: center;
  }
 
#menu02 {
  float: left;
  width: 200;
  margin: 0px 0px 0px 12px;
  }

#content01 {
  margin: 20px 232px 0px 232px;
  } 
  
 #newsbox {
   float: right;
   width: 200px;
   margin: 20px 12px 0px 0px;
   }
 
 #foot {
  width: 560px;
  margin: 10px 232px 5px 232px;
  }
 
.clearfix:after {

display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/**************LAYOUT********************/

#menu01 ul {line-height: 30px; list-style-type: none;}
#menu01 ul li {display: inline; float: left;}

#menu01 a:link {
  display: block;
  background: #007700;
  color: #ffffff;
  padding: 0px 10px 0px 10px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  font-weight: bold;
  }
  
#menu01 a:hover {background: #FFFF66; color: #AA0000;}
#menu01 a:active {background: #FFFF66; color: #AA0000;}
#menu01 a:focus {background: #FFFF66; color: #AA0000;}
#menu01 a:visited {background: #007700; color: #FFFFFF;}  

#menu02 ul {line-height: 25px; margin: 0px 1px;}
#menu02 ul li {padding-left: 20px; border-bottom: 1px solid #ffffff; list-style-type: none;}
#menu02 a:link {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #005500;
  }
#menu02 a:hover {color: #AA0000;}
#menu02 a:active {color: #AA0000;}
#menu02 a:focus {color: #AA0000;}
#menu02 a:visited {color: #005500;}

#content01 ul {margin: 5px 0px 8px 20px;} #content01 ol {margin: 5px 0px 8px 20px;} #content01 li {line-height: 160%;}  
#content01 a:link {color:#AA0000; text-decoration: underline;}
#content01 a:visited {color:#AA0000; text-decoration: underline;}
#content01 a:hover {color:#AA0000; text-decoration: none;}
#content01 a:focus {color:#AA0000; text-decoration: none;}
#content01 a:active {color:#AA0000; text-decoration: none;}


#newsbox ul{margin: 0px 0px 0px 20px; list-style-image: url(images/flo1.png);} #newsbox li { margin-bottom: 5px;}

.dates {font: 100% Verdana, Arial, Helvetica, sans-serif; font-weight:bold; font-size: 18px; margin: 0px 0px 10px 10px; color:#AA0000;}

