﻿.klein {
	font-size:small;
}
body {
	font-family: "Lucida Sans Unicode", sans-serif;
	background-color: #F2F2F2;
	color: #033;
	margin: 0 0 0 0;
	font-size: 90%;
}
a:link {
	color: #5D1117;
	text-decoration: underline;
}
ul {
	list-style: square;
	line-height: 15px;
	margin-bottom: 9px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
}
li {
	margin-bottom: 9px;
	padding-left: 4px;
	line-height: 16px;
}
.tabelle {
	border: 1px solid #AE888B; background-color:#EAEAEA
}
h4 {
	font-family: Georgia, "times New Roman", serif;
	color: rgb(0,153,153);
	line-height: 1.4em;
	font-size: 1.3em;
}

