/* body ----------------------------------------------------------- */
body { 
	margin: 15px 0px;
	padding: 0px;
}

img {
	border: 0;
}

/* achtergrondafbeeldingen ----------------------------------------------------------- */
#content {
	background:  transparent url('../shared/intro-bg.jpg') top left repeat-y;
}

.portal-item {
	padding: 20px 0;
	text-align: center;
}


/* hyperlinks ----------------------------------------------------------- */

a { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a:link { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
}

a:hover { 
	color: #839ebb; 
	text-decoration: none; 
}

a:active { 
	color: #FFFFFF; 
	text-decoration: none; 
}

/* teksten ----------------------------------------------------------- */

.tekst {
color: #ffffff; 
font-size: 12px; 
font-family: arial, verdana, times; 
font-weight: normal; 
font-style: normal;
text-decoration: none; 
margin: 30px 25px 20px 28px;
padding: 0px 0px 0px 0px;
text-align: justify;
line-height: 17px;
}

/* commontags ----------------------------------------------------------- */

.tags { color: #ffffff; font-size: 11px; font-family: arial, "trebuchet ms"; text-decoration:none; text-align: center; margin: 0; padding: 0; }
