/* Seitenbody */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #fff;
	color: #6c6f73;
	text-align: center;
}

/* Float Problem beheben */
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 

/* Float Problem beheben */
.clearfix {
	display: inline-block;
}

/* Float Problem beheben */
.clearfix {
	display: block;
} 

/* Stanard-Images */
img {
	border: 0;
}

/* Standard Links */
a:link, a:visited, a:active {
	color: #ed1d23;
	font-weight: bold;
	text-decoration: underline;
}

/* Standard Links Hover */
a:hover {
	color: #ed1d23;
	font-weight: bold;
	text-decoration: none;
}

/* Head-Bereich */
#head {
	width: 870px;
	height: 101px;
	margin: 0 auto;
}

/* Logo */
#logo {
	float: left;
}

/* Head-Bereich Rechts */
#head_nav {
	float: right;
	text-align: right;
	color: #989a9e;
	padding-top: 10px;
}

/* Head-Bereich Rechts Links */
#head_nav a:link, #head_nav a:visited, #head_nav a:active {
	text-decoration: underline;
	color: #989a9e;
}

/* Head-Bereich Rechts Links Hover */
#head_nav a:hover {
	text-decoration: none;
	color: #989a9e;
}

/* Linie oben Navigation */
.linie_grau_top {
	height: 1px;
	width: 100%;
	overflow: hidden;
	background-color: #d9d9d9;
	margin-bottom: 1px;
}

/* Navigation */
#nav {
	height: 37px;
	width: 100%;
	background-color: #000;
}

/* Navigation UL */
ul#mainNav {
	height: 37px;
	list-style-type: none;
	margin: auto;
	padding: 0;
	width: 870px;
}

/* Navigation UL LI */
ul#mainNav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

/* Navigation UL LI Links */
ul#mainNav li a {
	display: block;
	left: 1px;
	color: #fff;
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	padding: 10px 15px 0 15px;
	float: left;
}

/* Navigation UL LI Links .button */
ul#mainNav li.button a {
	background: #000;
	height: 27px;
}

/* Navigation UL LI Links .button Hover + Active */
ul#mainNav li.button a:hover, ul#mainNav li.buttonActive a {
	background: #000;
	height: 27px;
	color: #ff1b22;
}

/* Linie Unten Navigation */
.linie_grau_bottom {
	height: 1px;
	width: 100%;
	overflow: hidden;
	background-color: #d9d9d9;
	margin-top: 1px;
}

/* Content */
#content {
	width: 870px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	clear: both;
}

/* Hauptimage */
.teaser_image {
	display: block;
	margin: 0 0 10px 0;
}

/* Seitenstandort */
.seitenstandort {
	color: #a4a4a4;
	display: block;
	text-align: left;
	margin: 0 0 8px 0;
}

/* Seitenstandort Links */
.seitenstandort a:link, .seitenstandort a:active, .seitenstandort a:visited {
	color: #808080;
	text-decoration: none;
}

/* Seitenstandort Links Hover */
.seitenstandort a:hover {
	color: #808080;
	text-decoration: underline;
}

/* Content Links */
#content_left {
	float: left;
	width: 630px;
	border-right: 1px solid #d9d9d9;
	text-align: left;
	padding: 0 10px 0 0;
}

/* Content Links H1 */
#content_left h1 {
	color: #000;
	font-size: 220%;
	padding: 0;
	margin: 10px 0 10px 0;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

/* Content Links H2 */
#content_left h2 {
	color: #303030;
	font-size: 140%;
	padding: 0;
	margin: 10px 0 3px 0;
}

/* Content Links Text */
#content_left p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

/* Content Rechts */
#content_right {
	float: right;
	padding: 0;
	width: 220px;
	text-align: left;
}

/* Aktuelles Block */
.aktuelles_block {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d9d9d9;
	margin: 8px 0 0 0;
}

/* Aktuelles Block H2 */
.aktuelles_block h2 {
	color: #000;
	font-size: 120%;
	padding: 0;
	margin: 0;
}

/* Aktuelles Block Text */
.aktuelles_block .text {
	color: #6c6f73;
	padding: 3px 0 3px 0;
	margin: 0;
	display: block;
	line-height: 16px;
}

/* Aktuelles Block Links */
.aktuelles_block a:link, .aktuelles_block a:visited, .aktuelles_block a:active {
	color: #ed1d23;
	font-weight: bold;
	text-decoration: underline;
}

/* Aktuelles Block Links Hover */
.aktuelles_block a:hover {
	color: #ed1d23;
	font-weight: bold;
	text-decoration: none;
}

/* Footer */
#footer {
	background-color: #000;
	color: #717171;
	padding: 10px 0 10px 0;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
}

/* Footer Links */
#footer a:link, #footer a:visited, #footer a:active {
	color: #ff1b22;
	text-decoration: underline;
}

/* Footer Links Hover */
#footer a:hover {
	color: #ff1b22;
	text-decoration: none;
}