/* CSS RESET */
/* thanks to: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

html{
	overflow-y: scroll; /* firefox vertical scrollbar fix */
}

body {
	background: #dde7c6 url(../img/body_bg.gif) repeat-x top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#a66940;
}
p {
	margin-bottom:10px;
}
h1 {
	background: #597038 url(../img/h1_bg.gif) repeat-x top;
	color:#eeef96;
	padding:4px;
	height:14px;
	font-size:12px;
	font-weight:bold;
}
h2 {
	font-weight:bold;
}

/* MAIN STYLE IDs */
#header {
	background-image: url('../img/header_bg.gif');
	height:70px;
}
#logos {
	width:700px;
}
#menu {
	float:left;
	width:151px;
}
#content_wrapper {
	margin-left:152px;
	width:550px;
	border:1px solid #c3b926;
	background-color:#f1efd1;
	margin-top:6px;
	margin-bottom:15px;
}
#content {
	padding:5px;
	font-size:12px;
	line-height:16px;
	color:#6a685a;
}
#adres {
	background:#e7e5c7;
	margin-top:10px;
	padding:5px;
	font-size:11px;
	color:#99712b;
	border-top:1px dashed #c3b926;
}
#adres_direct {
	float:right;
}


/* CLASSES */
.menu_button {
	margin-left:5px;
	margin-top:5px;
}
.pic_right{
	float:right;
	margin:5px 0px 5px 5px;
}
.pic_left{
	float:left;
	margin:5px 5px 5px 0px;
}
.markttable{
	margin-top:10px;
}
.act_plaats, .marktdag, .rest_plaats{
	text-align:right;
	font-weight:bold;
	padding:2px;
	padding-right:5px;
}
.marktplaats{
	padding:2px;
}
ul.activiteiten{
	margin:0px;
	margin-left:15px;
	padding:0px;
}
ul.activiteiten li{
	list-style-type: square;
}
tr.even td{
	background-color:#f5f3dc;
	border-top:1px solid #e4e1ba;
	border-bottom:1px solid #e4e1ba;
}
.td_rest{
	width:220px;
	padding:2px;
}	


