html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
    margin: 0;
    padding: 0;
}
body {
    font: 13px 'Myriad Pro', 'Trebuchet MS', sans-serif;
    color: #212121;
    margin: 0;
    padding: 0;
    background: #000;
}
#content input, #content textarea{
    font: 12px 'Myriad Pro', 'Trebuchet MS', sans-serif;
    color: #212121;
    background: #c9cacc;
    border: 0;
}
#content input{
    width: 200px;
}
a, a:hover{
    font: inherit;
    color: inherit;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a img{
    border: 0;
}

#container{
	top: 9px; 
    width: 801px;
    padding: 0;
    text-align: left;
    margin: 0 auto;
    display: block;
    position: relative;
    padding-bottom: 9px;
}


#content{
    width: 490px;
    float: left;
    zoom: 1;
    position: relative;
}
	#content .blok{
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: block;
    	background: #ffffff;
    	margin-bottom: 9px;
    	padding-bottom: 9px;
    	width: 454px;
    	clear: both;
    	padding: 18px;
	}
	#content .nobg{
		background: #000;
		margin: 0;
		width: 460px;
	}
    #content h1, h1{
        font: 24px 'Myriad Pro', 'Trebuchet MS', sans-serif;
        color: #ae180b;
        padding: 0px 0px 18px 0px;
        text-decoration: none;
    }
    #content h2{
        font: 16px 'Myriad Pro', 'Trebuchet MS', sans-serif;
        color: #4f4f4f;
        padding: 0px 0px 9px 0px;
    }
    #content p, p{
        font: 12px 'Myriad Pro', 'Trebuchet MS', sans-serif;
        padding: 0px 0px 18px 0px;
        clear: both;
    }
#spotlight{
	padding-top: 30px;
}
#spotlight p{
	color:#fff;
	padding-right: 10px;
}
#spotlight .links{
	width: 170px;
	float: left;
}
#tabs{
	clear: both;
}
#tabs a{
	float: left;
	color: #ffffff;
	background: #ae180b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	margin: 0px 9px 9px 0px;
	padding: 3px 9px;
	text-decoration: none;
	font: 12px 'Myriad Pro', 'Trebuchet MS', sans-serif;
}

#tabs a:hover{
	-moz-box-shadow: 1px 1px #c1c1c1;
	-webkit-box-shadow: 1px 1px #c1c1c1;
}
#tabs .special{
	background: #4f4f4f;
	float: right;
	color: #fff;
	margin: 0px 0px 9px 9px;
}
#header{
	width: 301px;
	height: 250px;
	margin-bottom: 9px;
	background: url(../images/header.jpg) no-repeat;
	font-weight: bold;
	padding-top: 250px;
}
#header div{
	margin: 9px;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
}
#header span{
	font-weight: bold;
	color: #ae180b;
}
#header p{
	font-weight: normal;
}
#right{
    width: 301px;
    float: right;
}
#right .blok{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    width: 283px;
    background: #c9cacc;
    padding: 9px;
    margin-bottom: 9px;
}

#bottom{
    background: #fff;
    width: 783px;
    padding: 9px;
    clear: both;
    display:  block;
    clear: both;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	margin-bottom: 9px;
}

