/* basis */

html, body  {
	height: 100%;
	margin: 0;
	padding: 0;
 	font-family: Arial, "Arial Narrow", Verdana, Helvetica;
 	font-size: 11px;
 	color: #404040;
	line-height: 150%;
	background-image: url(../images/background-hand.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom center;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
div#textalign {
	text-align: justify;
}
div#mirck {
	font-size: 44px;
}
div#kop {
	font-size: 15px;
	color: #ff9900;
	font-weight: bold;
}
div#factsblok {
	font-family: "Arial Narrow", Arial, Verdana, Helvetica;
	margin-top: 0px;
	font-size: 14px;
	background: #FFFFFF;
	border: 1px solid #333333;
	padding: 10px;
	margin-bottom: 15px;
}
div#imagedescriptionbig {
	font-family: "Arial Narrow", Arial, Verdana, Helvetica;
	color: #FFFFFF;
	padding: 5px 5px 5px 10px;
	background: #333333;
	font-size: 13px;
}
div#imagedescriptionsmall {
	font-family: "Arial Narrow", Arial, Verdana, Helvetica;
	color: #FFFFFF;
	padding: 1px 0px 1px 6px;
	margin-bottom: 7px;
	background: #333333;
	font-size: 11px;
}
div#verticalprojectimages {
	font-family: "Arial Narrow", Arial, Verdana, Helvetica;
	color: #FFFFFF;
	padding: 1px 0px 1px 6px;
	margin-bottom: 15px;
	background: #333333;
	font-size: 11px;
}
/* footer */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}
.footer {
	color: #404040;
	font-size: 11px;
	font-weight: normal;
}
/* linkjes */
a {
	color: #404040;
	text-decoration: none;
	border: 0px;
}
a:link{
	color: #ff9900;
	text-decoration:underline;
}
a:active, a:visited{
	color: #ff9900;
	text-decoration:underline;
}
a:hover {
	color: #404040;
	border: 0px;
	text-decoration:underline;
}

a.footerlink {
	border: 0px;
	color: #333333;
	text-decoration: none;
}
a.footerlink:hover {
	border: 0px;
	color: #333333;
	text-decoration: underline;
}
a.navlink {
	border: 0px;
	font-size: 15px;
	color: #404040;
	font-weight: bold;
	text-decoration:none;
}
a.navlink:active {
	border: 0px;
	font-size: 15px;
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
a.navlink:visited, a.navlink:link {
	border: 0px;
	font-size: 15px;
	color: #404040;
	font-weight: bold;
	text-decoration:none;
}
a.navlink:hover {
	border: 0px;
	font-size: 15px;
	color: #ff9900;
	text-decoration:none;
	font-weight: bold;
}
a img.noborder {
	border: 0px;
}
a img.noborder:hover {
	border: 0px;
}
/* foto's border */
a img {
	border: 1px solid #333333;
}
a img:hover {
	border: 1px solid #333333;
}
