/*/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 /*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/*##### Individuelle Formatierungen ####*/
html {overflow-y: scroll;}

body {
	margin: 0 0 10px 0;  padding: 0 0 0 0;
    color: #fdf4e7;
	font-size: 12px;
	font-family: Verdana,  Arial,Univers;
	background-color:#393737;
	background-image:url(../1x1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:normal;
}
img{
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	
}
img a{border:0;}

.menu_bkgd{
	width:100%; 
	/*background-image:url(../images/menu_bkgd.jpg);
	background-position: left top;
	height:44px; position:absolute;*/
	top:211px; padding:0; margin:0;
}

h1, h1 a {
	
	font-size: 200%;
	font-weight: bold;
	margin: 0;
	padding:0 0 5px 0;
	text-decoration:none; 
}
h2, h2 a {
	
	font-size: 120%; 
	font-weight: bold;
	margin: 5px 0px 10px 0px;
     text-decoration:none;
	
}

h3 {
	
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
ul {padding:0 0 0 15px;  }

a  {color: #fdf4e7;}

/*img {border-radius:6px}*/
hr {color: #ccc; color: #fdf4e7;}
td {margin:0;padding:0;}

.pdb10{padding-bottom:10px;}
.pdt10{padding-top:10px;}
.pdt20{padding-top:20px;}

.lineR 
{
	padding:0;
	background-image:url(../images/lineR.jpg);
	width: 600px; height:2px;
	margin: 0 auto 0 auto;
}
.lineL 
{
	padding: 0;height:2px;
	background-image:url(../images/lineL.jpg);
	width: 600px;
	margin: 0 auto 0 auto;
}



.container {
	width: 989px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	padding: 0 40px 0 40px;
	background-image:url(../images/back_light.gif); background-repeat:repeat;
}

#container-bottom{
height:auto;text-align:center; padding: 10px 0 10px 0;
}
#bottom{
	background-image:url(../images/bottom.gif); background-position:left top;
	width: 985px; height:8px; margin-right:2px; margin-left:2px;
}

/* BANNER AREA incl. Nav*/
.bannerArea {
	height: auto;
	background-image:url(../images/back_light.gif); background-repeat:repeat;
	color: #000; font-size: 110%; 
	
}
.bannerArea a{color:#fff}
.bannerAreaBottom{
	border: 1px solid #CCC;margin-right:2px;margin-left:2px;
}

.topimg
{
	width: 989px;height: 170px;
	background-color:#ffffff;

}

.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	float: right;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
}

.bannernav a {
	color: white;
	text-decoration: none;
}
.bannernav a:visited {
	color: white;
}
.bannernav a:hover {
	color: #ECBB7B;
}

.toplogo {
	margin:0;
	padding-top: 5px;
}

.content {
	padding: 15px 0 10px 0;
	margin:  0 64px 0 62px;
	background-image:url(../images/back_dark.gif); 
	background-repeat:repeat;
	width: 866px;/*989px;*/ 
	font-size: 110%;
	
}
.content ul{
	list-style-type:square;
	padding:0 0 0 15px;
	margin:0;
	
}
.content ul li{line-height: 20px;}
.contentback{
	background-image: url(../images/content_bkgd.gif);
	background-repeat: repeat-x;
	padding: 0 0 0 5px;
}
.contenttext{

	text-align: left;
	padding: 0;
	background-image:url(../images/back_dark.gif); 
	background-repeat:repeat;
	margin:0 auto 0 auto;
	
}
/* TOP NAVIGATION */
#mainnav {
	width: 100%;
	height: 45px; 
	text-align: right;
	margin-top:1px;
	background-color:#03305c; 
	color: #fff;
	
	}
/* LEFT NAVIGATION */
.contentright{
	float:right;
	width: 0px;
	text-align:center;
	padding: 0 0 0 0;	
}

/* CONTENT AREA */

.inner{padding:0;margin:0;}
.col3{
	
	padding:0px;
	margin: 0px;
	
}
.col3left{
    width:200px; 
	float:left; 
	position:relative; 
	margin-left:0;
	margin-right:1px;
	}
.col3mid{
	position: relative;   top:0;
	margin: 0 auto 0 auto;
	width:580px;
	}
.col3right{
	width:200px; 
	float:right; 
	position:relative; 
	margin-right:0;; 
	margin-left:1px;
	}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	padding:10px 0 10px 0;
	color: #333;
/*	background-image:url(../images/menu_bkgd.gif);
	background-position:top;
	background-repeat:no-repeat;*/
    text-align:center; font-size:14px;
	line-height: 20px;
	font-weight:bold;
	}

