BODY {
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #656468;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #585858;
	font-size: 13px;
	background-image: url(layout/hg.png);
	background-repeat: repeat-x;
}
/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { /* Aufgrund von Abweichungen zwischen verschiedenen Browsern empfiehlt es sich, die Auffüllung und den Rand in Listen auf 0 einzustellen. Zu Konsistenzzwecken können Sie die gewünschten Werte entweder hier oder in den enthaltenen Listenelementen (LI, DT, DD) eingeben. Beachten Sie, dass die hier eingegebenen Werte hierarchisch auf die .nav-Liste angewendet werden, sofern Sie keinen spezifischeren Selektor festlegen. */
	padding: 0;
	margin: 0;
}

ul.nav li {
	list-style-type: none;
}
ul.nav a, ul.nav a:visited { /* Durch Gruppieren dieser Selektoren wird sichergestellt, dass die Hyperlinks auch nach dem Aufrufen die Form einer Schaltfläche beibehalten. */
	text-decoration: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #FFF;
	color: #FF290B;
	display: block;
	font-size: 15px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* Hiermit wird der Hintergrund und die Textfarbe bei der Navigation mit der Maus und der Tastatur geändert. */
	color: #000;
	background-color: #CCC;
}


a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}

object { /* Verhindert Darstellungsprobleme z.B. bei Flashdateien */
	display:block; 
}

div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}

H1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-weight: bold;
	color: #FF290B;
	font-size: 17px;
}
H2 {
	font-weight: bold;
	color: #FF290B;
	font-size: 13px;
	margin: 0px;
	padding-bottom: 7px;
}
h3 {
	font-weight: bold;
	color: #FF290B;
	font-size: 13px;
	margin: 0px;
	padding-bottom: 0px;
}


p {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 13px;
	line-height: 21px;
}

hr{
	background-color: #CCC; /* Farbe für Opera und Firefox */
	color: #CCC; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* ~~ Dieser Container umschließt alle anderen div-Tags und weist ihnen ihre als Prozentwert definierte Breite zu. ~~ */
.container {
	width: 1000px;
	margin: 0 auto; /* Der mit der Breite gekoppelte automatische Wert an den Seiten zentriert das Layout. Er ist nicht erforderlich, wenn Sie die Breite von .container auf 100 Prozent setzen. */
	background-color: #FFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}


#kopf {
	height: 90px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF290B;
}
#Logo {
	height: 90px;
	width: 250px;
	float: left;
}
#Claim {
	height: 90px;
	width: 750px;
	float: right;
}


#kopf-bild {
	MARGIN: 0px;
	padding: 0px;
	background-color: #999;
}
#abstand {
	MARGIN: 0px;
	padding: 0px;
	height: 18px;
}



#navi {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 180px;
	PADDING-RIGHT: 0px;
	FLOAT: left;
	PADDING-TOP: 0px;
}
#inhalt {
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	min-height: 310px;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 4px;
}
#fuss {
	MARGIN: 0px;
	background-color: #282828;
	height: 28px;
	font-size: 11px;
	color: #CCC;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF290B;
}

.link-inhalt {
	color: #FF290B;
	text-decoration: underline;
	text-align: left;
}
.link-inhalt:hover {
	text-decoration: none;
	color: #666;
	
	
}

.link-fuss {
	color: #CCC;
	text-decoration: none;
	
}
.link-fuss:hover {
	color: #FFF;
	text-decoration: none;
	
}

.zitat {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.fliesstext-klein {
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
}
.bildunterschrift {
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0px;
	margin: 0px;
	color: #FF290B;
}

.bold {
	font-weight: bold;
}
.vertikale-linie-rot {
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF705B;
	min-height: 310px;
}
.vertikale-linie-rot2 {
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF705B;
	min-height: 310px;
}
