/* CSS Document */

@font-face {
 font-family: Ranzijn;
 src: url("/fonts/Ranzijn.eot"); /* EOT file for IE */
 font-weight: normal;
 font-style: normal;

}
@font-face {
 font-family: Ranzijn;
 src: url("/fonts/Ranzijn.ttf"); /* TTF file for CSS3 browsers */
 font-weight: normal;
 font-style: normal;
}

/* 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,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: #ffed00;
	/*background: #009c6c url('/img/background.gif') fixed;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #009c6c;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1.8em;
}

a {
	color: #009c6c;
	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: 632px;
	height: 112px;
	margin: 2px;
	padding: 10px;
	float: left;
	display: inline;
	background: #ffed00;
}

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

#top_wrapper #top_logo .ExtraInfo{
	width: 112px;
	height: 112px;
	margin: 0;
	padding: 0;
	float: right;
	display: inline;
}

#top_wrapper #top_buttons{
	width: 210px;
	height: 136px;
	margin: 0;
	padding: 0 0 0 50px;
	float: left;
	display: inline;
	background: url('/img/top_buttons_back.png') no-repeat;
}

#top_wrapper #top_buttons a{
	width: 101px;
	height: 44px;
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
	display: inline;
}

#top_wrapper #top_buttons a#top_button_home{					background: url('/img/top_buttons.png')	-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{	margin: 0px;	background: url('/img/top_buttons.png')	-108px	-0px;	}
/*#top_wrapper #top_buttons a#top_button_links{ margin: 0px;		background: url('/img/top_buttons.gif')	-0px	-102px;	}*/

/* Menu Styles */

#menu{
	width: 916px;
	height: 80px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background: url('/img/menu_buttons.png') no-repeat;
}

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

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

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

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

#content_bottom{
	width: 916px;
	height: 15px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	background: url('/img/content_bottom.png') no-repeat;
}

/* Pay off Styles */
#payoff_wrapper{
	width: 912px;
	margin: 2px;
	padding: 0;
	float: left;
	display: inline;
	background: #fff 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;
}


/*Footer*/

#footer {
	float:left;
	width: 912px;
	background:url(/img/logo-small.png) 785px center no-repeat;
	}

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

#minisitemap a{ 		color: #009c6c; }
#minisitemap a:hover{ 	color: #e2007a; }

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

#footer_wrapper a{ 			color: #009c6c; }
#footer_wrapper a:hover{ 	color: #e2007a; }

#footer_wrapper #footer_left{
	width: 475px;
	margin: 0;
	padding: 4px 4px 4px 0;
	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: left;
}
