body {
   background-color: #fff;
   color: #333;
   margin: 10px 0px; /* gives some air for the pagewrapper */
   text-align: center;
   font-family: Arial;
}

/* center wrapper, min max width */
div#pagewrapper {
   
   border: 1px solid #86c5a6;
   margin: 0 auto;     /* this centers wrapper */
   width: 950px;
   background-color: #fff;
   color: black;
   text-align: left;
}

div#header {
   margin: 10px 0px 0px 0px;
   background-color: #00783b;
   background-image:url(siteimages/logo.jpg);
   background-repeat:no-repeat;
   height: 80px;
}

div#menu {
   background-color: #fff;
   height: 25px;
   padding: 0 0 0 10px;
}


#nav{
float:left;
}

#nav ul{
list-style:none;
margin:0;
padding:0;
}

#nav a{
background:url(siteimages/tab3.png) no-repeat 100% 0;
color:#fff;
display:block;
font-size:1.2em;
padding: 0px 20px 4px 11px;
text-decoration:none;
}

#nav a:hover{
color:#000;
}

#nav li{
background:url(siteimages/tab3.png) no-repeat 0 0;
float:left;
margin:0 10px 0 0;
padding:0 0 0 10px;
}

div#ecke_lo {
position: relative;
top:-1px;
left: -1px;
width: 17px;
height: 17px;
background:url(siteimages/ecke_lo.jpg) no-repeat;
float:left;
}

div#ecke_ro {
position: relative;
top:  -1px;
left: 1px;
width: 17px;
height: 17px;
background:url(siteimages/ecke_ro.jpg) no-repeat;
float:right;
}


div#content_with_left_menu {
 text-align: justify;
 padding: 10px 10px 10px 200px;
}

div#content_with_left_menu h1 {
   color: #00783b;
   font-size: 2em; 
   text-align: left; 
   padding-left: 25px;
   padding-top: 1px;
   padding-bottom: 5px;
   margin: 10px 0 0.5em 0;
}

div#content_with_left_menu h2 {
   color: #00783b;
   font-size: 1.1em; 
   text-align: right; 
   padding-left: 0.2em;
   padding-bottom: 1px;
}

div#content_with_left_menu h3{
   color: #fff;
   font-size: 1.1em; 
   text-align: left; 
   padding-left: 10px;
   padding-bottom: 1px;
   background: #86c5a6;
   background-image:url(siteimages/h3_bar.jpg);
   background-repeat:no-repeat;
   border-right: 1px solid #00783b;
   margin: 0 0 0px 0;
}

div#content_with_left_menu h4 {
   color: #00783b;
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #00783b; 
   border-left: 0.8em solid #00783b;
   line-height: 1.5em;
/* and some air under the border */
   margin: 10px 0 0.5em 0;
}

div#content_with_left_menu a, a:link, a:active, a:visited{
color:#00783b;
}

div#content_with_left_menu p {
 color: #000;
 text-align: justify; 
 border: 1px solid #00783b;
 padding: 15px;
 margin: 0 0 25px 0;
}

div#content_with_left p_ohne_rahmen {
 color: #000;
 text-align: justify; 
 margin: 0px;
 padding: 0px;
}

div#content_with_left_menu p_bold {
   color: #00783C; 
   font-weight: bold;
   text-align: left; 
    margin: 0px;
    padding: 0px;
}

div#content {
 padding: 10px 10px;
 text-align: justify;
}

div#content h1 {
   color: #fff;
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 25px;
   padding-top: 1px;
   padding-bottom: 5px;
   margin: 10px 0 0.5em 0;
   background-image:url(siteimages/h1_bar.jpg);
   background-repeat:no-repeat;
}

div#content h2 {
   color: #00783b;
   font-size: 1.1em; 
   text-align: right; 
   padding-left: 0.2em;
   padding-bottom: 1px;
   margin-top: -10px;
   margin-bottom: 20px;
}

div#content h3{
   color: #fff;
   font-size: 1.1em; 
   text-align: left; 
   padding-left: 10px;
   padding-bottom: 1px;
   background: #86c5a6;
   background-image:url(siteimages/h3_bar.jpg);
   background-repeat:no-repeat;
   margin: 0 0 0px 0;
}

div#content h4 {
   color: #00783b;
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #00783b; 
   border-left: 0.8em solid #00783b;
   line-height: 1.5em;
/* and some air under the border */
   margin: 10px 0 0.5em 0;
}

div#content a, a:link, a:active, a:visited{
color:#00783b;
}

div#content a:hover{
color:#000;
}

div#content p {
 color: #000;
 text-align: justify; 
 border: 1px solid #00783b;
 padding: 15px;
 margin: 0 0 10px 0;
}

div#content p_ohne_rahmen {
 color: #000;
 text-align: justify; 
 margin: 0px;
 padding: 0px;
}

div#menu_left {
position: relative;
top: 10px;
left: 10px;
width: 160px;
background: #00783b;
float: left;
border: 1px solid #86c5a6;
padding: 5px;
line-height:25px;
}

div#menu_left a, a:link, a:active, a:visited {
color:#fff;
padding: 5px;
}

div#menu_left a:hover{
color:#000;
padding: 5px;
}



div#footer {
color: #00783c;
text-align: center;
}

div#footer a, a:link, a:active, a:visited {
color: #00783c;
}

div#footer a:hover {
color: #000;
}

