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


body {
	
	margin: 0px auto;
	padding: 0px;
	background: url(../imgs/background.gif) repeat-x;
	background-color: #fff;
}	
#container {
	margin: 0px auto;
	padding: 0px;
}
#header {
	margin: 30px auto 0px;
	padding: 0px;
	width: 960px;
	height: 58px;
}

#header img {
	margin: 0px;
}

#navi {
	margin: 70px 0px 0px;
}

#navi-menu {
	display: block;
	margin: 0px;
	float: left;
	width: 100px;
	padding-top: 30px;
	padding-left: 30px;
	
}
#navi-menu p {
	color :#433227;
	margin: 0px;
	vertical-align: bottom;
	font: bold 17px "Trebuchet MS";
	padding-top: 5px;
}
	
#navi-menu a {
	color: #433227;
	text-decoration: none;
	}
	
#navi-menu a:hover{
	color: #45ceff;
	text-decoration: underline;
	}	
#navi-menu a:visited {
	color: #45ceff;
	}
#carte {
	float: right;
	padding: 0px;
	width: 530px;
	padding-top: 20px;
	padding-right: 10px;
}

carte .h1 {
	font-size: 20px;
	color :#433227;
	font-family: "Trebuchet MS";
	margin: 0px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
	
carte .h2 {
	color : #433227;
	margin: 0px;
	vertical-align: bottom;
	font: italic normal 17px "Trebuchet MS";
	text-decoration: underline;
	padding-bottom: 10px;
}
	
/*carte .p {
	font-size: 14px;
	color :#433227;
	font-family: "Trebuchet MS";
	margin: 0px;
	vertical-align: bottom;
	}*/

#content {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background-color: #433227;
}
/* #box01 {height: 300px;}*/

#box02 {
	margin: 0px auto;
	padding: 0px;
}
#leftbox {
	float: left;
	width: 280px;
	text-align: center;
}
#rightbox {
	float: right;
	padding: 0px;
	width: 680px;
	background-image: url(../imgs/fond_restaurant.jpg);
}

#rightbox2 {
	float: right;
	padding: 0px;
	width: 680px;
	background-image: url(../imgs/fond_restaurant2.jpg);
}

#clear01 {
	clear: both;
	height: 1px;
}	
#box03 {
	margin: 0px auto;
	padding: 0px;
	background-color: #400000;
}
#box04 {
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	width: 960px;
}	
#clear02 {}

#footerleft {
	float: left;
	height:30px;
	width: 280px;
	text-align: center;
	padding-top: 15px;
}
	
#footeright {
	float: right;
	width: 680px;
	text-align: left;
	height:30px;
}

#footeright p {
	color: #433227;
	font-size: 13px;
	font-family: "Trebuchet MS";
	margin: 0px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 15px;
}
	
#footeright a, #footeright a:visited {
	color: #433227;
	text-decoration: none;
	}
	
#footeright a:hover {
	color: #433227;
	text-decoration: underline;
	}		
/* schriften */
.p {
	color :#433227;
	letter-spacing: 0.1em;
	text-align: left;
	font: italic 13px "Trebuchet MS";
	unicode-bidi: normal;
}

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

