@import url("reset.css");
html,body{
	height: 100%;	
}
body{
	margin: 0;
	background-color: #f3edd4;
	background-image:url(../images/pepwiersma/bg.png);
	background-repeat: repeat-x;
	background-position: 500px 110px;
		
}
body, td, th{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #616161;
	line-height: 16px;	
}

/* links */
a:link {
	color: #616161;
}
a:visited {
	color: #616161;
}
a:hover {
	color: #616161;
}
a:active {
	color: #616161;
}
/*breadcrumb*/
#content ul#breadcrumb{
	margin-top: 15px;	
	margin-bottom: 20px;
	margin-left: 0px;
}
#content ul#breadcrumb li{
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	color: #3c3c3b; 
	
}
#content ul#breadcrumb li a{
	text-decoration: none;
	color: #3c3c3b;
	font-weight: normal;	
}
#content ul#breadcrumb li a:hover,#content ul#breadcrumb li a.active{
	text-decoration: underline;	
}
#content .content table td, #content .content table th{
	vertical-align: top;	
}
#content .content .padding table.form {
	width: 700px;
}
#content .content .padding table.form th{
	width: 450px;
	white-space: normal;
	overflow: hidden;	
}
#content .content table.form td{

}
/*headings*/

h1{
	font-size: 65px;
	text-transform: uppercase;
	text-align: center;
			opacity: 0.5;
			position: absolute;
			text-align: right;
			
			top: 185px;
			width: 710px;
			padding-left: 40px;
}
h1.row0{
	top: 100px;
	text-align: left;
	padding-left: 30px;
}

h2,h3{
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	line-height: 25px;

		
}
/*common*/
div#container {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
section.pageWidth{
	width: 1005px;
	margin: 0 auto;
	position: relative;
	height: 110px;
	
}
.clear{
	clear: both;
}	
/*header*/
section#header{
	height: 146px;
	background-color: #fff;
	/*shadows*/
	-moz-box-shadow: 1px 5px 4px #a69a82; /* Firefox/Mozilla */
	-webkit-box-shadow: 1px 3px 4px #a69a82; /*Safari/Chrome */
	box-shadow: 1px 3px 4px #a69a82; /* Opera & hoe het zou moeten */
	  /* Voor IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#a69a82')";
	  /* Voor IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#a69a82');
}
/* top header */
section#header aside{
	position: absolute;
	
	width: 500px;
	right: 170px;
	text-align: right;
	top: 107px;
	height: 17px;
	line-height: 17px;
	padding-right: 0px;	
}

section#header aside img{
	display: inline;
	position: absolute;
	padding-left: 10px; 
	padding-right: 10px;	
}

section#header aside ul{
	display: inline;
}
section#header aside ul li.zoeken{
padding-left: 30px;
position: relative;	
}
section#header aside ul li.zoeken img.twitter{
left: -5px;
top: 0px;	
}
section#header aside ul li.zoeken a{
	border: none;
	padding: 0;
	margin: 0;	
}

section#header aside ul li{
	display: inline;	
	color: #445b88;
	font-family: "Century Gothic";
}
section#header aside ul li ul{
	display: none;	
}

section#header aside ul li a{
	color: #445b88;
	text-decoration: none;
	height: 16px;
	font-family: "Century Gothic";
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	display: inline;
	border-right: 1px solid #fec00f;
}
section#header aside ul li a:hover{
	text-decoration: underline;	
}

section.logos{
    position:absolute;
    right: 0px;
    top: 30px;;
    background-color: #fff;
    z-index: 400;
}
section.logos img{
    padding-left:20px;
}
/*zoeken */
section.search{
	width: 160px;
	height: 20px;
	border: 1px solid #d9d9d9;
	position: absolute;
	right: 0px;
	top: 105px;
	background-color: #fff;
	z-index: 400;
	box-shadow: inset 0 4px 6px rgba(0,0,0,.24);
	border-radius: 10px;
}

