@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}
h1, h2, h3, h4, h5{
	color:#293086;
}
h2{
	font-size:18px;
	margin-top:5px;
	margin-bottom:5px;
}
h5{
	font-size:11px;
	margin-bottom:0px;
	padding-bottom:0px;
}
p{
	margin:0px;
}
a{
	color:#293086;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.spacer{
	line-height:20px;
	height:20px;
}
#container{
	width:999px;
	margin: 0 auto;
}
#header{
	position:relative;
/*	background-image:url(../images/bg_top.jpg);*/
	background-repeat:no-repeat;
	height:220px;
}
#header #headerNav{
	position:absolute;
	top:25px;
	right:5px;
	color:#666;
}
#header #headerNav a{
	color:#666;
	text-decoration:none;
}
#header #headerNav a:hover{
	color:#666;
	text-decoration:underline;
}
#navigatie{
	width:1002px;
	margin-top:9px;
	height:64px;
}
#contentContainer{
	float:left;
	width:810px;
}
#mainContent{
	margin:27px 0;	
}
#sideBarContainer{
	float:right;
	width:189px;
	color:#011959;
}
#footer{
	clear:both; 
	/*border-top:1px solid #011959;*/
	text-align:center;
	height:43px;
	line-height:34px;
	color:#58595b;
}
#footer a{
	color:#58595b;
	text-decoration:none;
}
#footer a:hover{
	color:#58595b;
	text-decoration:underline;
}

/* SIDEBAR RECHTS! */
.zoekenBanner{
	position:relative;
	height:40px;
}
.zoekenBanner input[type="text"]{
	border:1px solid #011959;
	width:124px;
	height:20px;
	margin:0;
	padding:0;
}
.zoekenBanner .zoekButton{
	position:absolute;
	right:0px;
	top:0px;
}
.zoekenBanner .zoekButton input{
	width:60px;
	height:20px;
	border:1px solid #011959;
	background-color:#011959;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.nieuwsbriefBanner{
	background-image:url(../images/nieuwsbriefbanner.jpg);
	background-repeat:no-repeat;
	width:189px;
	height:114px;
}
.nieuwsbriefBanner a{
	color:#011959;
	text-decoration:none;
}
.nieuwsbriefBanner a:hover{
	text-decoration:underline;
}
.nbInner{
	margin:0 15px;
}
.nbInner div{
	line-height:32px;
	font-weight:bold;
}
.hulpBanner{
	margin-top:-20px;
	background-image:url(../images/hulpbanner_repeat.gif);
	background-repeat:repeat-y;
}
.hulpHeader{
	background-image:url(../images/hulpbanner_header_femke.jpg);
	width:189px;
	height:116px;
}
.hulp{
	width:159px;
	margin:10px auto 15px auto;
}
.hulpBottom{
	background-image:url(../images/hulpbanner_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:189px;
	height:11px;
}

.twitter{
	background-image:url(../images/hulptwitter_repeat.gif);
	background-repeat:repeat-y;
}
.twitterTop {
	background-image:url(../images/hulptwitter_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.twitterBtm {
	background-image:url(../images/hulptwitter_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-left:1px;
	padding-bottom:6px;
	/*padding-top:76px*/
}
.twitterPastoorTop {
	background-image:url(../images/pastoortwitter_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.twitterlink { display:block; height:76px; text-decoration:none; }
/* TAG-CLOUD */
#tagCloud{
	clear:both;
	border-top:1px solid #011959;
	border-right:1px solid #011959;
	border-left:1px solid #011959;
	border-bottom:1px solid #011959;
}
#cloud{
	margin:10px;
	color:#ed7404;
	font-size:18px;
	font-weight:bold;
}
#tagCloud #intro{
	color:#555555;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
}
#tagCloud h1{
	font-size:13px;
	line-height:18px;
	display:inline;
	color:#777777;
	font-weight:bold;
	background:none;
	border:none;
}
#tagCloud h2{
	font-size:12px;
	line-height:18px;
	color:#777777;
	display:inline;
	font-weight:bold;
	background:none;
	border:none;
}
#tagCloud h3{
	font-size:11px;
	color:#777777;
	display:inline;
	font-weight:bold;
	line-height:18px;
}
#tagCloud h4{
	font-size:11px;
	color:#777777;
	display:inline;
	font-weight:bold;
	line-height:18px;
}
#tagCloud h5{
	font-size:10px;
	color:#777777;
	display:inline;
	font-weight:bold;
	line-height:18px;
}
#tagCloud a{
	font-size:12px;
	text-decoration:none;
	color:#777777;
}
#tagCloud a:hover{
	font-size:12px;
	text-decoration:underline;
	color:#777777;
}

/* SITEMAP */
.sitemap {
	background-color: #e5e8ef;
	color:#333;
	padding:15px;
}
.sitemap a {
	text-decoration:none;
	padding-top:4px;
	color:#333;
	display:block;
}
.sitemap a:hover {
	text-decoration:underline;
}
.sitemap ul li ul a {
	padding-top:0px;
	font-style:italic;
	font-weight:normal;
	color:#666;
	padding-left:10px;
}
.sitemap ul{
	margin-left:0;
	padding-left:0;
	list-style: none;
}
.smKolom{
	float:left;
	width:240px;
}

