* {
    font-family: Verdana, arial, sans-serif;
}

body {
  text-align: center;
  background-color: #fff;
  margin-top:10px;
  margin-bottom:10px;
  color:#000;
}

a {
	color: #000;
    text-decoration: underline;
}


#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg2.gif') top left repeat-y;
}

#page_header {
  height: 140px;
  background: #FFFFFF url('../img/header_2.jpg') bottom left no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:50px;
  padding-left:15px;
  margin:0px;
  font-size: 24px;
  color: #006600;
  line-height:26px;
  letter-spacing:-1px;
}

#page_header h2 {
  margin:0px;
  padding-left:15px;
  font-size: 12px;
  color: #006600;
  line-height:22px;
}

#menu_bar {
display:none;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;

}

#center {
  margin-left:10px;
  margin-right:0px;
  font-size: 12px;
  line-height: 17px;
}

#center p {
  margin-left:30px;
  margin-right:20px;
  font-size: 12px;
  line-height: 17px;
}

#center h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-size: 12px;
  color: #000;
  padding:4px;
  border: 1px solid #000;
  font-weight: bold;
}

#center ul li{
  margin-top:5px;
  margin-bottom:15px;
  padding:4px;
  line-height: 0px;
  margin-left:20px;
}

/* Linke Spalte */
#left_side {
display:none;
}

/* Fusszeile */
#page_footer {
  height: 40px;
  clear: both;
  border: 0px;
  border-top: 1px solid #000000;
}

#page_footer p {
  padding-top:10px;
  text-align:right;
  font-size: 10px;
  line-height:14px;
  color:#000;
/*  border-top: 1px solid #000000;    */
}

#page_footer A:link {
	color: #000;
    text-decoration: none
}






