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

body {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../images/body_wood.jpg);
}	
#wrap {
	margin: 50px auto 0px;
	padding: 0px;
	width: 960px;
	border: 1px solid #fff;
}
#container {
	margin: 0px auto;
	padding: 0px;
}
#header {
	margin: 0px auto;
	padding: 10px 15px 0px 0px;
	width: 912px;
	height: 90px;
	text-align: right;
}	

#menu p {
	color: #fff;
	font-size: 13px;
	font-family: "Trebuchet MS";
	margin: 0px;
	vertical-align: bottom;
	text-align: left;
}
	
#menu a, #menu a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
ul#menu li 
{						  
  list-style-type   :  none;            /* Aucunes puces associées */
  margin-bottom     :  1px;             /* Ajout d'une marge en bas du lien */
}

ul#menu li a
{
  width             :   auto !important;   /* Largeur interprétée par tous les navigateurs excepté IE6 et inférieur */						
  width             : 	100%;              /* largeur interprétée par IE6 et inférieur */
  padding           :   4px;               /* Définition des marges intérieures */  
  text-decoration   :   none;              /* Suppression du soulignement */
  display           :   block;             /* Définition sous forme de block */

}	

#content {
	margin: 15px auto;
	padding: 0px;
	width: 927px;
	min-height: 550px;
	background: url(../images/fond_restaurant5.jpg) no-repeat;
}
#box01 {
	height: 300px;

}
#box02 {
	margin: 0px auto;
	padding: 15px 15px 15px 0;
}
#leftbox {
	background-color: #990000;
	float: left;
	padding: 10px;
	width: 200px;
	min-height: 265px;
}

#middle {
	background-color: #990000;
	float: left;
	padding: 10px;
	width: 313px;
	margin-left: 5px;
	min-height: 265px;
}
#middle h1 {
	font-size: 17px;
	color :#fff;
	font-family: "Trebuchet MS";
	margin: 0px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
	
#middle h2 {
	color : #fff;
	margin: 0px;
	vertical-align: bottom;
	font: italic normal 15px "Trebuchet MS";
	text-decoration: none;
	padding-bottom: 10px;
}
	
#middle p {
	font-size: 13px;
	color : #fff;
	font-family: "Trebuchet MS";
	margin: 0px;
	vertical-align: bottom;
	}
	
#middle a, #middle a:visited {
	color: #fff;
	text-decoration: underline;
	}
	
#middle a:hover {
	color: #000;
	text-decoration: underline;
	}	
	
#rightbox {
	float: right;
	width: 349px;
	margin-left: 5px;
}
#clear01 {
	clear: both;
	height: 1px;
}	
#box03 {
	margin: 0px auto;
	padding: 0px;
	background-color: #400000;
}
#box04 {
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	width: 820px;
}	
#clear02 {
	width: 960px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
}	



#footerleft {
	float: left;
    padding: 10px 5px;
	width: 210px;
	text-align: left;
}
	
#footeright {
	float: right;
	width: 680px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footeright p {
	color: #fff;
	font-size: 13px;
	font-family: "Trebuchet MS";
	margin: 0px;
	vertical-align: bottom;
	text-align: right;
}
	
#footeright a, #footeright a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footeright a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
		
/* schriften */
.p {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.1em;
	text-align: justify;
	}

.h1 {font-family: "Trebuchet MS";
	font-size: 15px;
	color: #990000;}
.img {border: 10px solid #FFF;}
.arteak {border: 10px solid #FFF;}	
