a{
   color:   #7A8372;
}

a:hover{
   color:   #002020;
}

body {
    background-color:             #52574D;
    font-family:        Verdana, Helvetia;
    color:  	                 #52574D;
}

#container_main {

    width: 	            950px;
    height:		    710px;
    margin:		30px auto;
    background-color:      #7A8372;
    border-top:            #BBD1B8;
    border-right:          #162922;
    border-bottom:         #162922;
    border-left:           #BBD1B8;
    border-width:              2px;
    border-style:            solid;
}


#header{

    position: 	       relative;
    width:		  900px;
    height:	           30px;
    float:		   left;
    margin-left:       	  -62px;
    background-image:     url(../Bilder/list_1.gif);
    margin-top:	   	   20px;
    margin-bottom:          20px;
    border-top:            #D2E6DB;
    border-right:          #162922;
    border-bottom:         #162922;
    border-left:           #D2E6DB;
    border-width:              2px;
    border-style:            solid;
}

#container_inhalt{

    position:     	  relative;
    width:	       	     780px;
    height: 		     480px;
    margin-left: 	      74px;
    background-color:       #162922;
    border-top:            #D2E6DB;
    border-right:          #162922;
    border-bottom:         #162922;
    border-left:           #D2E6DB;
    border-width:              2px;
    border-style:            solid;
    padding:		      15px;
    margin-top:		      10px;
    background-image: url(../Bilder/index1.jpg);
    color:		   #000000;
}

#container_inhalt:hover{
    border-top:            #162922;
    border-right:          #D2E6DB;
    border-bottom:         #D2E6DB;
    border-left:           #162922;
    border-width:              2px;
    border-style:            solid;
}

#footer{
    position: 	      relative;
    width:		 900px;
    height: 		  30px;
    float:		 right;
    margin-top: 		  20px;
    margin-right: 	 -62px;
    background-image:      url(../Bilder/list2.gif);
    margin-top: 		  20px;
    margin-bottom:         20px;
    border-top:            #D2E6DB;
    border-right:          #162922;
    border-bottom:         #162922;
    border-left:           #D2E6DB;
    border-width:              2px;
    border-style:            solid;
}


#footer a{
	text-decoration:   underline;
         margin: 	       0 5px;
}





/*.welcome_text{
	font-weight: 		bold;
         font-size:		40px;
         color:               #52574D;
         text-decoration:        none;

}

.welcome_text:hover{
    color:      #002020;

}
*/
h5{
   font-weight: 		 bold;
   font-size:		 40px;
   color:              #52574D;
   text-decoration:       none;


}