@charset "utf-8";
/* CSS Document */

* { margin: 0; padding:0; }

.resButton {
	background-color:transparent;
	border:3px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:16px 31px;
	text-decoration:none;
}
.resButton:hover {
	background-color:transparent;
}
.resButton:active {
	position:relative;
	top:1px;
}

html , body { height:100%; margin: 0; padding:0; }

html { width: 100%; border:none; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* background-image: url(../images/Ziegelmuster.png);*/ 
	background-image:url(inhalt_bg.png);
}

#Seite {
	width: 800px;
	height: 100%;
	min-height:100%;
	margin: 0 auto 0 auto;
}

body>#Seite { height:auto; }

#Seite #Kopfzeile {
	padding-top: 5px;
	width: 100%;
	height:175px;
}

#Seite #Kopfzeile #logo {
	float: left;
	margin: 0 auto auto 0 ;
}

#Seite #Kopfzeile #restaurant {
	float:left;
	width: auto;
	text-align: center;
}

#Seite #Kopfzeile #logo_rechts {
	float: right;
	margin: 0 0 auto auto;
}

#menuLeiste {
	padding-top: 5px;
	width:786px;
	clear:both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#inhalt {
	clear:both ;
	width: 100%;
}

#startSeiteInhalt {
	width:100%;
	height:600px;
	background-image:url(../images/100_0997.jpg);
}

#NeueInhalt {
	margin: 0 auto 0 auto;
	padding: 0;
	width:800px; 
	height:600px; 
	background-image:url(../images/100_0997.jpg);
}

#willkommenText { 
	padding: 0; 
	width: 700px;
	margin: 0 auto 0 auto;
}

#Index_werbung {
	width: 650px;
	margin: 100px auto 0 auto;
	border: 2px black solid;
	}

#werbung #title {
	text-align: center;
	font-style:italic;
}

#werbung #werbeText {
	padding: 10px 0 10px 10px;
}

p.werbung { color: #FF0000 ; }

p.index { font-size:1.2em; padding-top: 1em;}

#Seite #letzter { padding-bottom:51px;}
#footer {
	position:relative;
	margin: -50px auto 0 auto;
	width:800px;
	height: 50px;
	border:1px black solid;
	}

#AnfahrtBild {
	float:left;
	margin-left: 100px;
	width:300px;
	height:320px;
	}
	
#AnfahrtText {
	font-size: 1.2em;
	margin-left: 3em;
	}

h1.Werbungtitle {
	font-size: 1.6em;
	font-style:italic;
}

ul.admin_navi li {
	line-height: 24px;
	list-style-type: none;
}

#Admin-Menu {
	float:left;
	width: 8em; 
}

#AdminInhalt {
	width: 680px;
	float:left;
	padding-left: 20px;
}

table.links {
	opacity:1;
	margin-top: 20px;
	width: 600px;
	border: 1px #FFF solid;
}

table.links td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

p.oeffnungszeiten {
	font-size: 24px;
	text-align:center;
	padding-top: 15px;
}
