body {
	background-color: #7eb079;
	margin-top: 3px;

	scrollbar-base-color: #003366; 
	scrollbar-face-color :#F3D441; 
	scrollbar-arrow-color: #FFF; 
	scrollbar-3dlight-color: #FFF; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}

.text-rechts {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: normal;
	text-align: right;
	word-spacing: normal;
	white-space: normal;
}

.text-bildhinweis {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}

.text-mittig {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}

.text-weiss-fett {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #FFF;
}

.text-weiss-normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #FFF;
}

.text-blau-fett {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #2f4e2f;
}

.text-orange-fett {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #eabb1b;
}

a:link { 
	text-decoration:none;
	font-weight:bold;
	background-color:#2f4e2f; 
	color:#FFF; 
	}
a:visited { 
	text-decoration:none; 
	font-weight:bold;
	background-color:#2f4e2f;  
	color:#FFF; 
	}
a:hover {
	text-decoration:none;
	font-weight:bold;
	background-color:#7eb079;
	color: #2f4e2f;
}
a:active {
	text-decoration:none;
	font-weight:bold;
	background-color:#7eb079;
	color: #2f4e2f;
}
a:focus {
	text-decoration:none;
	font-weight:bold;
	background-color:#7eb079;
	color: #2f4e2f;
}
