html {
     overflow: -moz-scrollbars-vertical;
	 overflow-x: hidden;
}

body {
	margin: 0px;
	padding:0px;
	background-image: url(../images/bg-total.gif);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 10px;
	color: #404040;
	text-align:center;
}

.TD {
	font-family: verdana;
	font-size: 10px;
	color: #404040;
	text-align: left;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}

H1 { color: #660166; font-size: 12pt; display: inline;}

a:link, a:visited, a:active{ 
    color: #fe5400;
	text-decoration: none;
}

a:hover { 
    color: #a93800;
}

/* -------------------------------- Maincontainers -------------------------------- */

#maincontainer{
	width:953px;
	margin: 0 auto;
}

#sky {
	width:953px;
	height:55px;
	background-image: url(../images/sky.jpg);
	margin: 0 auto;
}

#titlecontainer {
	width:953px;
	height:46px;
	background-image: url(../images/topbar.gif);
	margin: 0 auto;
	padding-top: 14px; 
	padding-right: 15px;
	text-align: right;
}

#topcontainer{
	width:953px;
	margin: 0 auto;
	height:167px;
	background-image: url(../images/topbar.jpg);
	padding-top: 13px; 
	padding-right: 13px;
	text-align: right;
}

#leftcontainer{
	width:685px;
	margin: 0 auto;
	float: left;
}

#rightcontainer{
	width:268px;
	margin: 0 auto;
	float: right;
}

#bottomcontainer{
	width:100%;
	background-image: url(../images/bg-bottom.gif);
	margin: 0 auto;
	float: right;
	height: 52px;
	margin-top: 15px;
}


/* -------------------------------- Navigatie -------------------------------- */

#navigation {
	width: 953px;
	height: 30px;
	margin: 0;
	padding-left: 5px;
	background: url(../images/navigation-bg.jpg) no-repeat left top;
} 
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#navigation ul li {
	display: inline;
	margin: 0px;
} 
#navigation ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 6px 25px 0 25px;
	font: bold 12px Arial;
	color: #FFF;
	text-decoration: none;
} 

#navigation ul li a:hover {
	background: url(../images/navigation-hover.jpg) repeat-x left top;
}

#navigation ul li#active a {
	background: url(../images/navigation-hover.jpg) repeat-x left top;
}

/* -------------------------------- Content Boxen -------------------------------- */

#left-top{
	width:685px;
	margin: 0 auto;
	height:23px;
	background-image: url(../images/text-top-l.gif);
	padding-top: 6px;
	padding-left: 8px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

#left-mid{
	width:685px;
	margin: 0 auto;
	background-image: url(../images/text-mid-l.gif);
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

#left-bottom{
	width:685px;
	margin: 0 auto;
	height:23px;
	background-image: url(../images/text-bottom-l.gif);
	text-align: right;
}

#right-top{
	width:268px;
	margin: 0 auto;
	height:23px;
	background-image: url(../images/text-top-r.gif);
	padding-top: 6px;
	padding-left: 8px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

#right-mid{
	width:268px;
	margin: 0 auto;
	background-image: url(../images/text-mid-r.gif);
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

#right-bottom{
	width:268px;
	margin: 0 auto;
	height:23px;
	background-image: url(../images/text-bottom-r.gif);
	text-align: right;
}

/* -------------------------------- Copyright -------------------------------- */

#copyright {
	width: 953;
	position: relative;
    left: 50%;
    margin-left: -476px;
}

#copyright a{ color: #FFFFFF; }
#copyright a:hover{ color: #FF0000; }

#copyright1 {
	width: 553px;
	margin-top: 16px;
	text-align: left;
	color: #404040;
	float: left;
}

#copyright2 {
	width: 385px;
	margin-top: 22px;
	text-align: right;
	color: #404040;
	float: left;
}