@charset "hz-gb-2312";
/* css document brasserie de gilde */
/* general styles */

html, body{
	margin: 0;
	padding: 0;
	}

body{
	background: #666666 url(../images/bg_body.jpg) fixed repeat;
	text-align: center;
	color: #222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	}

p{
	margin-bottom: 20px;
	}

p.artikelen{
	margin: 0px;
	}
	

a:link{
	color: #006600; text-decoration: none; font-weight: bold;
	}

a:visited{
	color: #006600; text-decoration: none; font-weight: bold;
	}

a:active{
	color: #006600; text-decoration: none; font-weight: bold;
	}

a:hover{
	color: #006600; text-decoration: underline; font-weight: bold;
	}
	
a.watte{
	cursor: help;
	text-decoration: none;
	}

a.image{
	color: #FFFFFF;
	cursor: help;
	text-decoration: none;
	}

textarea{
	margin-bottom: 20px;
	}
	
/* layout styles */	

#page_wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 860px;
	text-align: justify;
	background: #fff;
	}

#header{
	margin: 0;
	padding: 0;
	width: 860px;
	height: 174px;
	background: url(../images/header.jpg) top left no-repeat;
	}

#navbar{
	margin: 0;
	padding: 0;
	width: 860px;
  	height: 26px;
  	background: url(../images/navbar.jpg) top left no-repeat;
	border-bottom: solid 3px #FF9900;
	}

#navcontainer ul{
	margin: 0;
	padding: 0;
  	background-color: #C86000;
  	background: url(../images/navbar.jpg) top left no-repeat; 
  	color: #fff;
  	float: left;
  	width: 860px;
	height: 26px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#navcontainer ul li{
	margin: 0;
	padding: 0;
	display: inline;
	}

#navcontainer ul li a{
	padding: 6px 15px 8px 15px;
  	background-color: transparent;
  	color: #FF9900;
  	text-decoration: none;
  	float: right;
	}

#navcontainer ul li a:hover{
  	background-color: #FF9900;
  	color: #fff;
	}

#contentwrapper{
	margin: 0;
	padding-top: 10px;
	float: left;
	width: 860px;
	background: #fff;
	font: 12px Geneva, Arial, Helvetica, sans-serif #666;
	}

#contentcolumn{
	margin: 0px 150px 0px 190px;
	background: #fff;
	}
	
#contentcolumn h1{
	clear: both;
	margin: 0px;
	padding: 22px 0px 10px 0px;
	width: 100%;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	border-bottom: #ddd 1px solid;
	}
	
#contentcolumn h2{
	clear: both;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	}

#contentcolumn h2.addfile{
	padding: 10px 0px;
	}

#winkels{
	margin: 0;
	padding: 10px 0 20px 0;
	vertical-align: top;
	}

#winkels ul{
	margin: 0;
	padding: 0;
	}

#winkels ul li{
	margin: 0;
	padding: 0;
	}
	
#contentcolumn li.tiendas{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#catalogus{
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: #ddd solid 1px;
	}	

.catalogus_name{
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: top;
	}

.catalogus_price{
	color: #CC6600;
	background: url(file:///C|/wamp/www/lacasamexicana.be/images/bg_catalogus_price.gif) no-repeat;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}

.catalogus_description{
	margin: 0;
	padding: 0 10px;
	text-align: justify;
	vertical-align: top;
	}
		
.addfile_category{
	float: left;
	width: 50%;
	text-align:left;
	}

.addfile_tr{
	margin: 0;
	padding-bottom: 20px;
	vertical-align: top;
	}

.manager_tr{
	margin: 0;
	padding-bottom: 20px;
	vertical-align: middle;
	}
	
#kiezen{
	width: 450px;
	margin: auto;
	}
	
#kiezen ol{
	margin: 0;
	padding: 0 0 10px 0;
	}

#kiezen li{
	margin: 0;
	padding: 0 0 10px 0;
	}
		
#leftcolumn{
	float: left;
	width: 180px;
	margin: 10px 10px 10px -860px;
	background: #fff;
	}
		
#leftcolumn img{
	margin-left: 10px;
	border: 0;
	}
		
#rightcolumn{
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;		
	margin-left: -130px;
	background: #fff;
	}
		
#leftnav{
	width: 160px;
	margin-left: 10px;
	padding: 0; 
	border: 0; 
	float: left;
	text-align: left;
	}
		
#leftnav ul{ 
	margin: 0 0 10px 0; 
	padding: 0 0 2px 0;
	background: #FF9900;
	list-style: none; 
	}

#leftnav ul li{
	margin: 0 2px;
	background: #eee;
	font-weight: bold; 
	text-align: left; 
	border-top: 1px solid #ccc; 
	}

#leftnav ul li a{  
	margin: 0;
	padding: 2px 10px;		
	color: #999;
	font-weight: bold; 
	text-decoration: none; 
	display: block;
	}
		
