@charset "utf-8";

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

/*---------------------------------------------------------------------------
							 => global tags 
----------------------------------------------------------------------------*/ 
* {
	padding:0;
	margin:0;
}

body {
	color: #5b5b5a;
	vertical-align:baseline;
	text-align: left;
	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 { outline:none; }

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

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

::-moz-selection { 
background-color: #ab0000; 
color: #fff; 
}


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

img, img a { border: none; }

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #ccc;
	margin:1em 0;
}

/* //////	=> noscript	////// */

noscript p {
	position:absolute;
	width:100%;
	height:25px;
	line-height:25px;
	top:0;
	left:0;
	font-size:11px;
	color:#666;
	text-indent:25px;
	border-bottom:solid 1px #999;
	z-index:99;
   text-align:center;
   background:#fff;
}

noscript strong {
	padding-left:20px;
	
   font-weight:bold;
}





	



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

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

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

.hide { display: none; text-indent: -9999px;}

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

.blockMini {
	float:left;
	display:block;
	width: 23px;
	font-size: 13px;
}


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

form.externalLink {
	background:none!important;
	padding: 3px 10px 3px 20px;
}


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

.pdf {
	background: url(../images/icons/icon-pdf.gif) no-repeat left center ; 
	padding: 0 15px 0 60px;
	width: 80%;
	display: block;
	height: 25px;
}

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


div#contentMain h2 {
	color: #ab0000;
	margin-bottom: 20px;
	font: lighter 18px/22px "Trebuchet MS", verdana, sans-serif;
}

/*.cufon-active div#contentMain h2  { 
	font: lighter 26px/30px "Trebuchet MS", verdana, sans-serif;
	margin-bottom: 20px;
}*/

div#contentMain h3 {
	color: #5b5b5a;
	padding-bottom: 12px;
	font: lighter 16px/22px "Trebuchet MS", verdana, sans-serif;
}

/*.cufon-active div#contentMain h3  { 
	font: lighter 20px/24px "Trebuchet MS", verdana, sans-serif;
}*/

div#contentMain h4 {
	color: #333;
	padding-bottom: 12px;
	font: lighter 16px/22px "Trebuchet MS", verdana, sans-serif;
}

/*.cufon-active div#contentMain h4  { 
	font: lighter 16px/20px "Trebuchet MS", verdana, sans-serif;
}*/




/*/////////////Datenschutzerklärung//////////////////*/
div#datenschutzueberschriften h1{
	font-size: 32px; 
}

div#datenschutzueberschriften h2{
	font-size: 28px; 
	
}

div#datenschutzueberschriften h3{
	font-size: 24px; 
	color: #333;
	font: lighter 16px/22px "Trebuchet MS", verdana, sans-serif;
}

div#datenschutzueberschriften h4{
	font-size: 22px; 
	color: #5b5b5a;
	font: lighter 16px/22px "Trebuchet MS", verdana, sans-serif;
	
}

div#datenschutzueberschriften h5{
	font-size: 18px; 
	font: lighter 18px/22px "Trebuchet MS", verdana, sans-serif;
	color: #ab0000;
	margin-bottom: 20px;
}
div#datenschutzueberschriften h6{
	font-size: 16px; 
	color: #333;
	font: lighter 16px/22px "Trebuchet MS", verdana, sans-serif;
}

div#datenschutzueberschriften p{
	font-size: 12px; 
}

#datenschutzueberschriften{
	padding: 0 10px ;
}

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

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


div#contentContainer { width: 990px;}

/*							 => contentMain
---------------------------------------------------------------*/
div#contentMain {
	float:left;
	width: 515px;
	padding: 0 0 25px 22px;
}

/*							 => acc
---------------------------------------------------------------*/

.accordion {
	padding: 0 0 25px 0;}

.category {
	cursor:pointer;
	width: auto;
	margin: 2px 0;
	border-bottom: 1px #ccc dotted;
	padding: 2px 0 2px 25px;
	background:url(../images/li.gif) no-repeat 0 9px;
}

.accordion-element {
	padding:21px 20px 5px 25px;
	margin-bottom: 15px;
}

h3.cmsh3.category.active  {
	color: #333!important;}


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

div#contentSidebar {
	float:left;
	width: 441px;
	padding: 0 0 50px 0;
	height: 407px;
	background:url(../images/bg-contentsidebar.jpg) no-repeat 0px 0;
}

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

div#header {
	width: 990px;
	height: 334px;
	line-height: 18px;
	background: url(../images/bg-header.jpg) no-repeat;
}

div#openingTimes01 {
	position:absolute;
	width: 190px;
	height: 50px;
	font-size: 11px;
	display:block;
	left: 520px;
	top: 59px;
}