section.search input[type="text"]{
 	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0);	
	width: 125px;
	color: #666;
	font-size: 12px;
	height: 15px;
	padding-left: 10px;
	line-height: 23px;
		
	background-color: rgba(255,255,255,0); 
}
section.search input[type="image"]{
	padding-top: 3px;
	float: left;	
	padding-left: 3px;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0);		
}
/*logo*/
section#header figure#logo{
	position: absolute;
	left: 0px; 
	top: 21px;
}
/* menu */
section#header nav#menu{
	position: absolute;	
	text-align: center;
	bottom: -79px;
	background-color: #fec00f;
	width: 1005px;
	height: 43px;
	z-index: 600;
	/* rounded corners modern browser */
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
  	/*shadows*/
	-moz-box-shadow: 1px 5px 4px #a69a82; /* Firefox/Mozilla */
	-webkit-box-shadow: 1px 3px 4px #a69a82; /*Safari/Chrome */
	box-shadow: 1px 3px 4px #a69a82; /* Opera & hoe het zou moeten */
	  /* Voor IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=160, Color='#a69a82')";
	  /* Voor IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=160, Color='#a69a82');
}
section#header nav#menu ul{
	margin: 0;
	height: 43px;
	line-height: 43px;
	padding: 0;

	list-style: none;
	

		
}
section#header nav#menu ul li{
	display: inline;
}
section#header nav#menu ul li ul{
	display: none;	
}
section#header nav#menu ul li:hover a,section#header nav#menu ul li.active a{
 color: #445b88;
 text-decoration: none;
}

section#header nav#menu ul li a.first{
	padding-left: 50px;	
}
section#header nav#menu ul li a{
	padding-left: 32px;
	padding-right: 32px;
	font-family: "Century Gothic", Verdana;
	color: #3c3c3b;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;


}
/*content*/

section#content{
	padding-top: 80px;
	padding-bottom: 120px;	
	position:relative;
	width: 1005px;
	margin: 0 auto;
	
		
}


section#content section.content{
	width: 773px;
	min-height: 450px;
	background-color: #fff;
	float: right;
	padding: 0;
	
	padding-top: 0px;
	/*rounded corner right*/
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	/* shadow*/
	-moz-box-shadow: 1px 5px 4px #a69a82; /* Firefox/Mozilla */
	-webkit-box-shadow: 1px 3px 4px #a69a82; /*Safari/Chrome */
	box-shadow: 1px 3px 4px #a69a82; /* Opera & hoe het zou moeten */
	  /* Voor IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=140, Color='#a69a82')";
	  /* Voor IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=140, Color='#a69a82');
}
section#content section.content .padding{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
		color: #323232;	
}
section#content section.content .padding p{
	padding-bottom: 14px;	
}
section#content section.content .padding article h3,h4{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #b27427;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
/* Formulieren */

section#content section.content .padding form table th{
	width: 300px;
	text-align: left;
	font-weight: normal;
	padding: 5px;
}
section#content section.content .padding form table td{
	padding: 5px;	
}
section#content section.content .padding form table td input[type="text"],
section#content section.content .padding form table td input[type="date"],
section#content section.content .padding form table td input[type="email"],
section#content section.content .padding form table td textarea,
section#content section.content .padding form table td select
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	padding: 5px;
	width: 250px;
	border: 1px solid #ccc;
	font-size: 12px;
}
section#content section.content .padding form table td select{
	width: 262px;
}

/* Lijsten */
section#content section.content .padding ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside; 
	padding-bottom: 15px;       
}
section#content section.content .padding ul,section#content section.content .padding ol{
	margin-left: 20px;
	margin-bottom: 10px;	
}
section#content section.content .padding ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}
section#content section.content .padding ul li ul li{
	list-style: circle outside;
}
section#content section.content .padding dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}

section#content section.content figure.pageImage{
	/*rounded corner right*/
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	width: 773px;
	height: 150px;
	overflow: hidden;
}
section#content section.content figure.pageImage img{
	width: 773px;	
}

section#content .content.submenu{
	margin-right: 20px;
	width:185px;
	padding-left: 20px; 
	float: left;
	/*rounded corner right turn off*/
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	/*rounded corner left*/
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
}

section#content .content.submenu ul li{
	min-height: 25px;
	padding: 3px;
	padding-left: 0px;
	border-bottom: 1px solid #e3e3e3;
	text-transform: uppercase;
	font-size: 12px;
}

section#content .content.submenu ul li ul{
	margin-left: 10px;	
}
section#content .content.submenu ul li ul li{
	border-bottom: 0px;
	padding-left: 11px;
	background-image: url(../images/pepwiersma/littleStripe.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;	
}
section#content .content.submenu ul li ul li a.active,section#content .content.submenu ul li ul li a:hover{
	color: #3c3c3b;
	text-decoration: underline;	
	
}

section#content .content.submenu ul li ul li a{
	content '- ';	
}
section#content .content.submenu ul li ul li a{
	font-weight: normal;
	text-transform: none;	
}
section#content .content.submenu ul.yellow{
	margin-top: 15px;	
}
section#content .content.submenu ul.yellow li{
	color: #b27427;
	font-size: 11px;
	
	text-transform:none;
}

section#content .content.submenu ul.yellow li{
	
	min-height: 12px;	
	padding: 0;
	padding-bottom: 7px;
}
section#content .content.submenu ul.yellow li.first{
border-bottom: none;	
padding-bottom: 0;
}
section#content .content.submenu ul li a{
	color: #445b88; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;	
}

