body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Futura, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #666666;
	}


#container {
	width: 970px;
	background: url(../images/faux_columns.jpg) repeat-y;
	}

.box1{
	height: 90px;
	background-color: #E2F3FA;
	border-bottom: 5px solid #FEE07E;
	border-top-color: #FEE07E;
	border-right-color: #FEE07E;
	border-left-color: #FEE07E;
	}

.box2{
	padding:5px;
	padding-right:0px;
	background-color: #31C3E8;
	border-bottom: 12px;
	border-color: #ffff00;
	}

.box3{
	padding:5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	width:140px;
	height: 520px;
	background-color: #71CEEA;
	}

.box4{
	float:none;
	padding:15px 20px 10px 25px;
	height: 520px;
	margin: 0px 0px 0px 145px;
	background-color: #90D7ED;
	line-height: normal;
	text-align: justify;
	}
	
.box3_speisen{
	padding:5px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	width:140px;
	height: 650px;
	background-color: #71CEEA;
	}

.box4_speisen{
	float:none;
	padding:15px 20px 10px 25px;
	height: 650px;
	margin: 0px 0px 0px 145px;
	background-color: #90D7ED;
	line-height: normal;
	text-align: justify;
	}

.box5{
	background-color: #31C3E8;
	height: 15px;
	}


/* Stylesheets für Spalten */

div.spalten{
	height:25%;
	float:left;
	}


/* Stylesheets für Speisekarte */

caption {
	color: #00B0D9;
	text-align: right;
	font-size: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	}

.preis {
	text-align: right;
	}
	
.blauertext   {
		color:#00B0D9;
		}
		
table 	{
		width: 750px;
		}	
		
/* Stylesheets für Navigation */

 #navlist
	{
	padding: 2px 0;
	margin-left: 0;
	font: 12px Futura, Tahoma, Verdana, sans-serif;
	width: 100px; 
	display: block;
	}

#navlist li
	{
	list-style: none;
	width:100px; 
	display: block;
	}

#navlist li a
	{
	padding: 2px 1em;
	margin-left: 2px;
	background: #71CEEA;
	text-decoration: none;
	border-bottom: 1px solid #90D7ED;
	border-top: 1px solid #90D7ED;
	border-right: 1px solid #90D7ED;
	border-left: 1px solid #90D7ED;
	width: 100px; 
	display: block;
	color: #666666;
	}

#navlist li a:link 
	{ 
	color: #666666; 
	}

#navlist li a:visited
	{
	color: #666666;
	}

#navlist li a:hover
	{
	color: #000;
	background: #90D7ED;
	border: 1px solid #778;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 100px; 
	display: block;
	}

/* Stylesheets für Links */

a   {
	color:#00B0D9;
	text-decoration:none;
	font-size: 12px;
	}

a:visited {
	text-decoration: none;
	color: #00B0D9;
				}

a:link  { 
		color: #00B0D9; 
		text-decoration:
		font-weight: bold;
	}

a:hover   {
	color: #00B0D9;
	text-decoration: underline;
	}

a:active  {
	color:#00B0D9;
	text-decoration:none
	}

