@charset "utf-8";

/* GLOBAL */

* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #691c00;
	height: 100%;
	color: #b95600;
	font-size: 12px;
}
h2 {
	font-size: 18px;	
}
h3 {
	font-size: 14px;
}
h2, h3 {
	color: #933d00;
	margin-bottom: 0.5em;
}
a {
	color: #ee7a34;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	line-height: 140%;
	margin-bottom: 10px;
}
#outer {
	margin: auto;
	width: 980px;
	position: relative;
	background: url("../gfx/background.gif");
}
.inner {
	margin: auto;
	width: 900px;
	position: relative;
}
#top {
	z-index: 20;
}	

/* FOOTER */

#footer {
	position: relative;
	margin: auto;
	width: 980px;
	height: 65px;
	background: url("../gfx/footer.gif");
	z-index: 1;
}
#footer #sitelinks {
	font-size: 11px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 50px;
	width: 880px;
}
#links, #gastello-logo, #impressum {
	position: relative;
	width: 33.3%;
	height: 100%;
	float: left;
}
#gastello-logo {
	text-align: center;
}
#links a, #impressum a {
	color: #933d00;
}
#copyright p {
	padding-top: 5px;
	padding-left: 10px;
}
#impressum {
	text-align: right;
}

/* MENU */

#menu {
	background: #fff6e2;
	border-top: 1px solid #ee7a34;
	border-bottom: 2px solid #ee7a34;
	width: 100%;
	height: 25px;
	list-style: none;
}
#menu a {
	color: #933d00;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 23px;
	padding-top: 2px;
}
#menu a:hover {
	background: #7f330e;
	color: #fff6e2;
}
#menu li {
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
}

/* MEDIA DIVS */

#canvas, #map {
	width: 900px;
	height: 300px;
	border-bottom: 2px solid #ee7a34;
	background: #691c00;
	position: relative;
}
#canvasLeft {
	float: left;
	width: 350px;
	height: 525px;
}
#slideshowControl {
	position: absolute;
	top: 387px;
	right: 0px;
}
#slideshowControl, #slideshowControl img, #slideshowControl a {
	width: 55px;
	height: 35px;
}
#slideshowControl a {
	display: block;
	background: url("../gfx/play-pause.png");
}
#slideshowControl a:hover {
	background: url("../gfx/play-pause_hover.png");
}

*html #slideshowControl a, *html #slideshowControl a:hover {
	background: url("../gfx/play-pause.gif");
}

/* CONTENT */

#content {
	background: #fde8bc;
	padding: 10px;
	padding-bottom: 25px;
}
#contentRight {
	float: right;
	width: 500px;
	padding: 20px;
}
#wochenkarteButton, #lageplanButton {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 10px;
}
#infotextLinks {
	float: left;
	width: 420px;
}
#infotextRechts {
	float: right;
	width: 450px;
}
#infotextRechts .intro {
	height: 170px;
	overflow: auto;
	margin-bottom: 0;
	padding-right: 5px;
}
#kontakt p {
	float: left;
	width: 200px;
	margin-bottom: 15px;
}
#kontakt .disclaimer {
	clear: both;
}
#kontakt .overflow {
	margin: 10px 5px 0px 0px;
	height: 110px;
	width: 100%;
	overflow: auto;
	font-size: 11px;
}

/* OVERLAYS */

.overlaybg {
	background: #270a00;
}
.overlay {
	color: #fff6e2;	
}
.overlay a, .overlay h2, .overlay h3 {
	color: #fde8bc;
}
.close {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px !important;
}
.paddingDiv {
	padding: 20px;
}
#zeiten, #zeitenbg {
	width: 800px;
	height: 150px;
}
.zeitenOverlay, #zeitenbg {
	position: absolute;
	top: 122px;
	left: 50px;
	z-index: 10;
}
#zeiten div div {
	float: left;
	width: 226px;
	padding: 20px;
}
#zeiten dt, #zeiten dd {
	float: left;
	width: 100px;
	margin-bottom: 5px;
}
#speisekarte, #speisekartebg {
	position: absolute;
	top: 122px;
	left: 370px;
	width: 400px;
	height: 120px;
	z-index: 10;
}
#speisekarte a {
	font-size: 18px;
}

/* WOCHENKARTE */

#wochenkarte {
	width: 430px;
	background: #fde8bc url("../gfx/karte-bg.gif");
	border: 2px solid #ee7a34;
	color: #333333;
}
.wochenkarteOverlay {
	position: absolute;
	top: 30px;
	left: 235px;
	cursor: move;
	z-index: 100;
}
#wochenkarte h2 {
	text-align: center;
	color: #933d00;
}
#wochenkarte h3 {
	margin: 0.3em 0em 0.2em 0em;
	border-bottom: 1px solid #666;
	padding: 0.2em 0em;
}
#wochenkarte .preis {
	position: absolute;
	right: -50px;
	top: 0;
	text-align: right;
}
*html #wochenkarte .preis {
	right: 20px;
}
#wochenkarte .titel {
	position: relative;
	margin-right: 50px;
}
#wochenkarte .beschreibung {
	font-style: italic;
	font-size: 11px;
	margin-right: 50px;
}
#wochenkarte #linesTop {
	height: 2px;
	line-height: 0px;
	overflow: hidden;
	border-top: 3px solid #f7955b;
	border-bottom: 1px solid #f7955b;
	margin-top: 15px;
}
#wochenkarte #linesBottom {
	height: 2px;
	line-height: 0px;
	overflow: hidden;
	border-top: 1px solid #f7955b;
	border-bottom: 3px solid #f7955b;
	margin-bottom: 20px;
}
#wochenkarte .close {
	color: #933d00;
	bottom: 4px;
	right: 7px;
}
#aktion {
	text-align: center;
}
#aktion h3 {
	border-bottom: 0;
}
#aktion p {
	font-size: 14px;
	margin-bottom: 20px;
}


/* FORMS */

input, textarea, select {
	background: url("../gfx/form-bg.gif");
	font-size: 12px;
	width: 100%;
	padding: 2px;
}
*html input, *html textarea, *html select {
	z-index: -1;
}
option {
	background: #fff6e2;
}
textarea {
	height: 100px;
}
.button {
	background: none;
	background: #B95600;
	color: #fff6e2;
	width: auto;
	overflow: visible;
	padding: 2px;
}
form dt, form dd {
	float: left;
}
form dt {
	clear: both;
	width: 120px;
}
form dd {
	width: 300px;
	margin-bottom: 5px;
}
form dd.time input {
	width: 100px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.small  {
	font-size: 10px;
}

.info {
	background: #691c00;
	color: #fff6e2;
	padding: 5px;
	margin-bottom: 10px;
}
