/* CSS Document */

body 
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	background-color: #00ADEF;
	}

.site
	{
	position: relative;
	width: 1100px;
	margin-left: auto;
	margin-right:auto;
	background-color: #FFFFFF;
	}

.banner 
	{
	position:relative;
	top:0px;
	left:160px;
	width:940px;
	height:108px;
	background-color:#18079D;
	text-align: center;
	}
	
.content{
	position:relative;
	top:0px;
	width: 560px;
	left:160px;
	height:460px;
	background-image:url("images/index_03.gif");
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#FFFFFF;
	padding: 50px;
	padding-left:50px;
}

*html .content{
width: 510px;
w\idth: 500px;
}

.content[class]{
	background-attachment:inherit;
	min-height:460px;
	height: auto;
	width:540px;
	top:0px;
}

*html .content[class]{
	width: 500px;
	w\idth: 490px;
	}

.kalender{
	position: absolute;
	background-color:#18079D;
	width: 280px;
	top: 108px;
	right: 0px;
	height:auto;
	padding-left: 10px;
	padding-bottom: 20px;
	background-image: url("images/index_05.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 15px;
	color: orange;
	
}
.commentaar{
	padding-left: 15px;
	font-size: 12px;
	color: white;
}

.overgang{
	position: absolute;
	background-image:url("images/index_04.gif");
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	top: 108px;
	right: 290px;
	width: 10px;
	height: 10px;
	}
	
.onderkant{
	position: relative;
	background-image:url("images/index_05.gif");
	background-color: #18079D;
	background-repeat: no-repeat;	
	bottom: -40px;
	left: 10px;
	width: 290px;
	height:20px;
}
	
.menu {
	position: absolute;
	top: 0px;
	background-color:#18079D;
	width:160px;
	height: 100%;
}


.menu a {
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover {
	color:#FFFFFF;
}
.menu a:visited {
	color:#FFFFFF;
}
.menu a:active {
	color:#FFFFFF;
}

.cirkel {
	position:relative;
	top:0px;
	width:160px;
	height: 160px;
	background-image:url(images/cirkel.gif);
}

.MenuItem {
	color:#FFFFFF;
	font-size:18px;
	margin:5px;
	margin-left:16px;
	margin-right:16px;
	cursor:hand;
	z-index:789;
	padding:3px;
	border:0px solid #E75654;
	border-left:4px solid #E75654;
}
.MenuItem[class] {
	cursor:pointer;
}


.SubMenuItem {
	position: absolute;
	left: 143px;
	background-color:#18079D;
	padding:3px;
	border:0px solid #E75654;
	/*display:none;*/
	width:170px;
}
.SubMenuItem {
	position: absolute;
	left: 143px;
	background-color:#18079D;
	padding:3px;
	border:0px solid #E75654;
	display:none;
	width:170px;
}


.SubMenuItem div  {
	border:0px solid #E75654;
	border-left:4px solid #E75654;
	padding:3px;
	margin:3px;
	margin-top:6px;
	margin-bottom:6px;
}

#SubHome {
	top:167px;
}
#SubHome[class] {
	top:163px;
}

#SubOverKSA {
	top:210px;
	width:170px;
}
#SubOverKSA[class] {
	top:195px;
	width:170px;
}
#SubGeschiedenis{
	top:272px;
}
#SubGeschiedenis[class]{
	top:268px;
}
#SubInteractief{
	top:310px;
}
#SubInteractief[class]{
	top:300px;
}
#MenuItemLeiding {
	position:relative;
	top:30px;
}

#SubMenuFotos{
	top:100px;
}

/*index*/
.blog_titel{
	font-size: 20px;
	font-style: oblique;
	}
.blog_text{
	padding-left: 15px;
	font-size: 15px;
	}
