html,body {
	padding:0;
	margin:0;
	color:#993399;
	font-size:11px;
	font-family:Verdana, Arial, Sans-Serif;
	
	height:100%;
}

html{
}

body{
	background-image:url('../img/background.gif');
	background-position:center top;
}

#container_table {
	width:722px;
	margin:0 auto 0 auto;
	
	height:100%;
}

#content_table {
	height:100%;
}

#container_td {
	width:700px;
	background-color:white;
	vertical-align:top;
	border:1px solid #a4a4a4;
	border-top:0px;
	border-bottom:0px;
}

#sha_left{
	width:10px;
	
	background-image:url('../img/sha_left.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

#sha_right{
	width:10px;
	
	background-image:url('../img/sha_right.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

div#container {
	width:700px;
}

div#header{
	height:170px;
	background-image:url('../img/header_back.gif');
	background-position:right top;
	background-repeat:repeat-x;
	border-bottom:1px solid #a4a4a4;
}

div#middle {
	background-color:white;
}

#left{
	width:200px;
	vertical-align:top;
	padding:10px;
}

div#menu_title{
	font-size:15px;
	margin:0;
	padding:2px 5px 2px 5px;
	color:#993399;
	font-weight:bold;
	
	border-bottom:1px solid #a4a4a4;
}

div#menu{
}

.menu_l0{
	border-bottom:1px solid #a4a4a4;	
}

.menu_l1 div{
	padding-left:10px;
	border-bottom:1px solid #B9B9B9;
}

.menu_l1{
/*	border-bottom:1px solid #709DE8;*/
	overflow:hidden;
}

#content_wrap{
	padding:10px 10px 0px 10px;
	vertical-align:top;
}

div#content{
	margin:0 auto 0 auto;
	padding:20px;

	background-image:url('../img/content_rt.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

div#title{
	color:#993399;
	font-weight:bold;
	
	border-bottom:1px solid #a4a4a4;
}

div#title h1{
	font-size:15px;
	margin:0;
	padding:2px 5px 2px 5px;
}

div#footer{
	width:688px;
	border-top:1px solid #a4a4a4;
	padding:6px;
	text-align:center;
	background-color:white;;
	color:#993399;
}

div#preload{
}

/*           Link opmaak!                */

a{
	color:#993399;
}

a:link,
a:active,
a:visited {
	text-decoration:underline;	
}

a:hover {
	text-decoration:none;
}

.menu_l0 a{
	display:block;
	padding:5px 6px 5px 6px;
	color:#993399;
}

.menu_l0 a:link,
.menu_l0 a:active,
.menu_l0 a:visited {
	text-decoration:none;
	
	background-image:url('../img/menu_back_na.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.menu_l0 a:hover {
	text-decoration:underline;
	
	background-image:url('../img/menu_back_a.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.menu_l0 a.actief:link,
.menu_l0 a.actief:active,
.menu_l0 a.actief:visited,
.menu_l0 a.actief:hover{
	text-decoration:none;
	
	background-image:url('../img/menu_back_a.gif');
	background-repeat:no-repeat;
	background-position:right top;
}

.menu_l1 a{
	display:block;
	padding:3px 6px 3px 10px;
	color:#993399;
	background-repeat:no-repeat;
	background-position:center left;
}

.menu_l1 a:link,
.menu_l1 a:active,
.menu_l1 a:visited {
	text-decoration:none;
	background-image:url('../img/menu_sub_back_na.gif');
}

.menu_l1 a:hover {
	text-decoration:underline;
	background-image:url('../img/menu_sub_back_a.gif');
}

div#footer a{
	color:#993399;
}

div#footer a:link,
div#footer a:active,
div#footer a:visited {
	text-decoration:underline;
}

div#footer a:hover {
	text-decoration:none;
}