div#openingTimes02 {
	position:absolute;
	width: 190px;
	height: 50px;
	font-size: 11px;
	display:block;
	left: 739px;
	top: 60px;
}


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

h1#branding { text-indent:-9999px; padding: 54px 0 0 135px;}

h1#branding a {
	display: block;
	text-indent: -9999px;
	width: 267px;
	background:url(../images/branding.jpg) no-repeat;
	height: 60px;
	outline: none;
}

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

ul#navi {
	height: 140px;
   width: 550px;
	float:right;
	padding:80px 0 0 0;
}

ul#navi li { width: 230px; height: 60px; padding: 0 13px 43px 23px; float:left; margin-right: 3px; font-size: 11px;}

ul#navi li a { color: #454545; text-decoration: none; font-size: 11px; padding-bottom: 25px;}
ul#navi li a span.headline { font-size: 18px; clear: both; display:block; padding-bottom: 8px; color:#aa0000;}

ul#navi li a:hover, ul#navi li.active a { color: #aa0000;  }

/*							 => naviAdd
---------------------------------------------------------------*/
ul#naviAdd {
	width: 460px;
	float:right;
	padding-right: 10px;}

ul#naviAdd li {
	float:right;
	padding: 0 10px;
	border-left: 1px solid #999;
}

ul#naviAdd li a { color: #5b5b5a; text-decoration: none; }

ul#naviAdd li a:hover, ul#naviAdd li.active a { color: #aa0000;}

/*---------------------------------------------------------------------------
							 => footer
----------------------------------------------------------------------------*/

div#containerFooter {
	background: url(../images/bg-footer.gif) repeat-x;
	position: relative;
	height: 42px;
	clear:both;
	width: 100%;
}

div#footer {
	position: relative;
	margin-top: -42px;  
	height:33px;
	width: 914px;
	padding: 13px 0 0 80px;
	clear:both;
	margin: 0 auto;
}

div#footer p { 
	float:left;
	padding: 0 10px;
	border-right: 1px solid #999;}
	
div#footer p.last, ul#naviAdd li.last { border-left:0px!important; border-right: 0px!important;}

/*							 => 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 8px;
	width: 190px;
	float: left;
	margin: 0 44px 0 0;
	line-height: 22px;
	border-bottom: 1px dotted #ccc;
}

.datenschutzerklaerung-content ul li {
	width: 100% !important;
}

.datenschutzerklaerung-content ul li:last-child {
	margin: 0 0 15px 0px !important;
 }
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/*							 => definitonlist address
---------------------------------------------------------------*/

dl.address dt {
	display:block;
   width:50%;
   float:left;
}

/*							 => definitonlist address
---------------------------------------------------------------*/

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

dl.imprintTypeOfBusiness dt, dl.imprintAddress dt {
    display: block;
    float: left;
    font-weight: bold;
    width: 220px;}

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

#btnImprint { display:none; }

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

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

div#euroweb {
	display:block;
	width: 500px!important;
	padding: 10px 0!important;}

div#euroweb a{
	background:none!important;
	float:left!important;
	width: 160px;}


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

.image {
	padding: 4px;
	border: 1px solid #e0e4e7;
	
	margin: 3px 15px 10px 0;
	outline: none;
	float: left;
	-moz-border-radius:5px;
	box-shadow: 2px 2px 6px #e0e4e7;
	-moz-box-shadow: 2px 2px 6px #e0e4e7;
	-webkit-box-shadow: 2px 2px 6px #e0e4e7;
}

a.cboxElement {
	background:none!important; 				/* if using link bg */
	padding: 0px!important;}

.image:hover, a:hover img.image {
	padding: 4px;
	border: 1px solid #c6c9cc;
	-moz-border-radius:5px;
}

.imageNoHover {
	border: 1px solid #e0e4e7;
	background:#FFF url(../images/icon-progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
	float: left;
}

/*							 => GoogleMap
---------------------------------------------------------------*/

.map {
	border: 1px solid #333;
	margin: 10px 0;
	outline: none;
	float: left;
}

/*							 => scrollToTop
---------------------------------------------------------------*/

a.scrollToTop {
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	font-size:18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;	
	padding:5px 5px 5px 26px;
	

}

#mobile-link {
	background: #fde5ac;
	clear: both;
	display:none;
	position: relative;
	z-index: 10;
}

#mobile-link .btn-mobile {
	background:url(../images/mobile/icon-mobile.png) no-repeat 5% center;
	font: bold 16px/normal Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	padding: 50px 10px;
}

.routePlan{
	margin-bottom: 20px;
}


	

