body {
    /*font-family: verdana, arial, helvetica, sans-serif;*/
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	background-color: #F1EFE2;
	color:#333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 18px;
	letter-spacing: .5px;
}

h1{
	color: #339933;
	line-height: 100%;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: .5em;
}

h2 {
	color:#333333;
	font-size: 11px;
}

strong {
	font-weight: bold;
	color: #B5A899;
}

.middle_title {
	font-weight:bold;
}

.kursiv {
	padding-top: .25em;
	/*text-indent: 40px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.zitatautor  {
	font-weight: normal;
	font-size: 9px;
}


/*links----------------------------------------*/
a:link { 
	color: #339933; 
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}

a:visited { 
	color: #336633; 
	text-decoration: none;
	border-bottom:  1px dotted #333333;
}

a:active { 
	color: #339933; 
	text-decoration: none;
	border-bottom: 1px solid #656500;
}

a:hover { 
	color: #333333; 
	text-decoration: none;
	border-bottom: 1px solid #339933;
}


/*subnavigation----------------------------------*/
a.navi { 
	display: block;
	border-bottom: none;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
}

a.navi:link {
	color: #339933;
	background-color: #FFFFFF;
	border-bottom: none;
}

a.navi:visited {
	color: #339933;
	background-color: #FFFFFF;
	border-bottom: none;
}

a.navi:hover {
	color: #ffffff;
	background-color: #6DB76B;
	border-bottom: none;
}

.naviOver {
	display:block;
	border-bottom: none;
	color: #ffffff;
	background-color: #6DB76B;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	cursor: pointer;
}


/*bgcolor----------------------------------------*/
.hg_weiss {
	background-color: #ffffff;
}
.hg_schwarz {
	background-color: #000000;
}
.hg_grau {
	background-color: #333333;
}
.hg_gruen {
	background-color: #528950;
}
.hg_beige {
	background-color: #F1EFE2;
}
img {
    border: none;
} 





