body, html {
	background : black;
	color : #ccc;
	font-size : 12px;
	font-family : Verdana, Arial, helvetica, sans-serif;
	margin : 0;
	padding : 0;
	height : 100%;
}

a:link, a:visited, a:active {
	color : #ccc;
}

a:hover {
	color : red;
}

.download{
	width: 500px;
	height: 400px;
	position: absolute;
	z-index: 2;
	top: 200px;
	left: 50%;
	margin: 0 0 0 -250px;
}

#container {
	width : 970px;
	margin : 0 auto;
	background : url(img/layout/body.png) repeat-y;
	position: relative;
	z-index: 1;
}

#header {
	background : url(img/layout/top.png) no-repeat;
	width : 790px;
	height : 147px;
	margin : 0;
	padding : 25px 90px 1px 90px;
}

#menu {
	background : url(img/layout/menu.png) no-repeat;
	width : 970px;
	height : 20px;
	padding : 10px 0 5px 0;
	text-align : center;
}

#menu a {
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #ccc;
	height : 13px;
	padding : 5px 15px 7px 15px;
	background : url(img/layout/not_selected.png) repeat-x;
}

#menu a:hover {
	background : url(img/layout/selected.png) repeat-x;
}

#body {
	padding : 0 86px;
	width : 798px;
	margin : 0;
}

#kolom_links {
	float : left;
	width : 159px;
}

#kolom_midden {
	margin : 0 160px;
	text-align : justify;
}

#kolom_rechts {
	float : right;
	width : 159px;
}

div.block {
	background : url(img/layout/kolom_body.png) repeat-y;
	width : 159px;
}

div.block_top {
	background : url(img/layout/kolom_top.png) no-repeat top;
	width : 100%;
	height : 7px;
}

div.block_bottom {
	background : url(img/layout/kolom_bottom.png) no-repeat bottom;
	width : 100%;
	height : 7px;
}
div.block_body {
	padding : 0 7px;
}

.block h3 {
	font-size : 12px;
	font-weight : bold;
	color : red;
	margin : 0;
}

h4 {
	font-size : 12px;
	font-weight : bold;
	color : red;
	margin : 0;
}

input.text {
	border : 1px solid black;
	background : #515151;
	color : #ccc;
	width : 141px;
}

input.submitbutton {
	border : 1px solid black;
	background : #515151;
	color : #ccc;
	font-weight : bold;
}

#kolom_midden h3 {
	color : red;
	margin : 0;
	font-size : 22px;
	font-weight : bold;
}

h1 {
	color : red;
	margin : 0;
	font-size : 18px;
	font-weight : bold;
}

div.h2 {
	border : 1px solid black;
	border-width : 1px 0;
	margin : 10px 0 0 0;
}

#kolom_midden h2 {
	margin : 0;
	padding : 1px 0 1px 7px;
	background : #2c2c2c;
	border : 1px solid #515151;
	border-width : 1px 0;
	font-size : 12px;
}

#kolom_midden h3 {
	margin : 0;
	padding : 1px 0 8px 7px;
	font-size : 10px;
	font-weight : normal;
}

p.reactions {
	text-align : right;
}

div.reaction {
	border : 1px dashed #515151;
	border-width: 1px 0 0 0;
	margin : 5px 0 15px 0;
}

img.picleft {
	border : 1px solid #515151;
	margin : 2px 4px 2px 0;
	float : left;
}

img.picright {
	border : 1px solid #515151;
	margin : 2px 0 2px 4px;
	float : right;
}

img.sponsor {
	border : 1px solid #515151;
	margin : 1px;
}

table.laninfo {
	border : 1px solid #515151;
	background : black;
	margin : 10px 0 5px 5px;
	float : right;
	width : 250px;
}

table.crewinfo {
	border : 1px solid #515151;
	background : black;
	margin : 0;
	text-align : left;
}

tr.on {
	background : #333;
}
tr.ev {
	background : #444;
}

td, th {
	vertical-align: top;
	text-align : left;
}

div.quote {
	border : 1px solid #515151;
	background : #2c2c2c;
	margin : 5px 0 5px 10px;
	padding : 2px;
}

#comment {
	background : url(img/layout/bottom.png) no-repeat top;
	height : 100px;
	width : 970px;
	clear : both;
	text-align : center;
	padding : 61px 0 0 0;
	color : #666;
	font-size : 10px;
}

#comment a:link, #comment a:visited, #comment a:active {
	color : #666;
}

.timestyle {
	font-size : 10px;
}
    /* Dit zijn de styles die gebruikt worden door het systeem */
    .sterren{
        width:80px;
        height:16px;
        margin:0 0 20px 0;
        padding:0;
        list-style:none;
        clear:both;
        position:relative;
        background:url(http://dehuilenderappers.nl/img/star_red.gif) no-repeat 0 0;
    }
    .s0star {background-position:0 0}
    .s1star {background-position:0 -16px}
    .s2star {background-position:0 -32px}
    .s3star {background-position:0 -48px}
    .s4star {background-position:0 -64px}
    .s5star {background-position:0 -80px}
    ul.sterren li {cursor:pointer;float:left;text-indent:-999em;}
    ul.sterren li a {
        position:absolute;
        left:0;
        top:0;
        width:16px;
        height:16px;
        text-decoration:none;
        z-index:200;
    }
    ul.sterren li.s1 a {left:0}
    ul.sterren li.s2 a {left:16px;}
    ul.sterren li.s3 a {left:32px;}
    ul.sterren li.s4 a {left:48px;}
    ul.sterren li.s5 a {left:64px;}
    ul.sterren li a:hover {
        z-index:2;
        width:80px;
        height:16px;
        overflow:hidden;
        left:0;
        background:url(http://dehuilenderappers.nl/img/star_red.gif) no-repeat 0 0;
    }
    ul.sterren li.s1 a:hover {background-position:0 -96px;}
    ul.sterren li.s2 a:hover {background-position:0 -112px;}
    ul.sterren li.s3 a:hover {background-position:0 -128px}
    ul.sterren li.s4 a:hover {background-position:0 -144px}
    ul.sterren li.s5 a:hover {background-position:0 -160px}
    h3{margin:0 0 2px 0;font-size:110%}