* {
	margin:0;
	padding:0;
	font-family:Georgia, Arial, sans-serif;
}
h1 {
	color:#b7001c;
	font-size:1.2em;
	margin-bottom:30px;
}
h2 {
	font-size:1em;
	margin-top:1em;
}
p {
	font-size:0.9em;
	margin-bottom:0.5em;
}
td {
	vertical-align:top;
	font-size:0.9em;
	padding:4px;
}
#text ul {
	margin:0.3em 0 1em 30px;
	font-size:0.9em;
}
#text li {
	margin-bottom:0.3em;
}
#text ul ol {
	margin:0 0 0 14px;
}
#text a {
	color:#000;
}
#text a:hover {
	color:#b7001c;
}
#box {
	width:970px;
	margin:0 auto 10px auto;
	border-right:2px solid #b7001c;
	border-bottom:24px solid #b7001c;
	border-left:2px solid #b7001c;
	background-color:#ededed;
	overflow:auto;
	
}
#header {
	width:100%;
	height:100px;
	background-color:#b7001c;
	text-align:center;
}
#header img {
		padding-top:40px;
}
#nav {
	width:293px;
	float:left;
	background-color:#ededed;
}

#nav ul {
	margin:32px 0 0 20px;
}
#nav li {
	list-style:none;
}
#nav a {
	color:#000;
	text-decoration:none;
	display:block;
	width:13.5em;
	margin-bottom:8px;
	font-size:0.9em;
}
#nav a:hover {
	color:#b7001c;
}
#aktiv {
	color:#b7001c !important;
}
#inhalt {
	width:677px;
	float:left;
	border-top:72px solid #ededed;
	background-color:#fff;
	min-height:480px;
}
* html #inhalt {
	height:480px;
}
#startinhalt {
	width:597px;
	float:left;
	padding:40px 40px 20px 40px;
	background-color:#fff;
	min-height:440px;
}
* html #startinhalt {
	height:440px;
}
#text {
	width:413px;
	float:left;
	padding:40px 40px 10px 40px;
}
#logospalte {
	float:left;
	width:172px;
	padding:12px 12px 0 0;
}
#startlogo {
	float:right;
	border:none;
	margin-bottom:12px;
}

.center {
	text-align:center;
}
.startboxen {
	float:left;
	width:182px;
	height:136px;
	background-repeat:no-repeat;
	margin:0 23px 23px 0;
	text-align:center;
	display:inline;
}
.startboxenre {
	float:left;
	width:182px;
	height:136px;
	background-repeat:no-repeat;
	margin:0 0 30px 0;
	text-align:center;
	display:inline;
}
.startboxen p, .startboxenre p {
	padding-top:110px;
}
.startboxen a, .startboxenre a {
	color:#fff !important;
	font-weight:bold;
	font-size:0.8em;
	text-decoration:none;
}
.rot {
	color:#b7001c !important;
}
.klein {
	font-size:0.7em;
}