#footer{
    background: #c9cacc;
    width: 783px;
    padding: 9px 9px 9px 9px;
    clear: both;
    display:  block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/border-radius.htc);
	font: 12px 'Myriad Pro', 'Trebuchet MS', sans-serif;
}	
hr{
    border: 0;
    border-bottom: 1px solid #4b7ac3;
    margin-left: 5px;
    padding: 0;
    display: block;
    width: 545px;
}
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#menu p{
    margin: 4px 0px 15px 0px;
}
#menu_nav a{
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #000000;
    padding-left: 3px;
    color: #000;
    font-size: 24px;
}
#menu_nav a.first{
    border-top: 1px dotted #000000;
}
#menu_nav a span{
    font-size: 12px;
    color: #000;
    display: block;
}
#menu_nav a:hover, #menu_nav a:hover span{
    color: #4f4f4f;
}
#menu_nav ul li a{
    font-size: 12px;
    border-bottom: 0;
    text-decoration: underline;
    display: inline;
}
#menu_nav ul li a:hover{
    color: #000;
    text-decoration: none;
}
#menu_nav ul{
    padding: 0px 0px;
    width: 287px;
    list-style: none;
    border-bottom: 1px dotted #000000;
}
#menu_nav ul li{
    text-align: right;
    border-bottom: 1px dotted #000;
    padding: 1px 3px;
}
#menu_nav ul li b{
    float: left;
    padding-left: 135px;
}
#menu_nav .up{
    background: url(../images/up.png) 250px 5px no-repeat;
}
#menu_nav .down{
    background: url(../images/down.png) 250px 5px no-repeat;
}
:focus {
    outline: 0px solid #ededed!important;
}

label{
    display: block;
}
.button{
    background: url(../images/button.png) no-repeat;
    padding: 1px 0px 0px 20px;
    _padding: 0px 0px 0px 20px;
    width: 90px;
    height: 18px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin: 4px 0px 4px 0px;
}
.button:hover{
    opacity:0.8;
    filter: alpha(opacity=80);
    color: #ffffff;
}
#content .melding, .melding{
	border: 1px solid #c9cacc;
	color: red;
	padding: 2px 2px 2px 30px;
	margin: 0px 0px 18px 0px;
	background: #ededed url('../images/icons/warning_16.png') 3px 3px no-repeat;
	display: block;
}
#content .okay, .okay{
	background: #ededed url('../images/icons/bubble_16.png') 3px 3px no-repeat;
	color: #000;
}
#content .member, .member{
	background: #ededed url('../images/icons/user_16.png') 3px 3px no-repeat;
	color: #000;
}
.thickbox{
	border: 4px solid #c9cacc;
	float: left;
	margin: 0px 4px 4px 4px;
}
#spotlight{
float: left;
font: 12px 'Myriad Pro', 'Trebuchet MS', sans-serif;
}
#spotlight span{
display: block;
color: #ae180b;
}
#spotlight img{
display: block;
padding: 4px;
}
.thumb_container{
	height: 150px;
	width: 100px;
	float: left;
	padding-right: 12px;
	display: block;
	overflow: hidden;
}
.thumb_container_2{
	height: 112px;
	float: left;
	padding-right: 12px;
	display: block;
}
.thumb{
vertical-align: middle; text-align: center; display: block;
}
form{
	display: block;
	clear: both;
}
.ol{
	background: url(../images/bullet.png) no-repeat;
	padding: 3px 0px 0px 29px;
	margin: 0px 0px 9px 0px;
	font-weight: bold;
	line-height: 23px;
}
hr{
border: 0;
border-top: 1px solid #000;
margin: 0;
padding: 0;
width: 450px;
}

.laden{
	background: #ededed url(/images/colorbox/loading.gif) 300px 100px no-repeat;
	min-height: 200px;
}
#tooltip{
	position:absolute;
	padding:2px 6px;
	color:#fff;
	display:none;
	background: #ae180b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.blok2{
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		behavior: url(/css/border-radius.htc);
		display: block;
    	margin-bottom: 9px;
    	background: #fff;
    	padding-bottom: 9px;
    	width: 764px;
    	clear: both;
    	padding: 6px 18px 6px 18px;
    	text-align: center;
	}
	.blok2 h2{
		font: 16px 'Myriad Pro', 'Trebuchet MS', sans-serif;
		color: #ae180b;
		padding:0;
		margin: 0;
	}
	
	
	
/*OVERIGE*/
.pagina_n, .pagina a, .pagina_actief, .pagina_actief a {
	background-color: #ae180b;
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 3px;
	paddin
	text-decoration: none;
	font-size: 11px;
}

.pagina a:hover, .pagina_actief, .pagina_actief a {
	background-color: #ededed;
	color: #212121;
}