#leftnav ul li a:hover{
	color: #666; 
	background: #ddd; 
	}
	
#leftnav .dekuppe{ 
	margin: 0;
	padding: 70px 5px 0px 12px; 		 
	color: #fff; 
	background: url(../images/navheader_dekuppe.jpg) top right no-repeat; 
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px; 
	border-top: 0; 
	font: normal; 
	}
	
#leftnav .bier{ 
	margin: 0;
	padding: 70px 5px 0px 12px; 		 
	color: #fff; 
	background: url(../images/navheader_duvel.jpg) top right no-repeat; 
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px; 
	border-top: 0; 
	font: normal; 
	}

#leftnav .vereniging{ 
	margin: 0;
	padding: 70px 5px 0px 12px; 		 
	color: #fff; 
	background: url(../images/navheader_vereniging.jpg) top right no-repeat; 
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px; 
	border-top: 0; 
	font: normal; 
	}

#leftnav .fotovideo{ 
	margin: 0;
	padding: 70px 5px 0px 12px; 		 
	color: #fff; 
	background: url(../images/navheader_fotovideo.jpg) top right no-repeat; 
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px; 
	border-top: 0; 
	font: normal; 
	}
	
#leftnav .bierkaart{ 
	margin: 0;
	padding: 70px 5px 0px 12px; 		 
	color: #fff; 
	background: url(../images/navheader_bierkaart.jpg) top right no-repeat; 
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px; 
	border-top: 0; 
	font: normal; 
	}
		
#leftnav .header a{ 
	display: block; 
	color: #eee; 
	margin: 0;
	padding: 7px 5px 3px 12px; 		 
	border-top: 0; 
	}

#leftnav .header a:hover{ 
	color: #fff; 
	background: none; 
	}

#breadcrumb{
	clear: both;
	color: #666;
	margin: 0 150px 0 190px;
	}
	
#breadcrumb p{
	text-align: left;
	font: #6D9CB7 11px "Tahoma" Verdana, Helvetica, sans-serif;
	font-weight: bold;
	}

#breadcrumb a{
	background: transparent url(../images/icon_breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px;
	color: #FF9900;
	}

#breadcrumb a:visited, .breadcrumb a:active{
	color: #FF9900;
	}

#breadcrumb a:hover{
	text-decoration: underline;
	}
	
#breadcrumb_vetjes{
	clear: both;
	width: 100%;
	margin-bottom: 0;
	padding-top: 20px;
	font-weight: bold;
	color: #6D9CB7;
	border-top: #6D9CB7 dotted 1px; 
	}

#footer{
	clear: both;
	width: 860px;
	background: #eee;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	padding: 15px 0;
	}
	
#footer p{
	margin: 0;
	padding: 3px 46px;
	}

#footer a{
	margin: 0;
	padding: 0 5px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer a:hover{
	background: #666;
	color: #eee;
	}

#copyrights{
	clear: both;
	width: 860px;
	background: #eee;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding: 15px 0;
	}

#copyrights p{
	margin: 0;
	padding: 10px 46px 0px 46px;
	}

#copyrights a{
	margin: 0;
	padding: 0 5px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

#copyrights a:hover{
	background: #000;
	color: #fff;
	}

.quote{
	clear: both;
	margin: 10px 10px 20px 10px;
	padding: 15px 30px;
	background: #eee url(file:///C|/wamp/www/lacasamexicana.be/images/bg_quote.gif) top left no-repeat;
	font-size: 14px;
	font-weight: bold;
	}

.vetjes{
	font-weight: bold;
	}		
		
.toplink{
	clear: both;
	padding-top: 15px;
	text-align: left;
	font: bold 11px "Tahoma" Verdana, Helvetica, sans-serif;
	}
		
.toplink a{		
	background: transparent url(file:///C|/wamp/www/lacasamexicana.be/images/icon_toplink.gif) no-repeat center left;
	text-decoration: none;
	padding-left: 18px;
	color: #999;
	}

.toplink a:visited, .toplink a:active{
	color: #999;
	}

.toplink a:hover{
	text-decoration: underline;
	}
				
.img_left{
	clear: both;
	margin: 0;
	padding: 0 15px 15px 0;
	float: left;
	}
	
.img_right{
	clear: both;
	margin: 0;
	padding: 0 0 15px 15px;
	float: right;
	}

.img_artikelen{
	clear: both;
	margin: 0;
	padding: 10px 20px 0px 0px;
	float: left;
	}
		
.googlemap{
	clear: both;
	margin: 0;
	padding-top: 15px;
	}

.form{
	clear: both;
	margin: 0;
	padding-top: 15px;
	}
	
.credits{
	clear: both;
	margin-top: 30px;
	}
		
.center{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	}

.youtube{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	}