/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 80% verdana, arial, sans-serif;
	font-size:80%;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#ff0000;
	scrollbar-track-color:#ffffff;
    height: 100%;
}

input {
 border:1px solid;
 border-color:#CCCCCC; 
}

/* The text which will be in the middle of the page */
#simpleText  {
	font-size:12;
	text-align:justify;
	margin-left:50;
	margin-right:50;
	margin-top:30;
	line-height:1.5;
}

/* This part is for table */
table {
	background: white;
	border-collapse: collapse;
	vertical-align:middle;
	margin:0;
}

table.formulier {
	border:1;
	border-color:#000000;
}
td.formulier {
	border: 0;
}
tr.formulier {
	border: 0;
}
/* Theses two parts are for the links on the menu on top */ 
a.menulink  {    
	color:#808080;
	text-decoration:none;    
	font-weight:bold;  
	font-size:80%;
}

a.menulink:hover  {    
	color:#ff0000;    
	font-weight:bold; 
	font-size:80%;
}

/* This part is for breadcrumbs. (Text WITH link) */
a.menushorcut  {    
	color:#a0a0a0;
	font-size:10px;
	text-decoration:none;    
	font-weight:bold;
	margin-top:5;
}

a.menushorcut:hover  {    
	color:#ff0000;    
	font-weight:bold; 
}

/* links which wont be underlined except on rollover */
a.SpecialLink  {
	text-decoration:none;
}
a.SpecialLink:hover  {
	text-decoration:underline;
}
/* This part is for breadcrumbs. (Text WITHOUT link) */
.textshorcut {
	text-align:left;
	color:#a0a0a0;
	font-size:10px;
	text-decoration:none;    
	font-weight:bold; 
	margin-top:5;
}


/* With this part, the browser automatically add a vertical scrollbar and hide the horizontal one */
.scrollable  {
    height: 450px;
	overflow:auto;
	overflow-x: hidden;
}

#nav {
	width: 200px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	margin-top:30px
}
#nav li {
	background: #fff ;
	color: #fff ;
	border: 1px solid #e0e0e0 ;
	margin-bottom: 1px ;
}
#nav li a {
	display: block ;
	background: #fff ;
	color: #a0a0a0 ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none ;
	font-size:80%;
	text-decoration:none;    
	font-weight:bold; 
	border-left: 10px solid #e0e0e0 ; 
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	border-left-color:#CC0000;
}


a.menuleft  {    
	color:#a0a0a0;
	font-size:11px;
	text-decoration:none;    
	font-weight:bold;  
}

a.menuleft:hover  {    
	color:#ff0000;    
	font-weight:bold; 
}



