/* Enkele algemene instellingen om problemen te vermijden */

* {
	margin: 0;
	margin: 0;
}
/* General element-divs */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  color : #666666;
}
H1 {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
H2 {
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	text-align: left;

}
H3 {
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
	text-align: center;
}

input.text {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
	width: 300px;
}

p {
	font-size: 1em;
}

td {
	font-size: 1em;
}
a:link {
	text-decoration: none;
	color: #003366;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #666699;
}
a:active {
	text-decoration: none;
	color: #666699;
}


li {
	margin: 10px 0px 10px 10px;
	list-style-type: disc;
}
hr {
	margin: 5px 0px 5px 0px;
}

/* -------- styles for class column --------- */

p.column {
	color: white;
}
a.column {
	color: yellow;
}

H1.column {
	color: #DAD5C5;
	font-weight: bold;
	text-align: center;
}

/* Lay-out & positioning divs*/

#container {
}
#navigation {
	}
#navigation img {
}
#content{
}
#column {
}
#footer{
}
/* ----- stylez for template-generated divs------*/
/* -------- styles for div intro --------- */

#intro {
	margin: 10px;
}

#intro p {
	font-size: 12px;
	padding-bottom: 1.5em;
}

/* -------- styles for div newsarticle --------- */

#newsarticle {
	margin: 10px;
}

#newsarticle p{
	font-size: 12px;
	color: black;
	line-height: 1.5em;
	padding-bottom: 1.5em;
}

#newsarticle h1{
	color: #3399CC;
	font-size: 16px;
}

#newsarticle span {
	font-size: 12px;
	color: black;
	margin-top: 10px;
}

/* -------- styles for div related --------- */

#related {
	margin-left: 25px;
	background-color: white;
	width: 200px;
	overflow: hidden;
	line-height: 1.5;
}

#related p {
	color: black;
	font-size:12px;
	padding-bottom: 1.5em;
	margin: 5px;
}
#related-cover {
	background-color: white;
	width: 200px;
	overflow: hidden;
}

#related-cover p {
	color: black;
	font-size:12px;
}

/* -------- styles for div summary --------- */

#summary div {
	margin: 10px;
	font-size: 10px;
	clear: both;
}
#summary img {
	position: relative;
	float:left;
	height: 100px;
	width: 100px;
	margin-right: 20px;
}
#summary h1 {
	font-weight: bold;
	margin-left: 120px;
}
#summary span.date {
	float: left;
	width: 115px;
}
#summary span.link {
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
}

#summary span.archive{
	clear: both;
	position:relative;
	left: 125px;
}

/* -------- styles for div archieflinks --------- */

#archieflinks{
	font-size:12px;
	margin: 10px;
}
#archieflinks span.huidigelink {
	font-weight: bold;
	color: black;
}

/*--- Finally, we let the page print correctly --*/

@media print {

	#navigation {
		display: none;
	}
	#column {
		display: none;
	}
	#footer {
		display: none;
	}
}