/* Body */
a:link {color: #006434;text-decoration:none}
a:visited {color: #006434;text-decoration:none}
a:active {color: 333333;text-decoration:none}
a:hover {color: #006434;text-decoration:underline}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}


/* Haupt & Main */

.haupttbl {
	border-bottom-width: 2px;
	border-bottom-style: solid;
    border-bottom-color: #006434;
}

.header{
background-image:url(../images/heuschrecke.jpg);
background-repeat:no-repeat;
background-position: left;
border-bottom-style: solid;
border-bottom-color: #006434;
	border-bottom-width: 1px;
}

.header2{
background-image:url(../images/heuschrecke2.jpg);
background-repeat:no-repeat;
background-position: right;
}

.maintext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify;
padding: 10px;

}

/* Navigation */
.menu_left {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	height: 100%;
	}
	
.menu_right {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	height: 100%;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	}
	
.navi {
line-height: 25px;
  width: 130px;
  font-size: 12px;
  padding-left: 12px;

}	
	
#navi2 {
line-height: 25px;
  width: 130px;
  font-size: 12px;
  padding-left: 12px;

}	

/*	
ul#navlist  {
   display: block;
   width: 130px;
   height: 25px
   padding: 0;
   margin: 0;
   line-height: 25px;
   margin-left: 0;
   padding-left: 0;
   }
ul#navlist li {
   padding: 0;
   font-size: 12px;
   list-style-type: none;
   background-color: #fff;
   margin-right: 2px;
   }
ul#navlist a {
   text-decoration: none;
   padding: 7px 12px 7px 12px;
   color: #000;
   background-color: #fff;
   }
ul#navlist a:hover {
   COLOR: #006434;
   text-decoration: underline;
   }
   
 */ 

