
body { 
background-image: url("gras2.jpg");
}


#div1a {
 	width: 1000px;
	height: auto;
        margin: 0 auto;
        color:#004e00;
        box-shadow: 10px 10px 50px #373632; 
}

#div1 {
    width: 800px;
    border: 0px;
    margin: 0 auto;
    /* vielleicht kann das weg? */
    color: #006b6d;
    font-size: 18px;
    font-style: italic;
    font-family: arial;
}

#navi {
    text-align: center;
    width: 1000px;
    margin-top: 5px; 
}

#ul1 {
	padding: 20px;
     display: inline;
    width: 1000px;
}



#li4 a {
    list-style: none;
    display: inline;    
    color: #004e00;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    font-family: arial;
    background-color: #c6d4b0;
    border-radius: 15px;
    width: 100px;
}

li {
	display: inline;
}

/* Change the link color on hover */
#li4 a:hover {
    background-color: #006b6d;
    color: #ffffff;
     padding: 10px;  
}
 
h2 {
   text-align: center;
}

h3 {
	text-align: center;
}


#img3 {
      float: right;
      width: 150px;
}


#div2 {
       margin:0;
       padding: 30px;
       color: #004e00;
       font-size: 20px;
       font-style: italic;
       font-family: arial;
       background-image: url("verlauf_gr.png");
       border-radius: 20px;
}

#ul5 {  
	display: list-item;      
        list-style-position: outside;	
}       
   

#li3 {     
       	display: block;	     
        font-size: 17px;
}


#img4 {
      margin: 0 20px 10px 10px;
      float: right;
}

#img5 {
	margin: 0 10px 10px 10px;
	float: left;
}

#div3 {
	margin-right: 10px;
	color: #006b6d;
	font-size: 18px;
	font-style: italic;
	font-family: arial;
}

#div4 {
       margin-left: 200px;
       margin-right: 50px;
       color: #006b6d;
       font-size: 20px;
       font-style: italic;
       font-family: arial;
}

#a2 {
      font-weight: bold;
      color: #006b6d;
}

div.img {
    padding: 10px;
    width: 400px;
    position: center;
}   


div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
    color: #006b6d;
}


#a3 {
    text-align: center;
    color: #006b6d;
    font-size: 20px;
    font-style: italic;
    font-family: arial;
}

#p2 {
       font-size:16px;
       text-align: right;
       margin-right: 200px;
}



/* unvisited link */
a.three:link {
	color: #006b6d;
        text-decoration:none;
}

/* mouse over link */
a.three:hover {
        text-decoration: underline;
}

#footer {
    bottom: 0px;
    text-align: center;
    padding: 10px;
    width: 100%;
}


#p7 {

	color: #004e00;
	font-family: arial;
        font-size: 15px;
	padding: 2px 10px 2px 10px;
}      


#div5 {
	width: 1000px;
	height: 60px;
	background-color: #c6d4b0;
        color: #a60083;
	font-size: 50px;
	font-weight: bold;
	font-style: arial;
	text-align: center;
	text-shadow: 4px 4px 3px black;
}

#table1 {
	width: 100%;
	border: 1px;
	font-size: 18px;	
	font-weight: bold;
}

#td1 {
	vertical-align: top;
	width: 50%;
}

