body {
background-color: #ffffff;
margin-top: 20px;
font-family: Arial
}



/* Linie*/

  .line {
     background-image: url(img/linie-oben.jpg);
     background-repeat: no-repeat;
     width:  751px;
     height: 10px;
  }


/* Header*/

  .picture {
     background-image: url(img/home-header.jpg);
     background-repeat: no-repeat;
     width:  751px;
     height: 336px;

  }


/* Navigation*/

  .navigation {
     width:  752px;
     height: 30px;

  }


/* Links*/

     .menu:link {color:#78A830; text-decoration:none}
     .menu:visited {color:979797; text-decoration:none}
     .menu:active {color:#78A830; text-decoration:bold}
     .menu:hover {color:#979797; text-decoration:underline}



/* Inhalt Container*/

  .inhalt {
     width:  751px;
     height: 199px;
     background-color: White;

     text-align: left;
     font-family: Arial;
     font-site: 10px
     font-color: #5e5e5e
	
     padding: 20px;
     margin:  20px;
	
  }



/* Inhalt Links*/

  .left {

     width: 422px;	
     height: 199px;
     float:left;

  }



/* Inhalt rechts*/

  .right {

     width: 295px;
     float: right;
     height: 199px;
	
  }





/*Navigation mit Listen*/

  ul {

     text-align: left;
     list-style: none; 
     padding: 0px;
     padding-left: 35px;
     margin: 0px;
	
  }



li {

    font-family: Arial;
	
    padding: 0px;
    margin: 0px;
	 
  }
