a{text-decoration: none;
}


body {
	
	background-attachment: fixed;
	background-repeat: no-repeat;
	scrollbar-base-color: #e6e6e6;
    scrollbar-arrow-color: #93A4B2;
	scrollbar-shadow-color : White;
	scrollbar-3dlight-color : #93A4B2;
	cursor : auto;
	scrollbar-track-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	
}

body.wit {
    background-color:white;
}

body.intro {
    background-color: #f1eee7;
}

Table{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color : #424242;
}



/*De onderstaande class wordt gebruikt in het index scherm */
.DEK {
   POSITION:absolute;
   VISIBILITY:hidden;
   Z-INDEX:200;
}
a:link {
	color: #375771;
	text-decoration: none;

}
a:visited { color: #375771; text-decoration: none

}
a:hover {
	color: #375771;
	font-style: normal;
	border-bottom: thin none #9C9C9C;
	padding-right : 0px;
	padding-left : 0px;
	padding-top : 0px;
	padding-bottom : 0px;
	text-decoration : underline;
}
a:active { color: #375771; text-decoration: none;  font-weight : bold;    }

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px verdana}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 4px;
	width: 60px;
	background: #ffffff;
	color: #000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #ffffff}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EBEBEB;
	border: 1px solid #375771}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EBEBEB;
		color: #375771;
		font: 11px verdana}

	#sddm div a:hover
	{	background: #375771;
		color: #FFF}