body, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
    font-size: 120%;
	}
	
h2 {
    font-size: 110%;
	color: #336633;
	}
	
h3 {
    font-size: 100%;
	}
	
h4 {
    font-size: 90%;
	}
	
p, li {
    font-size: 80%;
	}
	
.kleineschrift {
    font-size: 75%;
	}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E644F;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669933;
	text-decoration: underline;
	font-weight: bold;
}
.navi {
	color: #FFFFFF;
	font-weight: bold;
    font-size: 110%;
}
A.navi {
	color: #FFFFFF;
	font-weight: bold;
}
A.navi:HOVER {
	color: #66ff33;
	text-decoration: none;
	font-weight: bold;
}

.slius {
	font-weight: normal;
	font-size: 70%;
}

  #noscreen {
    display:none;
  }
  
  hr { color: #336633; }
  
