@charset "utf-8";

/* Company: Euroweb Internet GmbH, by M. S. Daumen */

/*---------------------------------------------------------------------------
							 => global tags 
----------------------------------------------------------------------------*/ 


* {
	padding:0;
	margin:0;
}

body {
	color: #0d0d0d;
	vertical-align:baseline;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFF url(../images/body.jpg) repeat-x top center;
}

html[xmlns^="http"] { overflow-y:scroll; }

ol, ul, dl { list-style:none; }

a, a:active, .escape span, a:visited, a:focus {
	text-decoration: underline;
	color: #da002e;
}

a:hover, a:hover span {
	color:#0d0d0d;
	text-decoration:underline;
}

a { outline:none; }

p {
	margin: 0 0 15px 0px;
	line-height: 18px;
}

img, img a { border: none; }

/*---------------------------------------------------------------------------
							 => global classes 
----------------------------------------------------------------------------*/ 

.clear {
	clear:left;
	float:none;
	height:0;
	line-height: 0.0em;
}

.floatLeft { float: left; }
.floatRight { float: right; }

.block {
	float:left;
	display:block;
	width: 130px;
}

.externerlink {
	background:url(../images/icon-external-link.gif) no-repeat 3px center;
	padding: 3px 10px 3px 20px;
}

.gototop {
	position:fixed;
	right:10px;
	bottom:10px;
	font-size:10px;
	text-decoration:none;
	background:url(../images/icon-top.png) no-repeat left center;
	padding: 0 0 0 15px;
	_display:none;
}

.highlight {
	font-weight:bold;
	color:#da002e;
}


/*							 => headlines 
---------------------------------------------------------------*/


h1 {
	color: #da002e;
	text-transform: uppercase;
	font: bold 27px/30px Arial, Helvetica, sans-serif;
}

h2 {
	color: #757575;
	margin-bottom: 25px;
	text-transform: uppercase;
	font: bold 18px/22px Arial, Helvetica, sans-serif;
}

h3 {
	color: #606060;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #da002e;
	font-size: 12px;
	font-weight: bold;
}

/*---------------------------------------------------------------------------
							 => container 
----------------------------------------------------------------------------*/  

div#container {
	width: 910px;
	position:relative;
	margin: 0 auto;
	text-align: left;
}

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

div#header {
	width: 910px;
	height: 402px;
	background: url(../images/bg-header.jpg) no-repeat; }

/*----------------------------- => branding --------------------------------*/ 

h1#branding { text-indent:-9999px; padding-top: 50px; width: 270px; height: 85px; }

h1#branding a {
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 270px;
	height: 85px;
	background: url(../images/h1-branding.jpg) no-repeat;
	
}
/*---------------------------------------------------------------------------
							 => contentContainer
----------------------------------------------------------------------------*/

div#contentContainer { width: 910px; background: url(../images/bg-content-container.jpg) repeat-y; padding-top: 45px; }

/*							 => contentMain
---------------------------------------------------------------*/
div#contentMain { 

	min-height:420px;                     				   /* sticky footer */
	height:auto !important;
	height:420px;
	width: 580px;
	float:left;
	padding-left: 45px;  
	}

/*							 => contentSidebar
---------------------------------------------------------------*/

div#contentSidebar {
	width: 246px;
	height: 310px;
	float:left;
	padding-left: 32px;
	margin-top: 28px;
}

div#contentSidebar strong { padding-left: 20px; font-weight: lighter;}

.iconKontakt {background: url(../images/icon-kontakt.jpg) no-repeat 0 3px; }
.iconFax { background: url(../images/icon-fax.jpg) no-repeat 0 3px;}
.iconMail { background: url(../images/icon-mail.jpg) no-repeat 0 3px; text-decoration: none; }

/*---------------------------------------------------------------------------
----------------------------- => navi ---------------------------------------
----------------------------------------------------------------------------*/ 

ul#navi {
	width: 233px;
	height: 260px;
	margin-top: 5px;
 }

ul#navi li {display: block; }

