/* CSS Document */

/* Reset */
body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

strong{
	font-weight: bold;
}

/* PNG fix */
img, div, a, input, p, span {
	behavior: url('/css/iepngfix.htc');
}

/* Global Styles */
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	background: #199960 url('/img/background.gif') fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #199960;
}

a {
	color: #199960;
	outline-style: none;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}

a.bold { font-weight: bold; }

a.none,
span.none { position: absolute; left: -9999px; display: inline; }
span.bold {	font-weight: bold; }

#container{
	width: 916px;
	margin: 0 auto;
	padding: 2px 6px 2px 6px;
	background: url('/img/container_bg.png') repeat-y;
	overflow: hidden;
}

/* Top Styles */
#top_wrapper{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#top_wrapper #top_logo{
	width: 663px;
	height: 112px;
	margin: 2px;
	padding: 10px;
	float: left;
	display: inline;
	background: #ffe40c;
}

#top_wrapper #top_logo h1{
	width: 350px;
	height: 112px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#top_wrapper #top_buttons{
	width: 225px;
	height: 132px;
	margin: 2px;
	padding: 0;
	float: left;
	display: inline;
}

#top_wrapper #top_buttons a{
	width: 225px;
	height: 30px;
	margin: 0 0 4px 0;
	padding: 0;
	float: left;
	display: inline;
}

#top_wrapper #top_buttons a#top_button_home{					background: url('/img/top_buttons.gif')	-0px	-0px;	}
#top_wrapper #top_buttons a#top_button_activiteitenkalender{	background: url('/img/top_buttons.gif')	-0px	-34px;	}
#top_wrapper #top_buttons a#top_button_contact{					background: url('/img/top_buttons.gif')	-0px	-68px;	}
#top_wrapper #top_buttons a#top_button_links{ margin: 0px;		background: url('/img/top_buttons.gif')	-0px	-102px;	}

/* Menu Styles */

#menu{
	width: 912px;
	height: 35px;
	margin: 2px;
	padding: 0;
	float: left;
	display: inline;
}

#menu a{
	width: 225px;
	height: 35px;
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
	display: inline;
}

#menu a#menu_button_dier{					background: url('/img/menu_buttons.gif?20100601')	-0px	-0px;	}
#menu a#menu_button_tuinkas{				background: url('/img/menu_buttons.gif?20100601')	-229px	-0px;	}
#menu a#menu_button_kamerkas{				background: url('/img/menu_buttons.gif?20100601')	-458px	-0px;	}
#menu a#menu_button_actie{ margin: 0px;		background: url('/img/menu_buttons.gif?20100601')	-687px	-0px;	}

/* Content Styles */
#content_wrapper{
	width: 916px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#content_wrapper p{
	margin: 0 0 10px 0;
}

/* Pay off Styles */
#payoff_wrapper{
	width: 912px;
	margin: 2px;
	padding: 0;
	float: left;
	display: inline;
	background: url('/img/payoff_wrapper_bg.gif') no-repeat;
}

#payoff_wrapper #payoff{
	width: 663px;
	height: 40px;
	margin: 0 0 0 229px;
	padding: 10px;
	float: left;
	display: inline;
}

/* Minisitemap Styles */
#minisitemap{
	width: 912px;
	margin: 2px;
	padding: 4px 0 4px 0;
	float: left;
	display: inline;
	text-align: center;
	font-size: 1.1em;
	line-height: 15px;
}

#minisitemap a{ 		color: #199960; }
#minisitemap a:hover{ 	color: #e2007a; }

/* Footer Styles */
#footer_wrapper{
	width: 912px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background: #ffe40c;
	border: 2px solid #ffffff;
	font-size: 1.1em;
	line-height: 15px;
}

#footer_wrapper a{ 			color: #199960; }
#footer_wrapper a:hover{ 	color: #e2007a; }

#footer_wrapper #footer_left{
	width: 534px;
	margin: 0;
	padding: 4px 4px 4px 10px;
	float: left;
	display: inline;
	text-align: left;
}

#footer_wrapper #footer_right{
	width: 350px;
	margin: 0;
	padding: 4px 10px 4px 4px;
	float: left;
	display: inline;
	text-align: right;
}