p {
	font-family : sans-serif;
	font-size : smaller;
	line-height : 140%;
	font-weight : normal;
	margin-left : 12px;
} 
body {
	background-color : #8EC794;
}
h1, h2, h3, h4, h5 {
	font-family : sans-serif;
	font-style: normal;
	font-weight : bold;
	color : #000000;
	margin-left : 12px;
}  
h1 {
	font-size : 145%;
}
h2 {
	font-size : 130%
}
h3 {
	font-size : 105%
}

a:link {
	color : #007A32;
}
a:visited {
	color : #658D5F;
}
a:active {
	color : #006673;
}
.outside {
	font-family : sans-serif;
	font-weight : bolder;
	color : #2F2B21;
	font-style : normal;
}
.outside a:link {
	color : #951D1A;
}
.outside a:visited {
	color : #6F544A;
}
.outside a:active {
	color : #CD6144;
}
h6.outside {
	font-size : 90%;
	font-family : sans-serif;
}
p.outside {
	font-size : 90%;
}
h1.outside {
	font-size : 220%;
}
.list {
	list-style-image : url(../bilder/knopf.gif);
	list-style-position : inside;
	font-family : sans-serif;
	vertical-align : middle;
	font : smaller;
	margin-left : 10%;
}
.inside {
	background-color : #658D5F;
	font-size : smaller;
	line-height : 140%;
	font-weight : lighter;
	border : solid;
	padding : 5px;
	border-width : 1px;
	border-color : #FFFBDA;
}