.footerArea a{color: #333;}


.impressum {
	color: #a20032;
	text-align:center;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	width:100%;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
.impressum a{
	color: #a20032; text-decoration:none;
}
.impressum a:hover{
	color: #a20032; text-decoration:underline;
}
#container-bottom-orient{
	width: 100%;
    height: 300px;
 /*  border:1px solid red;*/
	background-image: url(../images/back_orient.png);
	background-repeat:repeat-x;background-position: center bottom;
	z-index: 1;
	margin-top: -250px;
}

.main01 {text-align:center;padding-left:18px;}
.main02 {text-align:center;}
.main03 {text-align:center;padding-right:18px;}

.img-border img{border: 1px solid #CCC; padding:5px 5px 5px 5px;margin: 1px;}
.clear {clear:both;}
.textbox520{width:520px; text-align:left; margin:15px auto 0 auto;}
.red {background-color:#990033; color: #fdf4e7;;padding:5px; border-radius:6px;}
.beigecontent {margin:10px;padding:5px; border-radius:6px; background-color:#fbe1c5; text-align:center; color:#333;}
.sidecontent {margin:10px;padding:5px; border-radius:6px; text-align:center; }

table.menue td strong{color:#990033;padding-bottom:3px;}
table.menue td {padding:5px 5px 30px 5px; background-image:url(../images/symbol30.png);background-position:bottom;background-repeat:no-repeat;}
.box{width:200px; text-align:center;padding:20px 0 0 0; ;height:200px;}
.floatL{float:left; margin-left:15px;width:200px;}
.floatR{float:right;margin-right:15px;width:200px;}
.mg50 {padding: 20px 100px 20px 100px;}
.mg30 {padding: 30px 10px 20px 10px;}
.speisekarte {margin: 0 auto 0 auto; width: 405px;}
.aleft{text-align:left;}
.acenter{text-align:center;}
.adr-bottom{display:block; visibility:hidden;height:0;}
@media only screen and (min-width: 700px) and (max-width: 1000px)  {
.container {
width: 100%;
padding: 0 10px 0 10px;
}
#bottom{
	max-width: 100%;
}
.content {
	padding: 5%;;
	margin: 0 0 0 0;
	width: 90%;/*989px;*/ 
	font-size: 110%;
	
}
.mg50 {padding: 20px 20px 20px 20px;}
.mg30 {padding: 20px 10px 20px 10px;}
/*.floatL{float:none;}
.floatR{float:none;}
.speisekarte {margin: 0 0 0 0; width:100%;}*/
}
@media only screen and (min-width: 0px) and (max-width: 699px) {
body {margin: 0px; line-height:inherit; font-size:100%;}
h1{font-size:150%;}
h2{font-size:120%;}
p {margin: 5px 0 2px;}
.container {
	width: 100%;
	padding: 0 0 0 0;
}
#bottom{
	max-width: 100%;
}

.bannerArea{
	height:auto;
	}
.content {
	padding: 5%;;
	margin: 0 0 0 0;
	width: 90%;
	font-size: 110%;
}
#container-bottom-orient
{
	background-image:none;
}
.mg50 {padding: 20px 10px 20px 10px;}
.mg30 {padding: 10px 5px 10px 5px;}
.floatL{float:none;width:100%;visibility:hidden;height:0;}
.floatR{float:none;width:100%;}
.speisekarte {float:none;margin: 0 0 0 0; width:100%;}
.box{width:100%; height:auto;padding:0;margin:10px auto 10px auto;}
img.logo {min-height:100px !important; width:auto !important;}
.impressum {padding:5%; width:90%;}
.small{font-size:18px;}
.adr-bottom{display:block; visibility:hidden;height:0;}
}