html {
  //  font-family: georgia;
}

#navi {
    margin: 0px;
    background-color: #298A08;
#	background: linear-gradient(top, #04B431 0%, #298A08 100%);  
#	background: -moz-linear-gradient(top, #04B431 0%, #298A08 100%); 
#	background: -webkit-linear-gradient(top, #04B431 0%,#298A08 100%); 
	background: -moz-linear-gradient(top, #A4C451 0%, #298A08 100%); 
    font-family: georgia;
    font-size:20px;
    color : black;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    min-height:50px;
	box-shadow: 0px 0px 9px rgba(1,0,0,1.15);        
}



#navilogo {
    position: absolute;
    top: 10px;
    left: 10px;
    width:80px;
    padding:10px;
}

.navilink {
     float:left;
     padding:10px;
     border-right: 1px solid #EEEEEE;
     color : black;     
}

.navilink_sub {
    float:none !important;
}

.navilink a {
    text-decoration: none;
}

.navilink:hover > .subnavi{
    display: block;
}


.navilink:hover{
    background-color: #0B6121;
}

.subnavi {
    display: none;
    position: absolute;
    background-color:#298A08;
    top: 50px;
}

.center {
    text-align: center;
}

.linkbutton {
    background-color: #298A08;
	background: linear-gradient(top, #04B431 0%, #298A08 100%);  
	background: -moz-linear-gradient(top, #04B431 0%, #298A08 100%); 
	background: -webkit-linear-gradient(top, #04B431 0%,#298A08 100%); 
    font-size:20px;
    color : black;
    border-radius:10px;
    border-radius:10px;
     padding:10px;
     color : black;     
     margin:10px;
     text-decoration: none;
}


.linkbutton:hover {
    background-color: #0B6121;
	background: linear-gradient(top, #0B6121 0%, #0B6121 100%);  
	background: -moz-linear-gradient(top, #0B6121 0%, #0B6121 100%); 
	background: -webkit-linear-gradient(top, #0B6121 0%,#0B6121 100%); 
}


#inhalt {
    max-width:800px;
    margin: 0px auto;
    padding-left: 100px;
    padding-right: 100px;
}


.imageLeiste {
    width:800px;
    overflow: hidden;
}

.headerImage {
    width:200px; 
    margin:10px auto;    
}


.KastenGelb {
    background-color:yellow;
}

.KastenRot {
    background-color:red;
}

.KastenSchwarz {
    background-color:black;
}