.ohnedruck {
	display:none;
}

a {
        color: #000000;
        text-decoration: none;
}
a:hover {
        color: #000000;
        text-decoration: underline;
}

body {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p {
	margin-bottom: 11px;
	margin-top: 0px;
	padding: 0px;
	font-size:12px;
	line-height:15px;
}
h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
	text-decoration: none;
}

h2 {
	color: #000000;
	font-size: 13px;
	line-height:15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 20px;
	text-decoration: none;
}

h3 {
	color: #000000;
	font-size: 12px;
	line-height:15px;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}

ul {
    list-style-type: disc;
	margin-left:6px;
	padding-left:16px;
}

li {
    padding-bottom: 5px;
	margin-left:0px;
	padding-left:4px;
}

.bodytext img {
	
	margin: 0px 20px 10px 0px;
	float: left;
}  

.rahmbg {
background-color: #eee;
border: solid 1px #7c5a51;
}

.formbg {
background-color: #fff;
border: solid 0px #7c5a51;
}