@charset "UTF-8";
body {
	background-color: ##E0DFE1;
	color: #000;
}
h1 {
	font-size: 18px;
	font-weight: lighter;
}
h2 {
	color: #8B9F3E;
	font-size: 18px;
	font-weight: lighter;
}
p {
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
li {
	font-size: 13px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
a img { 
	border: none;
}
a:link {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #628124;


.hinweis {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	background-color: #E0DFE1;
}
iframe {
	border: 0px none #FFF;
	border-radius: 18px 18px 0px 18px;
	background-color: #E0DFE1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
