body {
  font-family: Arial, 'Helvetica', serif;
  background-color: #9F99CC;
  font-size: 90%;
}

  #main { 
    width: 980px;
    min-height: 800px;
    margin: auto;
    padding-top: 10px;
  }
  
    #left { border: 2px solid #116611; border-right: 1px;
    width: 210px;
    height: 720px;
    margin-left: 35px;
    background-color: #118811;
    %background: url("/images/bg_green.png");
    float: left;
    font-size:80%;
    }
    
    #center { 
    width: 480px;
    height: 720px;
    background-color: #116611;
    float: left;
    }
    
      #center-top { border: 2px solid #114411;
        height: 216px;
      }
      
      #center-center { border: 2px solid #114411; border-top: 1px; border-bottom: 1px;
        height: 114px;
        padding-left: 0px;
        padding-top: 10px;
        background-color: #006600;
      }
      
      #center-bottom { border: 2px solid #114411;
      height: 376px;
      }
    
      #content-top { border: 2px solid #114411; 
        height: 20px;
        padding-top:0px;
        padding-bottom: 40px;
        padding-left:50px;
        background-color: #006600;
        color: #FFFF00;
        background: url("/images/Harfe.png") 11px 50% no-repeat #116611;
      }
      
      #content-content { border: 2px solid #116611; border-top: 1px;
        min-height: 578px;
        padding: 40px;
        %background: #9dd2FE;
        background: #6E9A45;
        color: #113311;
        line-height: 1.2em;
        text-align: justify;
      
      }
      
    #right { border: 2px solid #116611; border-left: 1px;
    width: 210px;
    height: 720px;
    background-color: #118811;
    %background: url("/images/bg_green.png");
    float: left;
    font-size:80%;
    }
    
    #menu { border: 1px solid #559955;
      width: 150px;
      min-height: 60px;
      margin-left: 20px;
      margin-bottom: 20px;
      padding: 10px;
      background-color: #007700;
      color: #FFFAAA;
      line-height: 1.5em;
    }
      #menu-header { border: 1px solid #559955; border-bottom: 1px;
        width: 135px;
        margin-left: 20px;
        margin-top: 20px;
        padding: 5px;
        padding-left: 30px;
        background-color: #006600;
        background: url("/images/Kleeblatt_18x18.png") 5px 50% no-repeat #116611;
        color: #FFFFAA;
        font-size: 120%;
        font-weight: bold;
      }

		#footer { 
			clear: both;
			padding-left: 20px;
			padding-right: 20px;
			margin-top: 15px;
			font-size: 60%;
			text-align: center;
			color: #227722;
		}
		  #footer a:link, #footer a:visited { 
        color: #224422;
        font-weight: bold;
        text-decoration:none;
      }
      #footer a:hover {
	       text-decoration:underline;
      }
		
h1 {font-size:150%; color:#ffe400; margin-top:20px;margin-bottom:10px;}
h2 {font-size:125%;margin-top:30px;}
h3 {font-size:100%;}

em {font-weight: bold; color: #5555DD;}		
		dt {
      margin-top:10px;
      font-size: 150%;
    }
		dd {
      margin-left: 0px;
      font-size: 90%;
    }

a:link,a:visited {
	color: #FFFFAA; 
	font-weight: bold;
  text-decoration:none;
}

a:hover {
	color: #FFFF22;
	text-decoration:underline;
}

ul#linklist {
  line-height:2;
}

#overview {
  width: 500px;
  height: 120px;
  margin: 30px;
}

    #ov-pic {
      width: 150px;
      height: 120px;
      margin: 5px;
      float: left;
      font-size: 70%;
      text-align: right;
    }
    #ov-pic img { width: 150; height: 112px; border: 1px solid #DDCC9D;}

    #ov-text {
      padding-left: 180px;     
    }

img {
  border: 0px;
}

