* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #cc0000;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	width: 90%;
	margin: 0 auto;
}

#header {
	margin: 10px 0 10px 0;
}

span.space {
	clear: both;
	display: block;
	height: 10px;
}

img.logo_alt {
	float: right;
	padding-top: 30px;
}
img.logo {
	float: left;
	padding-bottom: 10px;
}

img.nieuws {
	float: left;
	clear: none;
}


.lijstrij {
	width: 100%;
	background-image: url('img/lijst_bg.jpg');
	line-height: 25px;
}

.lijstrij img.lijstimg {
	padding-top:  3px;
	padding-right: 6px;
	padding-left: 30px;
	margin-right: 6px;
	vertical-align: top;
	border-right: 1px solid #cccccc;
}



.inhoud {
	background: #fff;
	font-size: 14px;
}
.inhoud .content-middle {
	padding: 20px;
}
.inhoud .content-bottom {
	background: #fff;
	height: 7px;
}

.inhoud .content-top .clb {
	float: left;
	width: 7px;
	height: 7px;
	background: url('img/clb.gif') no-repeat left top;
}
.inhoud .content-top .crb {
	float: right;
	width: 7px;
	height: 7px;
	background: url('img/crb.gif') no-repeat right top;
}
.inhoud .content-bottom .clo {
	float: left;
	width: 7px;
	height: 7px;
	background: url('img/clo.gif') no-repeat left bottom;
}
.inhoud .content-bottom .cro {
	float: right;
	width: 7px;
	height: 7px;
	background: url('img/cro.gif') no-repeat right bottom;
}

.inhoud h1.nieuws {
	color: #cc0000;
	font-size: 14px;
	padding-top: 15px;
}

.inhoud h1 {
	color: #cc0000;
	font-size: 18px;
}

.inhoud h2 {
	color: #ccc;
	font-size: 12px;
}

.inhoud p {
	font-size: 12px;
}

.leesmeer {
	color: #cc0000;
	font-size: 12px;
	text-decoration: none;
}

.stand_right {
	
}
.stand_cijfer {
	float:  left;
}
.stand_kop {
	padding-top: 3px;
	color: #fff;
}

.stand_kop p {
	float:left;
	margin-top: 5px;
	font-weight: bold;
	color: #ccc;
}

.black {
	background: url('img/black_bg.jpg') repeat-x;
	height: 41px;
}

.black_left {
	height: 41px;
	width: 7px;
	float: left;
	background: url('img/black_left.jpg') no-repeat;
}
.black_right {
	height: 41px;
	width: 7px;
	float: right;
	background: url('img/black_right.jpg') no-repeat;
}
.black_content {
	height: 41px;
	float: left;
}


.button {
	background: url('img/button_bg.jpg') repeat-x;
	height: 41px;
}

.button_left {
	height: 41px;
	width: 7px;
	float: left;
	background: url('img/button_left.jpg') no-repeat;
}
.button_right {
	height: 41px;
	width: 7px;
	float: right;
	background: url('img/button_right.jpg') no-repeat;
}
.button_content {
	height: 41px;
	float: left;
	
}

a img {
	border: 0px solid #fff;
	text-decoration: none;
}

.ad {
	background: url('img/s_bg.jpg') repeat-x;
	height: 150px;
	text-align: center;
}
.ad img {
	margin-top: 10px;
}

.ad p {
	padding: 10px;
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
}

.ad_left {
	height: 150px;
	width: 7px;
	float: left;
	background: url('img/s_left.jpg') no-repeat;
}
.ad_right {
	height: 150px;
	width: 7px;
	float: right;
	background: url('img/s_right.jpg') no-repeat;
}
.ad_content {
	height: 150px;
	float: left;
	width: 90%;
}

#content_header {
	padding: 20px;
}

.inhoud .content-middle .nomargin {
	padding: 0;
}