/*
	bordeaux: #8b0102
	grijsblauw: #e7e7e9
	donkergrijs: #3f3f40
*/

body{
	font:12px/18px Arial,Verdana,sans-serif;
	text-align:center;
	background:#fff;
}
#header {
	width:896px;
	height:71px;
	margin:10px auto 0 auto;
	padding:0;
	background:url(../../layout/www.leaurouge.com/header_bg.gif) no-repeat top center;
	text-align: left;
}
	#header_buttons{
		width: 108px;
		height: 26px;
		padding: 0;
		position: relative;
		left: 750px;
		top:25px;
	}
	#header_buttons img{
		margin-right: 10px;
	}
#container{
	text-align:left;
	width:896px;
	margin:2px auto 0 auto;
	background:#e7e7e9 url(../../layout/www.leaurouge.com/container_bg.gif) repeat-y top right;
	border-bottom: 2px solid #8b0102;
}
	
	#sidebarleft{
		float:left;
		width:148px;
		padding:156px 0 0 0;
		background-image:url(../../layout/www.leaurouge.com/sidebarleft_bg.jpg);
		background-repeat:no-repeat;
		background-position: top left;
		text-align: left;
	}
	#content{
		width:409px;
		float: left;
		padding:170px 20px 0;
		text-align: left;
		background:url(../../layout/www.leaurouge.com/content_bg1.jpg) no-repeat 2px top;
	}
	
	#sidebarright{
		float:right;
		width:279px;
		padding:340px 10px 0;
		overflow: hidden;
		background:url(../../layout/www.leaurouge.com/sidebarright_bg1.jpg) no-repeat center top;
	}
	
	#home				#content{background-image:url(../../layout/www.leaurouge.com/content_bg1.jpg);}
	#reserveren		#content{background-image:url(../../layout/www.leaurouge.com/content_bg2.jpg);}
	#menus			#content{background-image:url(../../layout/www.leaurouge.com/content_bg3.jpg);}
	#wijnen			#content,
	#vins				#content,
	#wines			#content{background-image:url(../../layout/www.leaurouge.com/content_bg4.jpg);}
	#suggesties		#content,
	#suggestions	#content{background-image:url(../../layout/www.leaurouge.com/content_bg5.jpg);}
	#fotos			#content,
	#photos			#content{background-image:url(../../layout/www.leaurouge.com/content_bg6.jpg);}
	#thema-avonden	#content{background-image:url(../../layout/www.leaurouge.com/content_bg7.jpg);}
	#geschenkbon	#content{background-image:url(../../layout/www.leaurouge.com/content_bg8.jpg);}
	#jobs				#content{background-image:url(../../layout/www.leaurouge.com/content_bg9.jpg);}
	#contact			#content{background-image:url(../../layout/www.leaurouge.com/content_bg10.jpg);}
	
	#home				#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg1.jpg);}
	#reserveren 	#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg2.jpg);}
	#menus			#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg3.jpg);}
	#wijnen			#sidebarright,
	#vins				#sidebarright,
	#wines			#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg4.jpg);}
	#suggesties		#sidebarright,
	#suggestions	#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg5.jpg);}
	#fotos			#sidebarright,
	#photos			#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg6.jpg);}
	#thema-avonden	#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg7.jpg);}
	#geschenkbon	#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg8.jpg);}
	#jobs				#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg9.jpg);}
	#contact			#sidebarright{background-image:url(../../layout/www.leaurouge.com/sidebarright_bg10.jpg);}
	
#footer{
	width:896px;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	margin: 0 auto;
}

/* ELEMENTS
-----------*/
#sidebarleft li{
	width:148px;
	height:36px;
	border-top:2px solid #FFF;
}
#sidebarleft li a:link{
	display: block;
	width:128px;
	height:25px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #a8a9ac;
	text-decoration: none;
}
#sidebarleft li a:visited{
	display: block;
	width:128px;
	height:25px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #a8a9ac;
	text-decoration: none;
}
#sidebarleft li a:hover{
	display: block;
	width:128px;
	height:25px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #8b0102;
}
#sidebarleft li a:active{
	display: block;
	width:128px;
	height:25px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #8b0102;
}

#content p,#content ul,#content ol{
	margin:0 0 10px;
}

#content ul,#content ol{
	margin:0 0 10px;
	padding-left:15px;
	list-style:disc;
}
#content ol{
	list-style:decimal;
}
#content h1,h2,h3,h4,h5,h6{
	margin:0 0 10px;
	color: #8b0102
}
#content h1{
	font-size: 18px;
}
#sidebarright p{
	margin:0 0 10px;
}

#footer p{
	font-size: 10px;
	color: #3f3f40;
}
#footer a:link, #footer a:active, #footer a:visited{
	color: #3f3f40;
}
#footer a:hover {
	color: #8b0102;
}
small{
	font-size:10px;
}
a{
	color: #8b0102;
}


/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
	margin:0;
	padding:0;
}

#module_photogallery{
	list-style:none;
	padding:0;
}
#module_photogallery li{
	float:left;
	margin:0 5px 10px;
	text-align:center;
	overflow:hidden;
}
#module_photogallery li a img{
	border:2px solid #fff;
	width:120px;
	height:120px;
}
#module_photogallery li a:hover img{
	border:2px solid #ccc;
}

/* FORMS
--------*/

.layouttable td{
	padding:2px;
}

input.text,textarea,select{
	padding:2px;
	border:1px solid #231F20;
	width:250px;
}
input.submit{
	padding:3px 10px;
	border:0;
	background:#8B0304;
	text-transform:uppercase;
	color:#fff;
	margin:5px auto 10px;
	display:block;
	font-size:11px;
}

#sidebarright th{
	width:100px;
}
#sidebarright input.text{
	width:165px;
}