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

.vspacer{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	margin:0px;
	padding:0px;
}



body{
	background:url(../img/layout/fancy_deboss.png) repeat 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#675949;
}

h1{
	font-size:16px;
	color:#b1101e;
	margin-bottom:40px;
}

h2{
	font-size:13px;
	margin-bottom:10px;
	margin-top:10px;
	font-weight: bold;
	color:#ffffff;
	display:block;
	width:100%;
	padding:5px;
	border-radius:6px 0 0 0;
	background: -moz-linear-gradient(left,  rgba(109,0,25,0.9) 0%, rgba(109,0,25,0.9) 1%, rgba(143,2,34,0.83) 44%, rgba(169,3,41,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(109,0,25,0.9)), color-stop(1%,rgba(109,0,25,0.9)), color-stop(44%,rgba(143,2,34,0.83)), color-stop(100%,rgba(169,3,41,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(109,0,25,0.9) 0%,rgba(109,0,25,0.9) 1%,rgba(143,2,34,0.83) 44%,rgba(169,3,41,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(109,0,25,0.9) 0%,rgba(109,0,25,0.9) 1%,rgba(143,2,34,0.83) 44%,rgba(169,3,41,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(109,0,25,0.9) 0%,rgba(109,0,25,0.9) 1%,rgba(143,2,34,0.83) 44%,rgba(169,3,41,0.75) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(109,0,25,0.9) 0%,rgba(109,0,25,0.9) 1%,rgba(143,2,34,0.83) 44%,rgba(169,3,41,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e66d0019', endColorstr='#bfa90329',GradientType=1 ); /* IE6-9 */

}

h2.balken{
	font-size:13px;
	margin-bottom:10px;
	margin-top:10px;
	font-weight: bold;
	color:#ffffff;
	display:block;
	width:100%;
	padding:5px;
	border-radius:6px 0 0 0;
	background: -moz-linear-gradient(left,  rgba(255,108,36,0.9) 0%, rgba(255,108,36,0.83) 44%, rgba(255,108,36,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,108,36,0.9)), color-stop(44%,rgba(255,108,36,0.83)), color-stop(100%,rgba(255,108,36,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,108,36,0.9) 0%,rgba(255,108,36,0.83) 44%,rgba(255,108,36,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,108,36,0.9) 0%,rgba(255,108,36,0.83) 44%,rgba(255,108,36,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,108,36,0.9) 0%,rgba(255,108,36,0.83) 44%,rgba(255,108,36,0.75) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,108,36,0.9) 0%,rgba(255,108,36,0.83) 44%,rgba(255,108,36,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff6c24', endColorstr='#bfff6c24',GradientType=1 ); /* IE6-9 */

}

h3{
	font-size:16px;
	color:#434B6E;
	margin-bottom:10px;
}

h4{
  font-size:14px;
  margin-bottom:5px;
  font-weight: bolder;
}

p{
	margin-bottom:20px;
	line-height:20px;
}

a{
	text-decoration:none;
	color:#b1101e;
}

a:hover{
	color:#ff6c24;
}

#container{
	width:980px;
	min-height:768px;
	margin:0px auto;
	position:relative;
}


.text{
	float:left;
	width:600px;
	padding-right:40px;
}

.blau{
    color:#434B6E;
    font-size:14px;
}

img.haende{
	border:solid 5px #e0d3a1;
	border-radius:3px;
}

#content{
	    background: url("../img/layout/content.png") repeat-y scroll 0 0 transparent;
	    float: left;
	    margin-left: 12px;
	    min-height: 600px;
	    padding-left: 33px;
	    width: 930px;
	    padding-top:35px;
	    margin-bottom:0;
}

#content ul{
	margin-bottom:30px;
}

img.bpa{
	margin-left:10px;
}

#content ul li {
	line-height:20px;
	margin-left:50px;
}

h1.zwei{
	margin-top:60px;
}

#logo{
	background: url("../img/layout/logo.png") no-repeat scroll 0 0 transparent;
	float: right;
	height: 309px;
	width: 328px;
}

.zentriert{
  text-align:center;
}

.logo_go{
	width:100%;
	height:100%;
	display:block;
}
.impressum{
	float: right;
    margin-right: 20px;
    padding-top: 50px;
    color:#e0d3a1;
}

.datenschutz{
	float: right;
    margin-right: 20px;
    padding-top: 50px;
    color:#e0d3a1;
}

#footer a{
	color:#e0d3a1;
}

.impressum a:hover{
	color:#ff6c24;
	text-decoration:underline;
	
} 

.datenschutz a:hover{
	color:#ff6c24;
	text-decoration:underline;
	
} 

.googleplus{
        float: left;
    margin-left: 20px;
    margin-top: 18px;
}

.speisekarte{
  width:420px;
  float:left;
  text-align:center;
}

.menu_archiv{
  float:right;
  width:132px;
  padding:20px;
  background-color:#e3e0dd;
}

.speisekarte_link{
  font-weight:bolder;
  color:#434B6E;
  font-size:16px;
  margin-top:20px;
  margin-bottom:20px;
}

.hervorheben{
	color:#434B6E;
}

.achtung{
	color:#FF0000;
}

.arrow{
  background:url(/img/layout/arrow_right.png) no-repeat;
  width:16px;
  height:16px;
  float:left;
  margin-right:10px;
  margin-top:2px;
}

.archiv{
  color:#434B6E;
  font-weight:bold;
  font-size:16px;
}

#footer-left{
	background:url(../img/layout/footer-left.png) 0 0 no-repeat;
	height:120px;
	width:13px;
	float:left;
	margin-left:2px;
}

