@charset "utf-8";
/* CSS Document */

* {
	margin:0; /* zero out margin */
	padding:0; /* zero out padding */
}
html, body {
	height:100%; /* gives layout 100% height */
	overflow:auto; /* triggers 100% height in Opera 9.5 */
	background:#fff;
    scrollbar-arrow-color:#000;
    scrollbar-track-color:#eee;
    scrollbar-face-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-3dlight-color:#000;
    scrollbar-darkshadow-color:#666;
    scrollbar-shadow-color:#333;

}
.whiteForm {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	margin-top:1px;
}
#container {
	min-height:100%; /* gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:0 auto; /* centers #wrapper */
	background-image:url(../images/bg2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;

	z-index:3;
	
}
p {
	margin-top:10px;
}
#content {
	min-height:450px; /* gives layout 100% height */
	width:1000px; /* centered div must be given a width */
	margin:0 auto; /* centers #wrapper */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
* html #container { 
	height:100%; /* IE6 treats height as min-height */
}

#footer {
	height:60px;
	width:100%; /* centered div must be given a width */
	margin:-61px auto 0; /* -80px sucks it back in & auto centers it */
	background:#fff;
	border-top:#000 solid 1px;

}
#bottom{
	height:50px;
}
#twittercontainer{
	
	position:absolute;
	right:0px;
	width:200px;
	z-index:1
}
#twitterContent{
	background-color:#FFF;
	height:600px;
	/*overflow:auto;	*/
	border-left:#000 solid 1px;
	border-right:#fff solid 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #472A2B;
	margin-right:-10px;
}
#twitterContent a{
	color: #fff;
	text-decoration:none;
}
#twitterContent a:hover{
	color: #f00;
	text-decoration:none;
}
#bottomLeft{
	float:left;
	margin-top:5px;
	margin-left:40px;
}
#bottomRight{
	float:right;
	margin-top:45px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	margin-right:10px;
}
#bottomRight a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}
#bottomRight a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #888;
	text-decoration: none;
}
#header {
	height:99px;
	width:100%; /* centered div must be given a width */
	margin:0px auto 0; /* -80px sucks it back in & auto centers it */
	background:#fff;
	text-align:center;
	border-bottom:#000 solid 1px;
	z-index:100;
}
#navTop {
	float:left;
	margin-top:40px;
}
#navTop li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
}.paperbox{
	position: relative;
	z-index: 3;
	background-image:url(../images/kraft.png);
	padding:15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #472A2B;
	text-decoration: none;
	line-height: 24px;
}
#logo{
/*	background-image:url(../images/kraft.png);*/
	height:84px;
	float: right;
	margin-right:50px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;/*
	border-left:#000 solid 3px;
	border-right:#000 solid 3px;*/
	z-index:5;
	
}



.newsPaperbox {
	position: relative;
	z-index: 3;
	background-image:url(../images/kraft.png);
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #472A2B;
	text-decoration: none;


}
.newsPaperbox h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
	border-bottom: #000 solid 1px;
}
.newsPaperbox h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #472A2B;
	font-weight:bold;

}
.newsPaperbox a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #472A2B;
	font-weight:bold;
	text-decoration:none;
}
.newsPaperbox a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #55f;
	font-weight:bold;
	text-decoration:none;
}

.newsPaperboxblack {
	position: relative;
	z-index: 3;
	background-image:url(../images/kraft.png);
	padding-bottom:15px;
	padding-top:15px;
	padding-left:15px;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #472A2B;
	text-decoration: none;


}
.newsPaperboxblack h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
	border-bottom: #000 solid 1px;
}
.newsPaperboxblack h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #472A2B;
	font-weight:bold;

}
.newsPaperboxblack a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00f;
	font-weight:bold;
	text-decoration:none;
}
.newsPaperboxblack a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #55f;
	font-weight:bold;
	text-decoration:none;
}
.shadow{
	position: absolute;
	z-index: 1;
}
#wdContent{
	float:left;
	margin-top:30px;


}
#newsContent{
	float:left;
	margin-top:30px;
	margin-left:30px;
	
}
#doemeeContent{
	margin-left:100px;
	margin-top:30px;

}
#newsHomepage{
	margin-left:100px;
	margin-top:30px;

}

#wijContent{
  margin-top: 30px ;
  margin-left: auto ;
  margin-right: auto ;
width:300px;
}

#selectedMarkerImg{
	
	float:left;
	
}
#selectedMarker{
	z-index:99;
}
#selectedMarkercontent{
	position:absolute;
	top:0px;
	width:290px;
	right:0px;
		background-color: #FFC;
		border-right:#fff solid 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #472A2B;
	text-align: left;
	vertical-align: text-top;
	padding:4px;
		margin-right:-2px;
}
#selectedMarkercontent h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #472A2B;
	
}

#player{
	float:left;
	margin-left:50px;
	margin-top:30px;
	background-color:#FFF;
	border:#fff solid 5px;
	z-index:100;
}


/*IMAGES WD PAGE
*/
#wd300{
	position:absolute;
	z-index:1;
	
}

#wdAns{
	position:absolute;
	z-index:10;
	
}#wd250{
	position:absolute;
	z-index:10;
        left: 500px;
        bottom: 150px;
	
}#wdCutout{
	position:absolute;
	z-index:10;
	margin-bottom:30px;
	
}#wdCutoutSide{
	position:absolute;
	z-index:0;
	margin-bottom:30px;
	
}


#blogPane {
	height:450px;
}