@charset "iso-8859-1";
/***********************************
	Created by oH_|00S|- and M@rtijn
		http://cyberlunatic.tk 
 ***********************************/

* { margin: 0; padding: 0; }

/* Classes */
.txtlink:link {color: #aa0000; TEXT-DECORATION: none;}
.txtlink:visited {color: #aa0000; TEXT-DECORATION: none;}
.txtlink:hover {color: #0000ff; TEXT-DECORATION: underline;}

/* Div's */
#tekst {
/*position:absolute;
left:150px;
top:165px;
right: 150px;*/
font-family: 'Arial', sans-serif;  
font-weight: 400;  
font-size: 11pt;  
color: #000000;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #FFFFFF;
background-color: #FFFFFF;
padding: 10px;
}


/* HTML-tags */
BODY {
	background: #ffffff url('../images/bckgrnd-cut.png');
	background-repeat: no-repeat;
/*	background-attachment: fixed; */ 
	background-position: top right; 
	font-family: 'Arial', sans-serif; 
	font-size: 11pt;
	color: #000000; 
	margin: 0px; 
	padding: 0px; 

	scrollbar-base-color : #FFFFFF;
	scrollbar-highlight-color : Silver;
	scrollbar-track-color : #FFFFFF;
	background-color : #FFFFFF;
	scrollbar-dark-shadow-color : #1563AD;
	scrollbar-3d-light-color : #1563AD;
	margin-bottom: 0px;
}

ul { list-style-type: none; }

/* oplossen van het IE probleem met de focusbox.. :( */
A {hidefocus: true;}


/* alternatief menu */

#navcontainer { 
width: 130px; 
position:absolute; 
left:10px; 
top:165px; 
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 130px;
background-color: #000072;
border-bottom: 1px solid #FFFFFF;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FFFFFF;
color: #000072;
}

