﻿html 
{
	overflow: auto;
}

body 
{
	margin: 0px;
	
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	background-color: #e1e1e1;
	/*
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	*/
}

a:active, a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #cc0000;
	text-decoration: underline;
}

#all
{
	position: absolute; /* Needed for Safari */
	margin: 0px auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 980px;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	text-align: left;
}



#header
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 150px;
}

#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 150px;
	background-color: #ffffff;
}

#topbanner
{
	position: absolute;
	left: 160px;
	top: 0px;
	width: 820px;
	height: 150px;
	background-color: #eeeeee;
}

#menu
{
	position: absolute;
	left: 0px;
	top: 150px;
	width: 980px;
	height: 32px;
	background-color: #cc0000;
	background-image: url(/images/redgradient.gif);
}

#content
{
	position: absolute;
	top: 182px;
	width: 980px;
	background-color: #e1e1e1;
	background-image: url(/images/leftbanners/background-1.jpg);
	background-repeat: no-repeat;
}

#contentnieuws
{
	position: absolute;
	top: 182px;
	width: 980px;
	background-color: #e1e1e1;
	background-image: url(/images/leftbanners/background-1.jpg);
	background-repeat: no-repeat;
}

#leftmenu
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 159px;
	height: 100%;
	float: left;
	background-color: #eeeeee;
	/*background-color: #ffffff;*/
}

#leftmenucontent
{
	position: absolute; 
	height: 100%;
	width: 159px;
}



#maincontent
{
	position: relative; 
	left:0px; 
	top: 0px; 
	width: 686px; 
	float: right; 
	background-color: #FFFFFF; 
	padding: 50px 86px 50px 49px;
}

#maincontentnieuws
{
	position: relative; 
	left:0px; 
	top: 0px; 
	width: 762px; 
	float: right; 
	background-color: #ffffff; 
	padding: 50px 10px 10px 49px;
}

#footer
{
	position: relative; 
	left:0px; 
	top: 0px; 
	width: 980px; 
	height: 23px; 
	padding: 7px 0px 0px 0px;
	float: left; 
	background-color: #CC0000;
	background-image: url(/images/redgradient.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.bigredtitle
{
	color: #CC0000;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footerlink
{
}

a.footerlink, a.footerlink:active, a.footerlink:link, a.footerlink:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a.footerlink:hover
{
	color: #000000;
	text-decoration: none;
}

.shadedpic
{
	padding: 4px;
	border: solid 1px #aaaaaa;
	background-color: #eeeeee;
}

.redlink
{
}

a.redlink, a.redlink:active, a.redlink:link, a.redlink:visited
{
	color: #cc0000;
	text-decoration: none;
}

a.redlink:hover
{
	color: #000000;
	text-decoration: none;
}