@charset "UTF-8";

/* FloorSchrijft */


/* Universele selector */
* {
	font-family:  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* Basis*/
body {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../img/gradient.png);
	background-repeat:repeat-x;
	background-color: #b80515;
}

/* Allesomvattende div, zorgt dat site gecentreerd wordt */
#wrapper {
	width: 980px;
	height: 560px;
	margin: 0px auto 0px auto;
	background-image: url(../img/bg.png);
	background-repeat:no-repeat;
}

#wrapper-content {
	width: 957px;
	height: 560px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#space-right {
	width: 20px;
	height: 560px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color:#aaa;
}

#space-right-top {
	width: 20px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#space-right-bottom {
	width: 20px;
	height: 152px;
	margin: 0px;
	padding: 0px;
	float: left;	
}

/**/
#upper {
	width: 957px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menubalk {
	width: 957px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menubalk-left {
	width: 400px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menubalk-right {
	width: 550px;
	height: 20px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	float: left;
}

.menu-text{
	width: 106px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#midden {
	width: 957px;
	height: 422px;
	margin: 0px;
	padding: 0px;
	float: left;
	
}

#content {
	width: 400px;
	height: 422px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content1 {
	width: 400px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	float: left;
}


#content2 {
	width: 400px;
	height: 280px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content2-left {
	width: 120px;
	height: 270px;
	margin: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right:5px;
	float: left;
	background-image: url(../img/lijn-rechts.gif);
	text-align: right;
	/*overflow: auto;
	scrollbar-arrow-color: #b80515;
	scrollbar-shadow-color: Silver;
	scrollbar-base-color: #ccc;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #888;
	scrollbar-track-color: #666;*/
	
}

#content2-right {
	width: 267px;
	height: 270px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
	/*overflow: auto;
	scrollbar-arrow-color: #b80515;
	scrollbar-shadow-color: Silver;
	scrollbar-base-color: #ccc;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #888;
	scrollbar-track-color: #666;*/
}

#content2-right-archief {
	width: 267px;
	height: 270px;
	margin: 0px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	float: left;
	overflow: auto;
	scrollbar-arrow-color: #b80515;
	scrollbar-shadow-color: Silver;
	scrollbar-base-color: #ccc;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #888;
	scrollbar-track-color: #666;
}




#kader-covers {
	width: 526px;
	height: 422px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image:url(../img/covervlak.gif); 
}


#bottom1 {
	width: 957px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;	
}

#bottom2 {
	width: 957px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
	font-size: 12px;	
	color:#888;
}

.clear_both {	
	clear: both;
}









/*standaard links*/
a:link, a:visited{
	color: #ccc;
	text-decoration: none;
}
a:hover, a:active{
	color: #fff;
	text-decoration: none;
}

/*footer links*/
a.footer:link, a.footer:visited{
	color: #999;
	text-decoration: none;
}
a.footer:hover, a.footer:active{
	color: #fff;
	text-decoration: none;
}



/*menu links*/
a.menu:link, a.menu:visited{
	color: #fff;	
	text-decoration: none;
	font-size:18px;
}
a.menu:hover, a.menu:active{
	color: #333;
	text-decoration: none;
	font-size:18px;
}


/* styling back button*/

a.back:link, a.back:visited{
	color: #fc2f8c;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
}

a.back:hover, a.back:active{
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
}
h1 {
	font-weight: normal;
	font-size: 24px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #CCC;
}

h3 {
	font-size: 18px;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color:#CCC;
}

h5 {
	font-size: 12px;
	color: #ed1b1b;
	font-weight: normal;
}

h6 {
	font-size: 11px;
	color: #ccc;
}

