.subpagetab a{
  color: black;
  font-weight: bold;
  text-decoration: none;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	background: #e20400 url(images/background.jpg) repeat-x;
	margin: 0px; padding: 0px;
}

:focus {
	outline-color:-moz-use-text-color !important;
	outline-style:none !important;
	outline-width:0 !important;
}


#header {
	clear both;
	height: 123px;
	/* background: #f8f9fb url(images/header.jpg);*/ 
}

p{
	font-size: 14px;
}

#headerlogo{
	/* background: #f8f9fb url(images/logo.gif); */
	height: 123px;
	width: 350px;
	float:left;
	cursor: pointer;
}

#headertussenruimte{
	background: #f8f9fb url(images/tussenruimte.gif);
	height: 123px;
	width: 394px;
	float:left;
}


#headerbutton{
	background: #f8f9fb url(images/headerbutton.gif);
	height: 123px;
	width: 226px;
	float:left;
	cursor: pointer;
}



#navigation {
	height: 62px;
	width: 970px;
}



#footer {
	clear: both;
	/* background: #f8f9fb url(images/footer.jpg); */
	background-color: #e9e9e9;
	border-top: 1px solid #d6d6d6;
	height: 70px;
}

#content {
	clear: both;
	background: #f8f9fb;
	height: 550px;
}

#content_left{
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 50px;
	width: 580px;
	padding-top: 20px;
	
}

#content_right{
	float: right;
	width: 330px;
	height: 600px;
}

h1 {
	font-family: sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: black;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 4px;
}

.groot {
	font-family: sans-serif;
	font-size: 22px;
	font-weight: 100;
	color: black;
	text-decoration: none;
	margin-bottom: 7px;
	margin-top: 4px;
}

h2 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #908f92;
	text-decoration: none;
	margin-top: 2px;
}

a {
	color: #e20400;
	font-size: 12px;

}

a:hover{
	color: #B30700;
}

.logo {
	background: #f8f9fb url(images/logosmall.gif);
	height: 26px;
	width: 25px;
	margin-top: 10px;
	margin-right: 8px;
	float: left;
}

#container {
	position: relative;
	width: 970px; /* width + border for IE 5.x */
	w\idth: 970px; /* real width */
	/* border: solid #036;	border-width: 0 3px; */ 
	margin: auto;
	background: #f8f9fb;
}

.block{
	margin-top: 15px;
}

.block a{
	margin-top: 6px;
}

.block_top{ 
	background: #e3e3e6 url(images/block_grey_top.jpg);
	display: block;
	height: 20px;
	width: 305px;
}

.block_content{
	background: #e3e3e6;
	display: block;
	width: 275px;
	padding-left: 30px;
}

.block_bottom{ 
	background: #e3e3e6 url(images/block_grey_bottom.jpg);
	height: 17px;
	display: block;
	width: 305px;
}

.block_contact{
	margin-top: 40px;
	margin-bottom: 40px;
}

.button{
	float: left;
}

#image_left{background: #e3e3e6 url(images/top_image_sidebar_left.jpg);
	height: 205px;
	width: 30px;
				float: left;
	}

#image_center{
	/* background: #e3e3e6 url(images/top_image.jpg); */
	float: left;
	height: 205px;
	width: 916px;
	}

#image_right{
	background: #e3e3e6 url(images/top_image_sidebar_right.jpg);
	height: 205px;
	width: 24px;
	float: left;
}

#button_left{
	background: #e3e3e6 url(images/nav_sidebar_left.jpg);
	height: 62px;
	width: 30px;
	float: left;
}

#button_right{
background: #e3e3e6 url(images/nav_sidebar_right.jpg);
	height: 62px;
	width: 24px;
	float: left;
}
		
img{
	border: 0px;
}

#subpagetabbar{
	background-color:white;
	float:left;
	margin-left:30px;
	opacity:.85;
	filter: alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	position:absolute;
	width:916px;
}

#image{
	background: #f8f9fb;
	height: 205px;
}

.subpagetab{
	float: left;
	font-weight: bold;
	margin-right: 5px;
	cursor: pointer;
	padding:10px;
}

.subpagetab.active{
	background-image: url('images/activesubpage.png');
	background-repeat: no-repeat;
	background-position: 50% 1px;
}

#linklist{
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}


#linklist li{
	margin-bottom: 8px;
}
