@charset "utf-8";

/* Company: Euroweb Internet GmbH */

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

* {
   padding:0;
   margin:0;
}

body {
   color:#FFFFFF;
   vertical-align:baseline;
   text-align: center;
   font: 14px Tahoma, Helvetica, sans-serif;
   background:#fffcd3 url(../images/bg-body.gif) center 0 repeat-x;
}

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

a:link,
a:visited {
   color: #FFFFFF;
   text-decoration: underline;
	outline:none;
	font-weight:bold;
}

a:hover {
   color: #000;
   text-decoration: none;
	outline:none;
}

a:active {
   color: #000;
   text-decoration: none;
}


p {
   margin: 0 0 16px 0px;
}


.trenn {
   padding:0 0 0 0;
   margin-bottom:20px;
	margin-top: 30px;
   border-bottom:#800D30 1px solid;
   clear:left;
   height:1px;
   width:452px;
}

* html .trenn { /*IE6 Hack*/
   margin-top:-25px; 
}

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

.clear {
   clear:left;
   float:none;
}

.floatLeft {
   float: left;
}

.floatRight {
   float: right;
}

.noMarginRight {
   margin-right: 0;
}


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

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

.puppe {
	position: absolute;
	left: 0px;
	bottom: 0px;
}


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

div#header {
   height: 421px;
   background: url(../images/bg-header.jpg) no-repeat 0 0;
   position:relative;
}

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

h1#branding a {
	display:block;
	width:282px;
	height:75px;
	position:absolute;
	top:48px;
	left:472px;
	text-indent:-9999px;
	outline:none;
	border:none !important;
	z-index: 2;
}


/*==================================================
    => contentContainer  
==================================================*/
div#contentContainer {
   height:100% !important;
   padding:0 0 0;
   width:980px;
	background:url(../images/bg-container.gif) repeat-y;
}

/*------------------ =contentMain  ---------------*/

div#contentMain {
   float:left;
   width: 452px;
   padding: 34px 10px 25px 34px;
   text-align:left;
   font-size:1em;
   line-height:23px;
   height:auto !important;
   min-height:580px;
   height:580px;
	background-position:top;
}

#bildbox {
	background: url(../images/bg-bildbox.gif);
	height: 316px;
}

.galerie {
	height: 61px;
	width: 133px;
	margin-left: 329px; 
	display:block;
   outline:none;
   text-decoration: none;
   text-indent: -999em;
	margin-top:-28px;
}

.galerie:hover {
	background: url(../images/bg-galerieHover.gif); 
}

/*------------------ =headlines  ---------------*/
h2.home {
	background: url(../images/headlines/home.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.fehler {
	background: url(../images/headlines/fehler.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.anfahrt {
	background: url(../images/headlines/anfahrt.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.impressum {
	background: url(../images/headlines/impressum.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.reservierungen {
	background: url(../images/headlines/reservierung.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.wochenkarte {
	background: url(../images/headlines/wochenkarte.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.galerieHead {
	background: url(../images/headlines/galerie.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.links {
	background: url(../images/headlines/links.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}


h2.about {
	background: url(../images/headlines/about.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}


h2.veranstaltung {
	background: url(../images/headlines/veranstaltungen.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}

h2.termine {
	background: url(../images/headlines/termine.gif) no-repeat 0 0;
	text-indent:-999em;
	height:55px;
	margin-bottom:55px;
}


div#contentMain h3 {
   font-size:19px;
   color:#800D30;
   margin-bottom:12px;
	font-weight:lighter;
}

/* =image */

.image {
   border: 1px solid #AC093B;
   padding: 2px;
   margin: 0px 10px 10px 0;
   cursor: url(../images/icon-zoomin.cur), pointer;
   outline: none;
}

html>image {
   margin: 0px 10px 5px 0;
}

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

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

div#contentSidebar {
	position:relative;
   float:left;
   width: 225px;
   height:auto !important;
   min-height:640px;
   height:640px;
	display: inline;
	font-size: 13px;
	line-height:20px;
	color: #0e0e0e;
	padding-left: 10px;
	padding-top: 10px;
}

div#contentSidebar h3 {
	color: #8abb00;
	font-size:14px;
}

div#contentSidebar a {
	color: #FFF;
	background: #8abb00;
}

div#contentSidebar a:hover {
	color: #FFF;
	background: #0f99c1;
}

/*==================================================
    => contentSidebar    2
==================================================*/

div#contentSidebar2 {
	position:relative;
   float:right;
   width: 220px;
   height:auto !important;
   min-height:650px;
   height:650px;
   display: inline;
	background:url(../images/bg-sidebar.gif);
	background-position:top;
	margin-right:10px;
}


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

ul#navi {
	position:absolute;
	top:387px;
	left:279px;
	width: 710px;
}

ul#navi li {
	float: left;
}

ul#navi li a {
   outline:none;
	margin-right: 30px;
	color: #FFF;
   text-decoration: none;
	border:none !important;
	font: 17px Graublau Web, Arial, Helvetica, sans-serif;
}

ul#navi li a:hover {
	color: #000;
}

ul#navi li a.abstand {
	margin-right: 40px; 
}

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

ul#naviAdd{
   width:142px;
   height:118px;
   position:absolute;
   top:0;
   left:4px;
}

ul#naviAdd li a {
   width:142px;
   display:block;
   outline:none;
   text-decoration: none;
   text-indent: -999em;
	border:none !important;
}

ul#naviAdd li a.home {
   height:118px;
}

ul#naviAdd li a:hover {
   background:url(../images/bg-naviAddHover.gif) no-repeat 0 0;
	border:none !important;
}



/*==================================================
    => naviAdd  2 
==================================================*/

ul#naviAdd2{
   width:240px;
   height:50px;
   position:absolute;
   top:67px;
   left:736px;
}

#naviAdd2 li {
	float:left;
}

