/* CSS Document */
body {
	background-color: #323332;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
}

#header {
	width:auto;
	height:61px;
	margin:0 0 4px 0;
	
}

#middle{
	width:auto;
	height:auto;
}
	
#kop{
	background-color: #FFFFFF;
	clear: both;
	height: 130px;
	overflow: hidden;
	margin: 0 0 4px 0;
}

#kop_foto{
	height: 130px;
	float: left;
}

#kop_tekst {
	color: #FFFFFF;
	font-size: 11px;
	float: left;
	margin: 0px;
}

.artikelen_wrapper{
	height:auto;
	width:auto;
	margin:0 0 3px 0;
	background-color:#FFFFFF;
}

.artikelen{
	height:50px;
	width:auto;
	background:#3e403e;
	margin:3px 0 0 0;
}

.foto{
	height:50px;
	float:left;
}

a:link,
a:visited,
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

ul {
	list-style-type: square;
	margin: 0px;
}

li {
	list-style-type: square;
	margin: 0px;
}

.introImage {
	height: 108px;
	float: left;
	margin: 0px 3px 0px 0px;
	background-color: #570100;
}

.introTitleHolder {
	color: #000000;
	font-size: 14px;
	float: left;
	margin: 0px;
}

.readonText {
	color: #FFFFFF;
	font-weight: normal;
	padding: 3px;
}

.bold {
	font-weight: bold;
}

div#firstArticle {
	background-color: #90121B;
	clear: both;
	height: 108px;
	overflow: hidden;
	margin: 0px;
}

.introTitleHolder a:link,
.introTitleHolder a:visited,
.introTitleHolder a:active {
	color: #000000;
}

.introTitleHolder a:hover {
	color: #000000;
	text-decoration: underline;
}

div#ulHolder {
	background-color: #000000;
	padding: 5px;
	margin: 5px 0px;
	color: #FFFFFF;
}

li a:link,
li a:visited,
li a:active {
	color: #FFFFFF;
}

li a:hover {
	color: #ED1C24;
}

.td {
	color: #FFFFFF;
}