/* Container */
#main {
	width: 798px; 
	margin: 0px auto;
	border: 2px solid #de171c;
}
#headerLogo {
	height: 90px;
	width: 498px;
	margin: 25px;
	float: left;
	
}
#headerText {
	height: 110px;
	width: 225px;
	margin-top: 30px;
	padding-right: 25px
	text-align: left;
	font-weight: bold;
	color: #de171c;
	font-size:11px;
	text-transform: uppercase;
	float:right;
	
}
#navi {
	width: 523px;
	height: 22px;
	padding-left: 25px;
	font-size: 11px;
	font-weight:bold;
	color: #a9a9a9;
	text-transform:uppercase;
	clear: both;
	float: left;
	border-bottom: 2px solid #de171c;
}
#naviRechts {
	width: 250px;
	height: 22px;
	border-bottom: 2px solid #a9a9a9;
	float:right;
}
#headerImg {
	width: 548px;
	height: 120px;
	clear: both;
	float: left;
}
#headerImgRight {
	width: 225px;
	height: 100px;
	padding: 10px 0 0 25px;
	font-weight:bold;
	color: #a9a9a9;
	line-height:12px;
	text-transform:uppercase;
	float:right;
	clear:right;
}
#spacer {
	width: 523px;
	height: 14px;
	padding-left: 25px;
	margin-top: 0px !important;
	margin-top: -2px; /* IE 6*/
	padding-top: 1px;
	font-size: 10px;
	color: #ffffff;
	background-color: #de171c;
	float: left;
}
#spacerRight {
	width: 250px;
	height: 15px;
	background-color: #a9a9a9;
	margin-top: 0px !important;
	margin-top: -2px; /* IE 6*/
	float:right;
}
#content {
	width: 498px;
	min-height: 250px;
	height: auto !important;  /*moderne Browser*/
	height: 250px;  /* IE */
	padding: 25px;
	clear: both;
	float: left;
}
#contentRight {
	width: 200px;
	padding: 25px;
	float:right;
}
#faux {
	width:798px;
	overflow: auto;
	background: url(../images/faux_img.gif) 0 0 repeat-y;
	background-position: right;
}


/* Schriftformatierung */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1 {
	font-size: 11px;
	color: #de171c;
	font-weight:bold;
	text-transform:uppercase;
}

/* Klassen */



/* Navigation */
a:link, a:visited, a:active {
	color: #de171c;
	text-decoration: none;
}
a:hover {
	color: #de171c;
	text-decoration: underline;
}
a.navi:link, a.navi:visited, a.navi:active {
	color: #a9a9a9;
	text-decoration:none;
}
a.navi:hover {
	color: #de171c;
	text-decoration:none;
}
a.subnavi:link, a.subnavi:visited, a.subnavi:active {
	color: #a9a9a9;
	text-decoration:none;
}
a.subnavi:hover {
	color: #de171c;
	text-decoration:none;
}
a.impressum:link, a.impressum:visited, a.impressum:active {
	color: #000;
	text-decoration:none;
}
a.impressum:hover {
	color: #de171c;
	text-decoration:none;
}
a.leistungen:link, a.leistungen:visited, a.leistungen:active {
	color: #000;
	text-decoration:none;
	line-height: 14px;
}
a.leistungen:hover {
	color: #de171c;
	text-decoration:none;
	line-height: 14px;
}