section#content section.content h2, section#content section.content h3, section#content section.content .error {
	margin-top: 25px;
}
/* error */

.error{
	position: absolute;
	background-color:#faf2db;
	border: #F90 2px solid;
	width: 400px;
	min-height: 20px;
	padding: 20px;
	border-radius: 5px;	
	left: 40%;
	top: 300px;
	background-image: url(../images/pepwiersma/close.png);
	background-position: right top;
	background-repeat: no-repeat;
	
}
.success{
	position: absolute;
	background-color:#faf2db;
	border: #6C0 2px solid;
	width: 400px;
	min-height: 20px;
	padding: 20px;
	border-radius: 5px;	
	left: 40%;
	top: 20%;
	background-image: url(../images/pepwiersma/close.png);
	background-position: right top;
	background-repeat: no-repeat;
	
}


/*highlights*/


	
	#highlights ul{ 
	 	margin: 0;
		padding: 0;
		width: 820px;
		margin-left: 5px;
		
		
	}
	#highlights ul li{
		display: block;
		width: 200px;
		float: left;
		
	}
	#highlights ul li h3{
		font-size: 12px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin-bottom: 15px;
	}
	#highlights ul li.last{
		background: none;
	}

	#highlights ul li img{
		
	}
	#highlights ul li ul{
		width: 190px;
		float: none;
		
	}
	#highlights ul li ul li{
		list-style-position: inside;	
		list-style:circle;	
	}

/*footer*/
section#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#FFF;
	height: 50px;
	padding-top: 30px;
	text-align: center;
	-webkit-box-shadow: 0px -2px 2px 2px #a69a82;
	-moz-box-shadow: 0px -2px 2px 2px #a69a82;
	box-shadow: 0px -2px 2px 2px #a69a82; 
	  /* Voor IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#a69a82')";
	  /* Voor IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=0, Color='#a69a82');
	text-align: center;
	background-image: url(../images/pepwiersma/footerbg.png);
	background-position: center top;
	background-repeat: no-repeat; 
}

section#footer ul{
	display: inline;
}

section#footer ul li{
	display: inline;	
	color: #445b88;
	font-family: "Century Gothic";
}
section#footer ul li ul{
	display: none;	
}

section#footer ul li a{
	color: #445b88;
	text-decoration: none;
	height: 16px;
	font-family: "Century Gothic";
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	display: inline;
	border-right: 1px solid #fec00f;
}
section#footer ul li a:hover{
	text-decoration: underline;	
}
/*home*/
img.headerTitle{
	margin: 0 auto;	
	display: block;
	margin-bottom: 60px;
}
section.columnLeft{
	float: left;
	width: 288px;
	height: 390px;	
	margin-right: 155px;
	
}

section.columnRight{
	float: right;
	width: 288px;
	height: 390px;
}

img.columnCenter{
	float: left;	
}
/*sitemap*/
section#content section.content section.padding	ul.sitemap0{
		list-style: none;
		margin: 0;
		padding:0;	
	}
section#content section.content section.padding	ul.sitemap0 li{
		list-style: none;	
	
		
	}
section#content section.content section.padding	ul.sitemap0 li a{
		text-transform: uppercase; 
		color: #445b88;
		text-decoration: underline;
		list-style: none;
		display: block;
		padding-bottom: 25px;
		font-weight: bold;
			font-size: 12px; 
		
	}

section#content section.content section.padding	ul.sitemap1 li{
	list-style: disc;	
}
	
section#content section.content section.padding	ul.sitemap1 li a{	
	color: #000;
	font-size: 11px;
	padding-bottom: 10px;
	font-weight: normal;
}
section#content section.content section.padding	ul.sitemap2 li{
	list-style: circle;	
	margin-left: 20px;
}
	

/* searchpage */ 

section#content section.content section.padding ol.searchResults{
	list-style-type:none;
	list-style: none;
	margin: 0;
	padding: 0;
}
section#content section.content section.padding ol.searchResults li{
	list-style-type:none;
	list-style: none;	
	padding: 20px;
	padding-left: 10px;
}

section#content section.content section.padding ol.searchResults li:nth-child(odd) {
	background-color: #f2f2f2;	
}
section#content section.content section.padding ol.searchResults li:hover{
	background-color: #fff3d0;	
}
section#content section.content section.padding ol.searchResults li:hover a{
	color: #b27427;
	
}


span.searchHighlight{
	color: #b27427;
	font-weight: bold;
}

#infoBox{
    width:842px;
    height:352px;
    position:absolute;
    top:150px;
    left:18%;
    margin:0px auto;
    z-index:999999;
    display:none;
}

#infoImage{
    position:absolute;
    right:100px;
    top:0px;
}
#closeInfobox{
    position:absolute;
    right:15%;
    top:8%;
}