body {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 12px;
	background-color: #23561B;
}
td {
	font-size: 12px;
}
#topbalk {
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	background-color: #388829;
	height: 30px;
}
#menu {
	background-color: #388829;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	background-attachment: fixed;
	background-image:  url("../content/images/page_bottom_left.jpg");
	background-repeat: no-repeat;
	background-position: top;
}
#menu a {
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	height: 25px;
	width: 100%;
}
#menu a:hover {
	background-color: #FFFFFF;
	color: #5F1B70;
}
.titelBalk {
	background-color: #5F1B70;
	color:#FFFFFF;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	letter-spacing: 1px;
	border-bottom: 4px solid #ffffff;
	background-image:  url("/content/images/bg_titelBalk.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
h1 {
	font-size: 18px;
	color: #5F1B70;
}
h2 {
	font-size: 12px;
	color: #5F1B70;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 8px;
}
a {
	color: #5F1B70;
}
a:hover {
	color:#000000;
	font-weight:bold;
}
ul {
	list-style-image:  url("/content/images/bramenStip.gif");
	margin-left: 30px;
	vertical-align: middle;
	margin-top: 10px;
}
li {
	margin-top: 4px;
	margin-bottom: 4px;
}
.100procent {
	width: 100%;
}
.boldPaars {
	font-weight:bold;
	color: #5F1B70;
}
.padding5px {
	padding: 5px;
}