*{
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	}
h1 {
	font-family:Georgia, Arial, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	color:#b7001c;
	padding:10px 70px 1em 0;
}
#inhalt p {
	font-family:Georgia, Arial, sans-serif;
	margin:0 70px 0.5em 0;
	line-height:130%;
}
#inhalt ul {
	margin:1.2em 70px 0.5em 0;
	list-style:none;
}
#inhalt li {
	font-family:Georgia, Arial, sans-serif;
	list-style-image:none;
	background-image:url(../grafik/bullet3.png);
	background-repeat:no-repeat;
	padding:0 0 0.5em 30px;
}
#inhalt a {
	color:#000;
}
hr {
	width:90%;
	color:#b7001c;
	margin:1em 0;
}
#box {
	width:970px;
	margin:0 auto 10px auto;

}
#header {
	min-height:100px;
	width:100%;
	background-color:#b7001c;
}
#header ul {
	padding:60px 0 0 40px;
	background-color:#b7001c;

}
#header li
{
	list-style:none;
	float:left;	
}
#header li a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-family: 'PT Sans', sans-serif;	
	font-size:1.2em;
	display:block;
	margin-right:32px;
}
#header li a {
	margin-right:20px\9;

}
#header li a:hover {
	color:#bdbcbc;
}
#header li ul {
	position:absolute;
	left:-999em;
	padding:6px 0 0 0;
	width:7em;
	
}
#header li:hover ul {
	left:auto;
}
#header li ul a {
	width:6em;
	font-size:1em;
	padding:6px 0 4px 12px;
	border-top:1px solid #ececed;
}
#mitte {
	background-color:#ededed;
	width:968px;
	overflow:auto;
	border-right:1px solid #b7001c;
	border-left:1px solid #b7001c;
}
#links {
	float:left;
	width:230px;
	background-color:#ededed;
	padding-top:50px;
	font-family: Arial, sans-serif;
}
#links img {
	padding:0 0 120px 0;
}
#links h2 {
	font-size:0.9em;
	padding:0 0 0.3em 26px;
}
#links p {
	font-size:0.8em;
	padding:0 0 0.3em 26px;
}
#inhalt {
	float:left;
	width:668px;
	padding:32px 0 20px 70px;
	background-color:#fff;
	min-height:379px;
}
#logobox {
	float:right;
	width:248px;
}
#logo2 {
	float:right;
	margin-right:-40px;
}
#footer {
	width:100%;
	background-color:#b7001c;
	font-family: 'PT Sans', sans-serif;	

}
#footer p {
	text-align:right;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	padding:12px 122px 12px 0;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
.blau {
	color:#00F !important;
}
.schwarz {
	color:#000 !important;
}
.schwarz_rot a:hover {
	color:#b7001c !important;
}
.rot {
	color:#b7001c !important;
}