/*=================================================================== main stijlen ==*/

* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	font-family: "Helvetica", "Arial Sans Serif", "Myriad Pro", sans-serif;
	font-size: 14px;
	color: #333;
}

.clearer,
.clr {
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	display: block;
	width: 0;
	height: 0;
}

#background {
	position: fixed;
	height: 100%;
	width: 100%;
	background: url(../images/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
	
/*=================================================================== kopjes ==*/

h1,
.modules .module h3.module-title,
.item-page h2:first-child,
h2.componentheading,
h1.componentheading,
#yoo-zoo .items h1.pos-title,
#yoo-zoo .details h1.title,
#yoo-zoo .item h1.pos-title {
	clear: both;
	border-bottom: 4px solid #3366cc;
	line-height: 43px;
}

h1,h2,h3,h4,h5,h6,
.modules .module h3.module-title,
#footer .module-title,
.item-page h2:first-child,
h2.componentheading,
h1.componentheading,
#yoo-zoo .items h1.pos-title,
#yoo-zoo .details h1.title,
#yoo-zoo .item h1.pos-title,
legend {
	font-family: "Helvetica", "Arial Sans Serif", "Myriad Pro", sans-serif;
	letter-spacing: 0;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0;
	color: #5499db;

}

.modules .module h3.module-title,
#footer .module-title {
	font-size: 18px;
	line-height: 33px; 
}

#footer .module-title {
	margin-left: 37px;
}

h2,h3,h4,h5,h6, legend {
	font-size: 18px;
}

h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	line-height: 1.8em;
}

h4, h5, h5 {
	color: #000;
}

/*=================================================================== linkjes ==*/

a {
	color: #5499db;
	text-decoration	: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#yoo-zoo .items h1.pos-title a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration	: underline;
}

a img {
	border: none;
}

/*=================================================================== overig ==*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content ol,
.content ul,
.modules ol,
.modules ul {
	list-style-position: outside;
	margin: 20px 0 20px 40px;
	line-height: 1.8em;
}

.content ul,
.modules ul  {
	list-style: disc;
}

.content p,
.modules p {
	margin: 0 0 25px 0;
	line-height: 1.8em;
}

#footer-bar p {
	margin: 0;
}
	
fieldset {
	border: none;
	padding: 0;
	margin: 7px 0;
}