﻿@charset "utf-8";

/* Author: Dennis Schmerbeck */
/* Company: Euroweb Internet GmbH */
/* Copyright: 2009 - Dennis Schmerbeck & Euroweb Internet GmbH */


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

* {
	padding:0;
	margin:0;
}

html { background: url(../images/bg-html.jpg) repeat-y center top;}


body {
	color:#5b5c62;
	vertical-align:baseline;
	text-align:center;
	font:12px/20px Arial, Helvetica, sans-serif;
}
 html[xmlns^="http"] {
 overflow-y:scroll;
}

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

a,
.escape span {
	text-decoration:none;
	color:#8f0711; /*white-space:nowrap;*/
}

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

a {
	outline:none; /* disable dotted active-link borders */
}

p {
	margin:0 0 20px 0;
	padding-right:0px;
}

img,
img a {
	border:none;
}

/*==================================================
    => global classes / ID's
==================================================*/
.hr {
	height:20px;
	background:url(../images/p-hr.jpg) repeat-x top;
	margin:20px 0 0 0;
}

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

.highlight {
	font-weight:bold;
	background:#fafafa url(../images/icon-get-more.png) no-repeat 3px center;
	border-bottom:solid 1px #e5e4e1;
	border-top:solid 1px #e5e4e1;
	padding:0 0 0 20px;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.externerLink {
	background:url(../images/icon-external-link.gif) no-repeat right center;
	padding:0px 20px 0px 0px;
}

.error404 li {
	background:url(../images/icon-get-more.png) 5px 8px no-repeat;
	padding-left:20px;
	line-height:28px;
}

#buttonImprint {
	display:none;
}

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

div.container {
	width:870px;
	margin:0 auto;
	position:relative;
	text-align:left;
	z-index:2;
}

div#top,
div#center,
div#bottom {
	position:relative;
	text-align:left;
}

div#top {
	background:url(../images/bg-top.jpg) center top no-repeat;
	z-index:2;
}

div#center {
	background:url(../images/bg-center.jpg) center top repeat-y;
	z-index:1;
}

div#bottom {
	background:url(../images/bg-bottom.jpg) center top repeat-y;
}

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

div#header {
	width:870px;
	height:260px;
	z-index:20;
	position:relative;
}

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

h1#branding {
	display:block;
	text-indent:-9999px;
	background:url(../images/bg-logo.jpg) 0 55px no-repeat;
	width:420px;
	height:150px;
	padding:55px 0 0 0;
	float:left;
}

h1#branding a {
	display:block;
	width:420px;
	height:150px;
}

div#slideshow {
	background:url(../images/bg-slideshow.jpg) no-repeat;
	width:390px;
	height:264px;
	position:absolute;
	top:32px;
	left:480px;
	z-index:3;
	overflow:hidden;
}

/*------------------ =claim  ---------------------*/

p#claim {
}

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

div#center h2 {
	color:#171f65;
	height:50px;
	font:28px/31px Arial, Helvetica, sans-serif;
}

div#center h3 {
	color:#171f65;
	font: 20px/20px Arial, Helvetica, sans-serif;
}

div#center h4 {
	color:#171f65;
	font: 16px/24px Arial, Helvetica, sans-serif;
}

/*------------------ =content-main  ---------------*/

div#contentMain {
	width:870px;
	padding-top:42px;
	padding-bottom:35px;
}

/*------------------ =content-column  -------------*/

div.contentColumn01 {
	width:415px;
	float:left;
}

div.contentColumn02 {
	width:420px;
	float:right;
}

div.contentColumn03 {
	width:275px;
	float:left;
}
div.contentColumn04 {
	width:250px;
	float:left;
}
div.contentColumn05 {
	width:250px;
	float:right;
	margin-right:135px;
	margin-top:8px;
}
/*==================================================
    => image  
==================================================*/

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


.image-2 {
	border: 1px solid #acacb0;
	padding: 2px;
	background:#FFF url(../images/icon-progress.gif) no-repeat center center;
	margin: 4px 4px 0 0;
}

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

dl.imprintBusiness,
dl.imprintAddress {
}

dl.imprintBusiness dt,
dl.imprintAddress dt {
	display:block;
	width:50%;
	float:left;
}

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

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

ul#navi li a:hover {
}

ul#kontaktdaten {
	float:left;
}

ul#kontaktdaten li {
	padding-left:36px;
	float:left;
	
}

ul#kontaktdaten li a,
ul#kontaktdaten li a span {
	text-decoration:none;
	color:#5b5c62;
}
ul#kontaktdaten li a:hover,
ul#kontaktdaten li a:hover span { color:#8f0711;}

/*------------------ =navi-add  -----*/

ul#naviAdd,
ul#naviAddEn
 {
border-bottom:1px dashed #CACBD5;
height:25px;
padding-top:66px;
width:870px;
z-index:3;
}

ul#naviAdd li {
	float:left;
	padding-left:4.5%;
}

ul#naviAddEn li {
	float:left;
	padding-left:5.5%;
}

ul#naviAdd li a,
ul#naviAddEn li a  {
 font-size:16px; color:#171f65;
}

ul#naviAdd li a:hover,
ul#naviAddEn li a:hover {
color:#8f0711;
text-decoration:none;
}

/*------------------ =navi-lang  --------*/

ul#naviLang {
	width:55px;
	height:11px;
	position:absolute;
	background: url(../images/bg-language.jpg) no-repeat;
	top:25px;
	left:791px;
	text-indent:-9999px;
	z-index:4;
}

ul#naviLang li { float:left; width:16px;}
ul#naviLang li.abstand { padding-right:23px;}
ul#naviLang li a { display:block;width:16;height:11px;}

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


/*------------------ =footer-container  --------*/

div#bottom {
}

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

div#footer {
	background:url(../images/bg-footer.jpg) center top;
	height:147px;
}

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

/*------------------ =list  --------*/
ul.list {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.list li {
	padding: 5px 0 5px 25px;
	border-bottom: dashed 1px #ccc;
	margin: 0 10px 0 0;
	line-height: 18px;
	list-style:none;
	_height: 20px;
}

ul.list li:hover {
}


div.kontaktNavi { width:870px; 	background:url(../images/bg-kontaktdaten.jpg) 0 7px no-repeat; font-size:11px; border-top:1px dashed #CACBD5; padding-top:5px; padding-bottom:35px;}








#acc,
#acc2, { 
	 margin:0 auto 40px}
#acc img,
#acc2 img { cursor:pointer; height:124px; width:416px; overflow:hidden;}
#acc .acc-section,
#acc2 .acc-section {overflow:hidden; }
#acc .acc-content,
#acc2 .acc-content {padding:17px; margin-left:0px; width:384px;  font-family:Georgia, "Times New Roman", Times, serif;}

.acc li {border-left:solid thin #acacb0;border-right:solid thin #acacb0;padding-bottom:15px;background:#e8e8e8 url(../images/presse/unten.jpg) bottom left no-repeat;width:416px; margin-top:10px; margin-bottom:30px;}
.acc-section {}
.trenner { border-left:1px dashed #CACBD5;}
.speisekarte {
	margin-left:270px; 
	margin-top:-130px; 
	width:415px
}

.speisekarte2 {
	margin-left:270px; 
	margin-top:-110px; 
	width:415px
}



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

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

* html .clearfix {
	height:1%;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

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