#footer-right{
	background:url(../img/layout/footer-right.png) 0 0 no-repeat;
	height:120px;
	width:12px;
	float:left;
}

#footer{
	background:url(../img/layout/footer.png) 0 0 repeat-x;
	font-size:11px;
	width:953px;
	float:left;
	height:120px;
	color:#ffffff;
}

.footer_content{
	padding-bottom:15px;
}

.adresse{
    float: left;
    margin-right: 100px;
    padding-left: 50px;
    padding-top: 50px;
}

.adresse a:hover{
	color:#434B6E;
	text-decoration:underline;
	margin-top:50px;
} 

#bar{
	background:url(/img/layout/bar.jpg) no-repeat 0 0;
	float:left;
	width:216px;
	height:390px;
	margin-left:27px;
}

.menu{
	background:url(/img/layout/menu.jpg) no-repeat bottom center;
	width:140px;
	height:113px;
	margin-top:40px;
	margin-left:40px;
}

.menu a{
	display:block;
	width:140px;
	height:113px;
	margin-top:40px;
	margin-left:40px;
}

.menu a:hover{
	background:url(/img/layout/menu.jpg) no-repeat top center;
	width:140px;
	height:113px;
	margin-top:40px;
	margin-left:0;
}

 a:hover{
	color:#ff6c24;
}


.text_kontakt a:hover{
	color:#434B6E;
	text-decoration:underline;
	float:left;
	width:500px;
}

.linie{
	background:url(/img/layout/linie.jpg) repeat-x 0 0;
	width:140px;
	height:2px;
	margin-top:20px;
	margin-left:38px;
	float:left;
}

.linie_archiv{
  background:url(/img/layout/linie.jpg) repeat-x 0 0;
  width:130px;
  height:2px;
  margin-top:5px;
  margin-bottom:15px;
}
.linie_news{
	background:url(/img/layout/linie.jpg) repeat-x 0 0;
	width:400px;
	height:2px;
	margin-top:20px;
	margin-bottom:20px;
}

.linie_footer{
	background:url(/img/layout/linie.jpg) repeat-x 0 0;
	height:2px;
	margin-bottom:1px;
	margin-top:50px;

}


.daten{
	width:500px;
	float:left;
}

.news{
	padding: 40px 36px 0;
	min-height:163px;
}

.news_headline{
	font-weight:bold;
	font-size:18px;
}

#bar a:hover{
	color: #434b6e;
	text-decoration:underline;
}

.image{
	float:left;
	width:201px;
}

#header {
    width:980px;
    position: relative;
    height:350px;
}

/*---------------------- navigation ---------------------*/

#navigation {
    background:url(../img/layout/navi.png) 0 0 repeat-x;
    height:42px;
    width:939px;
    position: relative;
    float:left;
    }

#navigation ul{
	list-style-type:none;
}

#navigation ul li {
	float:left;
	font-weight:bold;
	padding: 12px 25px;
}

#navigation ul li a{
	font-size:13px;
	text-decoration:none;
	color:#b1101e;
	
}

/*#navigation ul li a:hover{
	padding-top:2px;
	border-top: 2px solid;
	padding-bottom:2px;
	border-bottom: 2px solid;
}*/

#navigation ul li a:hover{
	color:#ff6c24;
}

#navigation ul li.on a{
	color:#ff6c24;
}

#navi-left{
	background:url(../img/layout/navi-left.png);
	height:42px;
	width:20px;
	float:left;
	position:relative;
}

#navi-right{
	background:url(../img/layout/navi-right.png);
	height:42px;
	width:20px;
	float:left;
	position:relative;
}

/*---------------- formular -----------------*/

form{
	width:300px;
	float:left;
}

dl{
	width:300px;
	float:left;
}

dt{
	float:left;
	width:120px;
}

dt,dd{
	margin-bottom:10px;
}

input, textarea, select {
    border: 1px solid #ff6c24;
	border-radius: 3px;
    color: #675949;
}

select{
    height: 20px;
    width: 60px;
}

input#plz{
	width:40px;
	margin-right:5px;
}

input#ort{
	width:89px;
}

input#strasse{
	width:99px;
	margin-right:5px;
}

input#nummer{
	width:30px;
}

#send{
    height: 25px;
    padding-bottom: 1px;
    width: 75px;
	cursor: pointer;
}

textarea{
	width:256px;
	height: 151px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}


ul.error-messages{
	list-style:none;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
	padding-bottom:20px;
	margin-bottom:0;
}

.error{
	color:red;
}
/*--------------- slideshow -------------*/

#slideshow {
    float:left;
    position: relative;
    
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/*--------------- google ---------------*/

.google{
	float:left;
	
}

.google a{
	  background: url("../img/map.jpg") no-repeat scroll left top transparent;
    border: 1px solid #ff6c24;
    display: block;
    height: 258px;
    width: 323px;
	border-radius: 3px 3px 3px 3px;
}

.google a:hover{
	background: url("../img/map.jpg") no-repeat scroll left bottom transparent;
    border: 1px solid #b1101e;
}
