/* standaard padding, margin en border op 0 */
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
	color: #000000;
	z-index: 3;
}
/*Background wordt dubbel aangeroepen (anders showt hij niet in IE)*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(images/image/background.png) repeat;
}
/*Normale text opmaak*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	line-height:18px;
	
}
/*Tabel opmaak*/
TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	line-height:18px;
	
}
/* alles omvattende klasse */
#content{
	padding-top: 25px;
	background: url(images/image/background.png) repeat;
	background-size: 100%;
	background-color: #607B89;
	text-align: center;
	font-family: tahoma, geneva, helvetica, sans-serif;
	
	height:;
	z-index: 1;
}

/*div voor alle inhoud, inclusief footert */
#container1{
	position: relative;
	margin: auto;
	width: 913px;
	height: 607px;
	z-index: 1;

}

/* div voor alle inhoud, exclusief footert */
#container{
	position: relative;
	margin: auto;
	width: 913px;
	height: 585px;
	background-image: url(images/containerbg.png);	
	z-index: 1;
	
}

#logo{
	position: absolute;
	left: 14px;	
}

#oog{
	position: absolute;
	right: 14px;
	top: 40px;
}

#nieuwsbrief{
	position: absolute;
	right: 14px;
	top: 21px;	
}

input{
	border: 1px solid #000;
	height: 18px;
}

/*submit knop in het nieuwsbriefveld */
#submit{
	position: relative;
	color: #FFF;
	font-size: 8px;
	background-color: #000;
	width: 53px;
	height: 18px;
}

/*html>body wordt alleen 'gezien' door niet IE */
html>body #submit{
	top: 1px;
}

#title{
	position: absolute;
	right: 44px;
	top: 36px;
	z-index: 2;
}

#black_bar{
	position: absolute;
	background-color: #000000;
	top: 64px;
	left: 14px;
	z-index: 2;
	width: 879px;
	height: 42px;
		
}

#left_visual_home{
	position: absolute;
	left: 14px;
	top: 68px;
	width: 480px;
	height: 467px;
}
#left_visual_home_bg {
	position:absolute;
	z-index:3;
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	left:14px;
	width:480px;
	top:445px;
	height:85px;
	text-align:left;
	color:#FFF;
}
#left_visual_home_text{
	float:left;
	font-family:Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	
	position:absolute;
	z-index:4;
	left:14px;
	top:445px;
	height:80px;
	padding:3px;
	text-align:left;
}
#left_visual_home_text_right p a:visited{
	float:right;
	position:absolute;
	text-align:right;
	font-size:20px;
	width:300px;
	margin-top:4px;
	line-height:25px;
	vertical-align:baseline;
	color:#ffffff;
}
#left_visual_home_text_right p a:link{
	float:right;
	position:absolute;
	text-align:right;
	font-size:20px;
	width:300px;
	margin-top:4px;
	line-height:25px;
	vertical-align:baseline;
	color:#ffffff;
}
#left_visual_home_text_right p a:hover{
	float:right;
	position:absolute;
	color:#91BAD0;
	font-size:20px;
	text-decoration:none;
}


#text_home{
	text-align:left;
	overflow:auto;
	position: absolute;
	top: 68px;
	left: 496px;
	width: 397px;
	height: 467px;
	background-color: #FFFFFF;	
}

#left_visual{
	position: absolute;
	left: 14px;
	top: 68px;
	width: 429px;
	height: 464px;
}

#text{
	position: absolute;
	top: 68px;
	left: 446px;
	width: 447px;
	height: 464px;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
}

p{
	padding-left: 15px;
	padding-right: 15px;
	font-family: helvetica;
	font-variant: normal;
	font-size: 12px;
}

/*kleine headers voor in de tekst */
h1{
	padding-left: 15px;
	padding-right: 15px;
	font-family: verdana;
	font-variant:small-caps;
    font-weigth:normal;
    letter-spacing: 0.75px;
    color: #91BAD0;
    font-size: 12px;
}

/*grote headers */
h2{
    padding-left: 15px;
    line-height: 3em;
    font-family: Verdana, Helvetica;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
	text-transform:uppercase;
}
/*kopje voor nieuwstitles*/
h2.nieuws {
	font-family: Verdana,Helvetica,sans-serif;
	font-variant: normal;
	text-transform: uppercase;
}
/*Kopje voor welcome en laatste nieuws*/
span.hometitle {
	font-family: Verdana,Helvetica,sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	font-size:16px;
	letter-spacing:0.5px;
}
/*een standaard link*/
a{
	font-family: verdana;
	color: #91BAD0;
	font-size: 14px;
	text-decoration: none;
}
/*mouseover link */
a:hover{
	text-decoration: underline;	
}
/*Links van anchorlinks*/
#anchor {
	padding-left:16px;
	padding-right:20px;
	color:#000000;
	font-family:tahoma,geneva;
	font-size:10pt;
	font-variant:small-caps;
}
a.anchor:hover {
	text-decoration:underline;
}
a.anchor {
	color:#000000;
	font-family:arial;
	font-size:10pt;
	font-variant:small-caps;
	text-decoration:none;
}
/*positie van nacigatiebar*/
#navbar{
	position: absolute;
	left: 14px;
	top: 542px;
	z-index:20;	
}
/*Footer is label naar cubbrilliant */
#footer{
	position: absolute;
	left: 14px;	
	margin-top:-8px;
}
#mailformbox {
	position:absolute;
	text-align:left;
	font-size:10px;
	padding-left:15px;
	padding-top:4px;
	width:285px;
	height:196px;
	z-index:40;
	background-image:url(images/mailform_bg.png);
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	letter-spacing:0.5px;
	top:200px;
	left:50%;
	margin-left:-150px;
}

span.kidsclublink a:visited{
	color:#90b7c8;
	font-variant:small-caps;
	text-decoration:none;
	letter-spacing:1px;	
}
span.kidsclublink a:link{
	color:#90b7c8;
	font-variant:small-caps;
	text-decoration:none;
	letter-spacing:1px;
}
span.kidsclublink a:hover{
	color:#666666;
	font-variant:small-caps;
	text-decoration:none;
	letter-spacing:1px;
}
span.kidsclublink a:active{
	color:#90b7c8;
	font-variant:small-caps;
	text-decoration:none;
	letter-spacing:1px;
}