/*Algemene layout*/ 
body {padding:5px;}
body, table.header_menu, td.tab_bar{ background: #D6BFB9 url('image/bg.png'); }
body, table {
	color: #4A4A4A;
	font: 12px Verdana,Arial,sans-serif;
	line-height: 17px;
}

.main, .header_nav {background-color:#FFF;}

img {border:none;}

a:link, a:visited {
	color: #4A4A4A;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.explicit_link {color:#F00;}


h1 {font-size: 17px;}

button, input[type="submit"]
{
color: #fff;
background: #B58B81;
border: 1px outset #fff;
padding:10px 20px;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin:5px 0px;
}

.hidden {display:none;}

table.tab_bar A {
	color:#FFF;
	text-decoration:none;
	font-size: 12px;
}
a.current_tab, a.other_tab{
	color: #FFF;
	display:block; 
	width:175px; 
	height:23px; 
	background-color:#D6BFB9;
	text-align:center;
	padding-top:10px;
	}
a.current_tab {background: url(image/current_tab.png) no-repeat;}
a.other_tab {background: url(image/other_tab.png) no-repeat;}
a.company_tab{
	color: #FFF;
	display:inline-block;
	width:87px; 
	height:23px; 
	background-color:#D6BFB9;
	text-align:center;
	padding-top:10px;
	background: url(image/company_tab.png) no-repeat;
	}
td.company_tab{
	width:100%;
	text-align:right;
	}
.header_nav {padding-right:5px; padding-top:10px; background-image:url(image/bg_boxes.png); background-repeat:no-repeat;}

.header_nav A:link, .header_nav A:visited {
	color: #FF0000;
	text-decoration: underline;
}

.header_nav A:hover, .header_nav A:visited:hover {text-decoration: none;}

.side_col_title {
	font-weight:bold;
	font-size:12px;
}
.main_left {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}

.main_left td, .main_right td { font-size: 10px; }

.main_left_1 {
	background-image:url(image/image_main_left_top.jpg);
	background-repeat:no-repeat;
}

.main_left_3 {
	padding-left:8px;
}

.main_left_4 {
	padding-top:20px;
	padding-left:32px;
	background-image:url(image/textvak_kortetext_gastenboek.png);
	background-repeat:no-repeat;
	background-position: 0px 10px;
}

.main_center, .main_right {padding:5px;}

.footer {
	background-color: #B58B81;
	padding:10px 0px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.main_right_2 P {
	font-weight: bold;
	color: #F00;
}

/*Gastenboek*/
td.gastenboekitem {
	background-color:#D6BFB9;
	padding: 5px;	
}

td.gastenboekitemboven {
	background-color:#D6BFB9;
	height:30px;
	padding: 5px;
}

td.gastenboek_text_incl{
	font-size:12px;
}

/*Blog posts layout*/ 
div.evcbl_container {
	width:100%;
	float:left;
	clear:both;
}

div.evcbl_headline_box {
  overflow: auto;
  width:185px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
  float:left;
  padding-bottom:3px;
  padding-top:3px;
}
div.evcbl_headline_box img {
  float:left; 
  padding-right:3px;
}

/*webshop specials*/
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

