/* Ueberschriften */
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	font-weight: bold;
	color: #000000;
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}



/* Anderes */
.norm {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 73%;
	font-weight: normal;
	color: #000000;
	line-height: 128%;
}

.dark {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 78%;
	font-weight: normal;
	color: #5B672C;
	line-height: 200%;
	letter-spacing: 0.04em;
}

.menu  {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	line-height: 170%;
	color: #fff;
	letter-spacing: 0em;
}

.menukl  {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 77%;
	font-weight: bold;
	line-height: 170%;
	color: #fff;
	letter-spacing: 0em;
}

.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
	font-weight: normal;
	color: #000000;
	line-height: 130%;
	list-style-position: inside;
	list-style-type: circle;
	display: block;



}

.hidden {display: none;}

