body {
	margin: 0;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 11px;
	color: #414850;
	background: #0595D1;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	
	
	/*
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #97019D;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF; 
	*/

} 

p {
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 11px;
	color: #414850;
	cursor : default; 
} 

h1 {
	color : #414850; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px; 
	cursor : default; 
}

h2 {
	color : #414850; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px;
	font-weight : bold;
	cursor : default;
}

h3 {
	color : #414850; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px;
	font-style: italic;
	font-weight : bold;
	cursor : default;
	margin-left: 30px;
}

h4,h5,h6 {
	color : #414850; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 10pt; 
	cursor : default; 
}

/**************************
 Hyperlink properties
 **************************/
 
a:link {
	color : #00A0C7; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px; 
	text-decoration : none; 
} 
a:visited {
	color : #00A0C7; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px; 
	text-decoration : none; 
}
a:active {
	color : #00A0C7; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px; 
	text-decoration : none; 
} 
a:hover {
	color : #00A0C7; 
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px; 
	text-decoration : none; 
} 


#wrapper {
	background-image: url("../images/wrapper_bg.jpg");
	background-repeat: repeat-x;	
	position: absolute;
	left: 50%;
	margin-left: -450px; /* Er van uitgaande dat de tabel 901px breed is */
}

#header {
}

#content {
}

#container {
	color: #414850;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	position: relative;
	padding: 20px 20px 0 20px;
}

#menu {
	color: #414850;
	background-image: url("../images/menu_bg.jpg");
	background-repeat: no-repeat;
	padding: 1.5em 0 0 0;	
}
#menu a:link {
	color : #3F3F3F; 
	font-family: verdana, sans-serif;
	font-size : 13px;
	font-weight: lighter;
	text-decoration : none; 
} 
#menu a:visited {
	color : #3F3F3F; 
	font-family: verdana, sans-serif;
	font-size : 13px;
	font-weight: lighter;
	text-decoration : none; 
}
#menu a:active {
	color : #3F3F3F; 
	font-family: verdana, sans-serif;
	font-size : 13px;
	font-weight: lighter;
	text-decoration : none; 
} 
#menu a:hover {
	color : #00A0C7; 
	font-family: verdana, sans-serif;
	font-size : 13px;
	font-weight: lighter;
	text-decoration : none; 
} 

#menu ul
{
list-style-type: none;
padding: 0;
margin-left: 2em;
}


#logo {
	color: #414850;
	background-image: url("../images/logo.jpg");
	background-repeat: repeat;
}

table.leftside {
  width:100%;
  background: #FFFFFF;
  
}

table.rightside {
  width:100%;
  background: #FFFFFF;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size : 11px;   
  
}

#sidebar {
	color: #414850;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 9px;
	background: #ffffff;
	padding-left: 12px;
}

.side {
	padding: 20px 0 0 34px;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 11px;	
}

#links {
	padding: 2.5em 0 0 1em;
	background-image: url("../images/links_bg.jpg");
	background-repeat: no-repeat;
	line-height: 200%;
}

#menu ul
{
list-style-type: none;
padding: 0;
margin-left: 2em;
}


#footer {
	color: #414850;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 9px;
	padding-bottom: 2px;	
}

#footer a:link {
	color : #FFFFFF; 
	font-family: Tahoma, verdana, sans-serif;
	font-size : 9px;
	font-weight: lighter;
	text-decoration : none; 
} 
#footer a:visited {
	color : #FFFFFF; 
	font-family: Tahoma, verdana, sans-serif;
	font-size : 9px;
	font-weight: lighter;
	text-decoration : none; 
}
#footer a:active {
	color : #FFFFFF; 
	font-family: Tahoma, verdana, sans-serif;
	font-size : 9px;
	font-weight: lighter;
	text-decoration : none; 
} 
#footer a:hover {
	color : #414850; 
	font-family: Tahoma, verdana, sans-serif;
	font-size : 9px;
	font-weight: lighter;
	text-decoration : none; 
} 

.button {
	postition: relative;
	margin: 72px 3px 0 0;
}

/**************************/
/** FCK EDITOR STYLES *****/
/**************************/


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 12px;
	color: #00A0C7;
}