* {
	padding:0;
	margin:0;
}
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#logo {
	position: relative;
	margin: 20px 20px 10px 30px;
}

#text p, #text td, #text div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#text p {
	padding-bottom: 15px;
}
#text a:link,
#text a:hover,
#text a:visited {
	color: #c72413;
}
#text {
	display: inline;
	float:left;
	width: 560px;
	margin-left: 30px;
	padding-top: 30px;
	border-top: 2px solid #dddddd;
}
h3 {
	background:none !important;
    text-indent:0;
	font-size: 20px;
	color:#c72413;
	font-weight:normal;
	margin-bottom:15px;
}

h4 {
	font-size: 16px;
	color:#666666;
	font-weight:normal;
	margin-bottom: 15px;
	line-height: 20px;
}
#text ul {
	margin-bottom:15px;
}
#text ul li {
	font-size:12px;
	list-style-type:square;
	margin-left:40px;
	margin-bottom:3px;
}
.tabelle_linie td {
	border-bottom: 1px solid #e7e7e8;
	padding-top: 6px;
	padding-bottom: 6px; 
}