ul#navi li a { 
	text-indent: -9999px; 
	display: block; 
	width: 233px; 
	height:41px; 
}

ul#navi li.li-01 a:hover, ul#navi li.li-01 a.active { background: url(../images/bg-navi-hover.jpg) no-repeat 1px -1px; }
ul#navi li.li-02 a:hover, ul#navi li.li-02 a.active { background: url(../images/bg-navi-hover.jpg) no-repeat 1px -42px; }
ul#navi li.li-03 a:hover, ul#navi li.li-03 a.active { background: url(../images/bg-navi-hover.jpg) no-repeat 1px -83px; }
ul#navi li.li-04 a:hover, ul#navi li.li-04 a.active { background: url(../images/bg-navi-hover.jpg) no-repeat 1px -124px; }
ul#navi li.li-05 a:hover, ul#navi li.li-05 a.active { background: url(../images/bg-navi-hover.jpg) no-repeat 1px -165px; }
ul#navi li.li-06 a:hover, ul#navi li.li-06 a.active { background: url(../images/bg-navi-hover.jpg) no-repeat 1px -206px; }


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

ul#naviAdd { display:block; float: right; width: 248px; padding-right: 20px;  height: 15px; padding-top: 13px; }

ul#naviAdd li.kontakt {background: url(../images/li-kontakt.gif) no-repeat 0 3px; }
ul#naviAdd li.anfahrt { background: url(../images/li-anfahrt.gif) no-repeat 0 3px;}
ul#naviAdd li.impressum { background: url(../images/li-impressum.gif) no-repeat 0 3px;}

ul#naviAdd li a { text-decoration: none; float: left; color: #fff; padding:0 15px; }

ul#naviAdd li { display:block; float:left;}

ul#naviAdd li a:hover { text-decoration: underline;}
/*---------------------------------------------------------------------------
							 => footer
----------------------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

html, body, #container { height: 100%; }

body > #container {
	height: auto;
	min-height: 100%;
}

div#contentContainer { padding-bottom: 39px; } 

div#containerFooter {
	background: url(../images/bg-container-footer.jpg);
	position: relative;
	margin-top: -39px;  
	height: 39px;
	clear:both;
	width: 100%;
}

div#footer {

	position: relative;
	margin-top: -39px;  
	height: 39px;
	width: 910px;
	clear:both;
	margin: 0 auto;
}

/*---------------------------------------------------------------------------
							 => standarts
----------------------------------------------------------------------------*/ 

.image {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/progress.gif) no-repeat center center;
	margin: 0px 15px 10px 0;
	outline: none;
	float: left;
}

.image:hover, a:hover img.image {
	border: 1px solid #cc0000;
	padding: 2px;
}

.imageRight {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF url(../images/icon-progress.gif) no-repeat center center;
	margin: 0px 0px 0 10px;
	float: right;
}

/*							 => imprint
---------------------------------------------------------------*/


dl.imprintTypeOfBusiness, dl.imprintAddress {
	width: 100%;
	line-height: 18px;
	margin: 15px 0;
}

dl.imprintTypeOfBusiness dt, dl.imprintAddress dt {
	display: block;
	width: 150px;
	float:left;
}

dl.imprintTypeOfBusiness dd, dl.imprintAddress dd { clear:right; }

#btnImprint { display:none; }

p#dataPrivacy span {
	line-height: 20px;
	margin: 0 0 15px 0;
	display:block;
}

/*							 => list
---------------------------------------------------------------*/

div#contentMain ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

div#contentMain ul li {
	padding: 2px 0 2px 15px;
	background: url(../images/li.gif) no-repeat 0 9px;
	margin: 0 10px 0 0;
	line-height: 18px;
}

/*							 => player
---------------------------------------------------------------*/
#player {
	height:271px;
	width:440px;
	background:#ababab;
}

#getAdobeFlash {
	margin:0 auto;
	width:112px;
	padding-top:130px;
}

/*							 => clearfix
---------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* End hide from IE-mac */

