﻿html, body 	{ height:100%; margin:0; font-family: Arial, Helvetica, Sans-Serif;}

body {
	background-color: #faf0d5;
}

*			{ font-family: Arial, Helvetica, Sans-Serif;}

a			{ text-decoration: none; color: #00545b;}
a:hover		{ text-decoration: underline;}
a:active	{}
a:visited	{}

a.impressum	{ text-decoration: none; color: #000000;}

h1		{ font-size: 20px; color: #00545b;}
h2		{ font-size: 20px; color: #00545b;}
h3		{ text-align:center; color: #990000; font-size: 14px; margin: 0 0 0 0;}
h4		{ font-size: 13px; font-weight: bold; color: #00545b; margin: 4px 0 4px 0;}
h5		{}


body, textarea  {
  scrollbar-base-color:#FFFFFF;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#00545B;
  scrollbar-darkshadow-color:#EAD9B3;
  scrollbar-face-color:#EAD9B3;
  scrollbar-highlight-color:#EAD9B3;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#faf0d5;
}


.headline	{
	margin: 0 0 0 0;
	padding: 2px;
	wdth: 100%;
	background-color: #ff9933;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	clear: left;
	color: #FFFFFF;
}

.text-blau		{
	color: #003399;
}

.text-rot		{
	color: #990000;
}


table.restaurant	{
	width: 96%;
	border: 0;
	height: 100%;
	margin-top: 16px;
}


table.programm	{
	width: 96%;
	border: 0;
	height: 100%;
}

td.programm-header	{
	padding: 4px;
}

td.programm-links	{
	width: 115px;
	text-align: left;
	padding: 10px 4px 10px 4px;
	border-top: 1px solid #ead9b3;	
}

td.programm-mitte	{
	padding: 10px 4px 10px 4px;
	font-weight: bold;
	border-top: 1px solid #ead9b3;	
}

td.programm-rechts	{
	width: 115px;
	text-align: right;
	padding: 10px 4px 10px 4px;
	border-top: 1px solid #ead9b3;	
}





#abstand { 
		width:1px;				/* muß 1px sein, sonst funzt es nicht im IE */
		height:50%;
		margin-bottom:-251px; 	/* die hälfte von der Mantelhöhe */
		float:left;
}

#mantel {
		margin:0 auto;
		position:relative; 		/* positioniert den Mantel in den Vordergrund */
		text-align:left;
		height:502px;
		width:730px;
		clear:left;
}

#balken-links	{
	position: relative;
	float: left;
	height: 502px;
	width: 100px;
	background: url('elemente/balk1.gif') no-repeat bottom;
	background-image: url(elemente/balk2.png);
}

#impressum		{
	position: absolute;
	bottom: -26px;
	left: 680px;
	text-align: center;
	font-size: 10px;
}

#content-box	{
	float: left;
	width: 630px;
	height: 502px;
}

#header			{
	height: 70px;
}

#image-top		{
	height: 70px;
	width: 50%;
	float: left;
	background: url('elemente/HH.gif') no-repeat;
	background-position: 0 12px;
}

#logo			{
	height: 70px;
	width: 50%;
	float: left;
	text-align: right;
}

#menue		{
	height: 20px;
	clear: left;
	background-color: #ead9b3;
	margin: 16px 0 0 0;
}

#content		{
	height: 412px;
	height: 395px;
	overflow: auto;
	text-align: center;
	font-size: 12px;
}

.contentbox-links	{
	float: left;
	position: relative;
	width: 315px;
	height: 250px;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
}

.links				{
	position: absolute;
	width: 303px ;
	left: 0px;
	bottom: 0px;
	padding: 0 6px 0 6px;
	font-size: 13px;
}

.contentbox-rechts	{
	float: left;
	width: 295px;
	height: 275px;
	text-align: center;
	padding: 10px 10px 0 10px;
}

.teaser				{
	font-size: 12px;
	text-align: center;
	background-color: #ead9b3;
	padding: 2px 2px 2px 2px;
}


#menue UL {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	text-align: center;
}
#menue LI {
	float: left;
	font-size: 11px;
	width: 120px;
	line-height: 20px;
}
#menue LI A {
	display: block;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
}
#menue LI A:visited {
	text-decoration: none;
}
#menue LI A:hover {
	text-decoration: underline;;
}

