@charset "utf-8";

/*--------------------------------------------------------------*/
/*--------------------[ CSS Document reset ]--------------------*/
/*--------------------------------------------------------------*/

* {
	margin: 0;
	padding:0;
	outline:none;
}


iframe {border: 1px solid #9c1818; padding:3px;}
/*--------------------------------------------------------------*/
/*-------------[ global tags, selectors, classes ]--------------*/
/*--------------------------------------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d0000;
	font-size:62.5%;
	background:#ffffff url(../images/bg-body.jpg) center 0 repeat-x;
}



.firmendaten 			{margin-bottom: 1.3em;}
.firmendaten .desc, 
.firmendaten .value		{font-size: 1.2em; padding: 0.3em 0; color: #4d0000;}
.bordered				{border-bottom: 1px dashed #4d0000;}
.firmendaten .desc		{width: 18em; font-weight: bold;}
.firmendaten .value		{width: 22em;}


/*--------------------------------------------------------------
	gloabal => typography
--------------------------------------------------------------*/
p {
	margin:0 0 20px 0;
}

textarea {
	overflow:auto;
}

a {
	text-decoration:underline;
	color:#be191e;
}

a:hover {
	text-decoration:none;
}

.highlight {
	font-weight:bold;
}

ul {
	list-style:none;
}

/*--------------------------------------------------------------
	gloabal => positioning
--------------------------------------------------------------*/

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.indent {
	text-indent:-9999px;
	font-size:0.001em;
	line-height:0.001em;
}

/*--------------------------------------------------------------
	gloabal => images
--------------------------------------------------------------*/
img.floatLeft {
	float:left;
	margin:0 10px 0 0;
}

img {
	border:none;
}

.rahmen {border:1px solid #9c1818; padding:3px;}
.abstandbot {margin-bottom:10px;}
.abstandre {margin-right:12px;}


/*--------------------------------------------------------------*/
/*-------------------------[ =container ]-----------------------*/
/*--------------------------------------------------------------*/

#container {
	width:990px;
	margin: 0 auto;
}

/*--------------------------------------------------------------*/
/*---------------------------[ =header ]------------------------*/
/*--------------------------------------------------------------*/

#header {
	width:990px;
	height:401px;
	position:relative;
	z-index:0;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
}

#header img.headerImg {
	position:absolute;
	top:63px;
	left:375px;
}

/*--------------------------------------------------------------
	header => branding
--------------------------------------------------------------*/
#header h1.branding a {
	position:absolute;
	display:block;
	width:330px;
	height:180px;
	top:64px;
	left:12px;
	overflow:hidden;
}

#header h1.branding-print a {
	position:absolute;
	display: none;
	width:330px;
	height:180px;
	top:64px;
	left:12px;
	overflow:hidden;
}

#header h1.branding img {
	border:none;
}

#header h1.branding-print img {
	border:none;
}

#header h1 span {
	display:block;
	text-indent:-9999px;
}



#header h1.branding a:hover {
	text-decoration:none;
}

#header h1.branding-print a:hover {
	text-decoration:none;
}


/*--------------------------------------------------------------
	header => naviAdd
--------------------------------------------------------------*/

#header ul#naviAdd {
	list-style-type:none;
	width:330px;
	height:30px;
	position:absolute;
	top:25px;
	left:620px;
}

#header ul#naviAdd li {
	float:left;
	color:#fefefe;
	padding:0 5px;
}

#header ul#naviAdd li.line {
	font-weight:bold;
	font-size:1.1em;
}

#header ul#naviAdd li a {
	font-size:1.1em;
	font-weight:bold;
	color:#fefefe;
	text-decoration:none;
}

#header ul#naviAdd li a:hover, 
#header ul#naviAdd li.active a {
	color:#fdf18d;
	text-decoration:underline;
}

/*--------------------------------------------------------------*/
/*----------------[ =contentContainer ]-------------------------*/
/*--------------------------------------------------------------*/
#contentContainer {
	width:990px;
	position:relative;
	z-index:1;
}

#player {
	width:512px;
	height:312px;
	border:1px solid #BE191E;
	padding:3px;
	margin-bottom:15px;
}

