body, td {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
}

#Inhalt {
	margin: auto;
	width: 995px;
}
#Titel {
	height: 100px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFFFFF;
}
#Menu {
	background: url(black.jpg) no-repeat center bottom;
	height: 600px;
	width: 200px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
#content {
	background: #FFFFFF;
	padding: 10px 20px 10px 10px;
	border-top: 3px solid #FF0000;
	border-left: 3px solid #FF0000;
	height: 594px;
	width: 757px;
	float: left;
	border-right: 0px solid #FF0000;
	border-bottom: 0px solid #FF0000;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
	overflow: auto;
}

a {
	text-decoration: none;
	color: white;
}

#content a {
	text-decoration: none;
	color:#FF3300;
}

.MPunkt {
	font-weight: bold;
	height: 28px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 5px;
	background-color: #FFFFFF;
	width: 160px;
	float: left;
	clear: left;
}
.MAktiv {
	font-weight: bold;
	height: 28px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-left: 5px;
	width: 160px;
	float: left;
	clear: left;
	background: #000000;
}
.Linie {
	heigh: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
	width: 32px;
	height: 2px;
	font-size: 1px;
	float: right;
}
li {
	margin-bottom: 7px;
	text-align:left;
}
.small {
	font-size: 0.9em;
	text-align: left;
}
.linklike {
	cursor: pointer;
}
#Fuss, #Fuss a {
	color:#333333;
	background: #000000;
	clear: both;
	margin-top: 15px;
	text-align: right;
}

table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}


