/* Debugging */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
}



/* General Type */
________________ Basic typo classes{}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	text-transform: none;
	margin: 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 5px;
	color: #FFFFFF;
	clear: both;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px 0px 1px;
	padding-top: 8px;
}
h4 {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	text-transform: none;
	margin: 0px 0px 1px;
	padding: 8px 0px 2px;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#mainitem{
	width: 328px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 16px 0px 16px;
	font-weight: normal;
}
#intro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 16px 0px 16px;
	font-weight: bold;
}
#imagetext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 16px;
	font-weight: normal;
	font-style: italic;
}



/* Links */
________________ General Link{}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#arrowSmall {
	background-image: url(../images_layout/arrow.gif);
	background-repeat: no-repeat;
	padding-top: -2px;
	margin-bottom: 4px;
	background-position: left top;
}
#arrowSmall a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 7px;
}
#arrowSmall a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 7px;
}
#arrowSmall a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-left: 7px;
}
#arrowBig {
	background-image: url(../images_layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#arrowBig a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 7px;
}
#arrowBig a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 7px;
}
#arrowBig a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 7px;
}


/* Global class for the container*/
#container {
	position: relative;
	width: 856px;
	height: auto;
	top: 24px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	
}



/* Navigation */
#navigation{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 88px;
}
#navigationMain {
	position: relative;
	left: 432px;
	height: 32px;
	width: auto;
}
#navigationMain ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#navigationMain li{
	float: left;
	margin-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
#navigationMain li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navigationMain li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navigationMain li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Logo */
#logo{
	position: relative;
	height: 56px;
	left: 345px;
	width: 400px;
}


/* Content */
#articleContent{
	position: absolute;
	width: 536px;
	height: auto;
	left: 0px;
	top: 88px;
}
#articleContent img{
	padding-top: 16px;
}

#articleSec{
	position: absolute;
	width: 208px;
	height: auto;
	left: 648px;
	top: 88px;
}
#articleSecItem{
	padding-bottom: 16px;
}



#newsOverviewContent{
	position: absolute;
	width: 856px;
	height: auto;
	left: 0px;
	top: 88px;
}
#newsOverviewTitle{
	position: relative;
	height: 16px;
	left: 432px;
	width: 300px;
	padding-bottom: 8px;
	display: block;
}

#newsOverviewItem{
	position: relative;
	height: auto;
	left: 0px;
	width: 856px;
	margin-top: 8px;
	clear:both;
}
#newsOverviewItemImage{
	float: left;
	width: 432px;
	padding-bottom: 24px;
}
#newsOverviewItemImage img{
	float: right;
}
#newsOverviewItem p{

	width: 208px;
	padding-bottom: 5px;
}
#newsOverviewItemText{
	float: left;
	width: 408px;
	padding-left: 8px;
}
#newsOverviewLinklist{
	padding-left: 440px;
	padding-bottom: 24px;
}

.illustratie_links {
	clear: right;
	float: left;
	padding-right: 10px;
}
.lijntje {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.arrowSmall_nolink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