ul#naviAdd2 li a {
   height:50px;
   display:block;
   outline:none;
   text-decoration: none;
	float:left;
   text-indent: -999em;
	border:none !important;
}

ul#naviAdd2 li a.kontakt {
	width: 74px;
}

ul#naviAdd2 li a.anfahrt {
	width: 69px;
}

ul#naviAdd2 li a.impressum {
	width: 97px;
}

ul#naviAdd2 li a:hover {
   background:url(../images/bg-naviAdd2Hover.gif) no-repeat 0 0;
	border:none !important;
}


ul#naviAdd2 li a.anfahrt:hover {
   background-position: -74px 0px;
}

ul#naviAdd2 li a.impressum:hover {
   background-position: -143px 0px;
}

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

div#footer {
   height: 167px;
   margin:0 auto 0px;
   width:100%;
}

div#footerContent {
   position:relative;
   margin:0 auto;
   width:939px;
   height:98px;
	padding-top: 69px;
	padding-left: 41px;
   background: url(../images/bg-footer.gif) no-repeat 0 0;
	text-align:left;
}

#footer a {
	font-weight: normal!important;
	text-decoration:none;
}

.top {
	font-size: 17px;
	float:left;
}

div#footerContent ul {
	float:left;
	margin-left: 130px;
	font-size:17px;
}

div#footerContent ul li {
	float: left;
	margin-left: 15px;
}


/*==================================================
    => slider   
==================================================*/


#slider {
	height: 165px;
	width: 289px;
	position:relative;
	top: 114px;
	left: 27px;
	overflow:hidden;
	z-index: 1;

}

#slider li { 
	position:relative;
	height: 165px;
	width: 289px;
	overflow:hidden; 
}
	
#nextBtn {
	display:block;
	width:45px;
	height:45px;
	position:relative;
	top:-27px;
	left:5px;
	z-index:1;
}

#prevBtn {
	display:block;
	width:45px;
	height:45px;
	position:relative;
	z-index:1;
	top:16px;
	left:300px;
}							
			
#nextBtn a, #slider1next a{  
	display:block;
	position:absolute;
	width:45px;
	height:45px;
	text-indent:-5000px;
	background:url(../images/slider/pfeil-links.png);
	border:none;
	outline:none;
}	
#prevBtn a, #slider1prev a{ 
	display:block;
	position:absolute;
	width:45px;
	height:45px;
	text-indent:-5000px;
	background:url(../images/slider/pfeil-rechts.png);
	border:none;
	outline:none;
}

#slider .slider-btn {
	position:absolute;
	top:272px;
	left:755px;
	background:url(../images/btn-slider-shop.gif) 0 0 no-repeat;
	width:145px;
	height:28px;
	text-indent:-5000px;
}


/*==================================================
    => googlemaps   
==================================================*/

iframe {
	border: 1px solid black;
	padding: 1px;
}

div#map a {
   background:transparent url(../images/bg-google-enlarge.gif) no-repeat scroll 0 0;
   display:block;
   height:33px;
   text-indent:-9999px;
   width:260px;
   margin:10px 0 5px 0;
	border: none;
	outline: none;
}

.iframemap {
   border:1px solid #dddbdb;
   padding:3px;
}

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

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

.clearfix {
   display: inline-block; /* for IE/Mac */
}

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

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



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


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

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

#datenschutz { display:block; }

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