#player .back {
	background:url(../video/video.jpg) no-repeat;
	height:312px;
}

/*--------------------------------------------------------------
	contentContainer => contentSidebar
--------------------------------------------------------------*/
#contentSidebar {
	width:323px;
	float:left;
	padding:0 0 30px 48px;
	background:url(../images/bg-sidebar.jpg) 0 0 no-repeat;
}

#contentSidebar a.mehr {
	position:absolute;
	z-index:1;
	top:-59px;
	left:61px;
	display:block;
	width:192px;
	height:92px;
	text-indent:-9999px;
	background:url(../images/bg-ihr-notdienst.jpg) 0 0 no-repeat;
}

#contentSidebar ul#navigation {
	width:227px;
	padding:50px 0 0 0;
}

#contentSidebar ul#navigation li {
	width:227px;
}

#contentSidebar ul#navigation li a {
	font-size:1.4em;
	line-height:2.6em;
	font-weight:bold;
	color:#c1191e;
	text-decoration:none;
	padding:0 0 0 32px;
	background:url(../images/bg-navigation.jpg) -9999px center no-repeat;
}

#contentSidebar ul#navigation li a:hover, 
#contentSidebar ul#navigation li.active a {
	background-position: left center;
}

/*--------------------------------------------------------------
	contentContainer => contentMain
--------------------------------------------------------------*/
#contentMain {
	width:576px;
	float:left;
	padding:40px 0 0 0;
}

#contentMain #headline {
	border-bottom:1px solid #be191e;
	padding:0 0 5px 0;
	margin:0 0 25px 0;
}

#contentMain #headline h3 {
	color:#4d0000;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.4em;
}

#contentMain h2 {
	font-size:2.5em;
	line-height:1.6em;
	font-weight:normal;
	color:#be191e;
	margin:0 0 5px 0;
}

#contentMain h3 
 {
	font-size:1.6em;
	line-height:1.6em;
	font-weight:normal;
	margin-bottom:10px;
}
#contentMain h4 {font-size:1.4em; color:#9c1818; margin-bottom:10px;}

#contentMain p, 
#contentMain ul li {
	font-size:1.2em;
	line-height:1.6em;
}

#contentMain p a.vcard {
	display:block;
	width:205px;
	height:30px;
	text-indent:-9999px;
	background:url(../images/vcard.png) 0 0 no-repeat;
}

#contentMain span.pdf, 
#contentMain span.link {
	font-size:1.2em;
	line-height:1.6em;
}

#contentMain span.link {
	float:right;
}

.col-left {float:left; width:140px;}
.col-right {float:left; width:400px;}

dl.imgleft {float:left; margin:0 30px 15px 0;}
dl.imgleft dt {margin-bottom:5px;}
dl.imgleft dd {font-size:1.2em; padding:0 0 5px 0;}

ul.list {margin:0 0 15px 24px;}
ul.list li {list-style-image:url(../images/list.jpg); margin-bottom:3px;}

/*--------------------------------------------------------------*/
/*--------------------------[ =footer ]-------------------------*/
/*--------------------------------------------------------------*/


#footer {
	width:605px;
	height:165px;
	margin:0 auto;
	padding:75px 0 0 385px;
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
}

#footer h3 {
	font-size:1.4em;
	line-height:1.6em;
	font-weight:bold;
	color:#f3b447;
	margin:0 0 10px 0;
}

#footer p, 
#footer ul li {
	font-size:1.2em;
	line-height:1.6em;
	color:#fdf18d;
}

#footer #Oeffnungszeiten {
	width:224px;
	float:left;
	padding:0 53px 0 0;
}

#footer #Oeffnungszeiten ul {
	float:left;
	padding:0 0 10px 0;
}

#footer #Oeffnungszeiten ul li {
	float:left;
}

#footer #Oeffnungszeiten ul li.first {
	width:113px;
}

#footer #Adresse {
	float:left;
	width:284px;
}

#footer #Adresse p {
	float:left;
	margin:0 15px 0 0;
}

#footer #Adresse a {
	color:#fdf18d;
}

#footer #Adresse ul {
	float:none;
	clear:both;
	padding:10px 0 0 0;
}
