/* RPOSIGN style */
/* used by every page */

html, body, span, applet, object, iframe, h3, h5, h6 {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	outline: 0;
  	font-size: 100%;
}

body {
  	background-color: #89888C;
  	background-position: center;
  	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px; 
  	text-align: center; 
}

h1 {
	font:normal 12px Verdana, Geneva;
	color:#FFF;
	margin:4px 10px 0px 10px;
	display:inline;
}

h1 a:link, h1 a:active, h1 a:visited {
	text-decoration:none;
	color:#FFF;
}

h1 a:hover {
	text-decoration:underline;
	color:#CCC;
}

h2 {
	font:normal 11px Verdana, Geneva;
	color:#FFF;
	margin:10px 0px 5px 0px;
	border-bottom:1px solid #FFF;
	padding:2px 0px 2px 20px;
}

h2 a:link, h2 a:active, h2 a:visited {
	text-decoration:none;
	color:#FFF;
}

h2 a:hover {
	text-decoration:underline;
	color:#CCC;
}

h3 {
	font:normal 11px Verdana, Geneva;
	color:#FFF;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 30px;
}

h3 a:link, h3 a:active, h3 a:visited {
	text-decoration:none;
	color:#FFF;
}

h3 a:hover {
	text-decoration:underline;
	color:#CCC;
}


/* center div met schaduw achtergrond */
#outerWrapper {
  margin: 0 auto 0 auto; 
  padding: 0px 0px 0px 0px; 
  text-align: left;
  width: 980px;
}

#contentwrapper {
	width:980px;
	height:570px;
	background-image:url(../images/site_contentback.png);
	position:relative;
	margin:20px 0px 0px 0px;
}


#logo {
	position:absolute;
	left:25px;
	top:19px;
	border:0px;
}

#leukenbijzonder {
	width:400px;
	height:50px;
	position:absolute;
	left:556px;
	top:18px;
	border:none;
}

#opvallendanders {
	position:absolute;
	left:762px;
	top:78px;
	border:0px;
}



#navigatie {
	position:absolute;
	width:930px;
	height:24px;
	top:130px;
	left:25px;
	background-image:url(../images/site_navigatie.png);
	background-repeat:no-repeat;
}


#kadergroen {
	width:255px;
	height:360px;
	position:absolute;
	left:25px;
	top:165px;
	background-image:url(../images/site_kadergroen.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#kaderblauw {
	width:255px;
	height:360px;
	position:absolute;
	left:300px;
	top:165px;
	background-image:url(../images/site_kaderblauw.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#kaderblauwtekst {
	font:normal 11px verdana, geneva;
	color:#FFF;
	line-height:17px;
	width:95%;
	/*margin:10px 0px 0px 10px;*/
	padding:8px 8px 8px 8px;
}
	

#kaderfoto {
	width:380px;
	height:360px;
	position:absolute;
	left:575px;
	top:165px;
	background-color:#C60064;
	background-image:url(../images/startfoto.jpg);
	overflow:hidden;
}

#kaderfotorand {
	width:391px;
	height:377px;
	position:absolute;
	left:570px;
	top:157px;
	background-image:url(../images/site_kaderfotorand.png);
	background-repeat:no-repeat;
}

#fotocontainer {
	height:20px;
	width:20px;
	overflow:hidden;
	visibility:hidden;
	position:absolute;
	left:0px;
	height:0px;
}

#fotostart {
	width:80px;
	background-color:#2CBDEF;
	border:1px solid #333;
	padding:5px 5px 5px 5px;
	position:absolute;
	left:725px;
	top:480px;
	font:bold 12px verdana, geneva;
	color:#FFF;
	text-align:center;
}

#fotostart a:link, #fotostart a:visited, #fotostart a:active {
	text-decoration:none;
	color:#FFF;
}

#fotostart a:hover {
	text-decoration:underline;
	color:#000;
}


#bottom {
	width:900px;
	height:20px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font:normal 10px Verdana, Geneva;
	color:#999;
	position:absolute;
	left:36px;
	top:542px;
	text-align:center;
}


	
