/* CSS (uitzonderingen in) homepage */

#header {
	height: 260px;
	width: 890px;
	background: url(../images/bg-header-home.gif) no-repeat;
	top: 20px;
}

#logoHeader {
	width: 225px;
	left: -112px;
	z-index: 20;
}

#tagCloud {
	height: 230px;
	width: 890px;
	margin-left: 50%;
	border: none;
	position: absolute;
	top: 0px;
	left: -445px;
	z-index: 10;
}

#navigation {
	top: 225px;
}

#contentBlocks {
	height: 190px;
	width: 890px;
	position: relative;
	top: 39px;
}

#contentBlock1 {
	height: 148px;
	width: 229px;
	background: url(../images/bg-block-blue.gif) no-repeat;
	position: relative;
	padding: 21px 27px;
	float: left;
	text-align: justify;
}

#contentBlock2 {
	height: 148px;
	width: 229px;
	background: url(../images/bg-block-green.gif) no-repeat;
	padding: 21px 27px;
	position: relative;
	left: 21px;
	float: left;
	text-align: justify;
}

#contentBlock3 {
	height: 148px;
	width: 229px;
	background: url(../images/bg-block-red.gif) no-repeat;
	padding: 21px 27px;
	position: relative;
	left: 40px;
	float: left;
	text-align: justify;
}

#contentContainer {
	top: 60px;
} 

#topContentContainer {
	background: url(../images/bg-top-content-home.gif) no-repeat;
}

#footer {
	margin-top: -10px;
}

/* Tekst */

#contentBlock1 h1,
#contentBlock2 h1,
#contentBlock3 h1 {
	font-size: 17px;
}

#contentBlock1 h1 {
	background: url(../images/bg-h1-blue.gif) 0px 3px no-repeat;
	color: #008fc2;
	padding: 0px 0px 0px 22px;
	margin-top: 0px;
}

#contentBlock2 h1 {
	background: url(../images/bg-h1-green.gif) 0px 3px no-repeat;
	color: #3a9926;
	padding: 0px 0px 0px 22px;
	margin-top: 0px;
}

#contentBlock3 h1 {
	background: url(../images/bg-h1-red.gif) 0px 3px no-repeat;
	color: #dd4614;
	padding: 0px 0px 0px 22px;
	margin-top: 0px;
}

/* Twittermodule */

#twitter {
	background: url(../images/bg-twitter.gif) bottom left no-repeat;
	border-top: solid 1px #adadad;
	padding: 5px 5px 14px 5px;
	width: 219px;
}



/* Links (tags in header)*/
#tagCloud a,
#tagCloud a:link,
#tagCloud a:visited {
	font-family: Trebuchet MS, Arial, Helvetica sans-serif;
	text-decoration: none;
	border: none;
}

#tagCloud a:hover {
	color: #2d618f;
}

a#tag0 {
	color: #6789a5; 
	font-size: 15px;
	position: absolute;
	left: 49px;
	top: 117px;
}

a#tag1 {
	color: #6789a5; 
	font-size: 21px;
	position: absolute;
	left: 59px;
	top: 167px;
}

a#tag2 {
	color: #96b4ce; 
	font-size: 21px;
	position: absolute;
	left: 156px;
	top: 135px;
}

a#tag3 {
	color: #b4c9da; 
	font-size: 17px;
	position: absolute;
	left: 226px;
	top: 109px;	
}

a#tag4 {
	color: #b4c9da; 
	font-size: 13px;
	position: absolute;
	left: 249px;
	top: 170px;
}

a#tag5 {
	color: #b4c9da; 
	font-size: 13px;
	position: absolute;
	left: 540px;
	top: 102px;	
}

a#tag6 {
	color: #b4c9da; 
	font-size: 11px;
	position: absolute;
	left: 540px;
	top: 170px;	
}

a#tag7 {
	color: #96b4ce; 
	font-size: 13px;
	position: absolute;
	left: 631px;
	top: 142px;	
}

a#tag8 {
	color: #6789a5; 
	font-size: 17px;
	position: absolute;
	left: 739px;
	top: 112px;	
}

a#tag9 {
	color: #6789a5; 
	font-size: 15px;
	position: absolute;
	left: 720px;
	top: 177px;	
}

#sideContent a { /* I.v.m. Twitter module */
	border: none;
}

/* Buttons */
#contentBlocks a.readMore {
	float: left;
	color: #fff;
	display: block;	
	padding: 3px 10px 0px 10px;
	height: 18px;
	background: none;
	position: absolute;
	top: 161px;
	right: 20px;
}

#contentBlock1 a.readMore {
	background: url(../images/bg-read-more-blue.gif) no-repeat 0 0;
}

#contentBlock2 a.readMore {
	background: url(../images/bg-read-more-green.gif) no-repeat 0 0;
}

#contentBlock3 a.readMore {
	background: url(../images/bg-read-more-red.gif) no-repeat 0 0;
}
