/* CSS Document */

 BODY { 
    font-family: verdana, arial; 
    /*font-weight: 800;*/
    font-size: 10pt;
    color: #000000;
    background: url(images/background2.jpg) no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;

    scrollbar-face-color:#316B94;
    scrollbar-highlight-color:#DDDDDD;
    scrollbar-3dlight-color:#AAAAAA;
    scrollbar-darkshadow-color:#330066;
    scrollbar-shadow-color:#000000;
    scrollbar-arrow-color:#DDDDDD;
    scrollbar-track-color:#999999;
}

 TABLE { 
    font-family: verdana, arial; 
    font-weight: 800;
    font-size: 10pt;
    color: #000000;
}

H1 {
    font-family: verdana, arial; 
    font-weight: bold;
    font-size: 15pt;
    color: #000080;
    }

H2 {
    font-family: verdana, arial; 
    font-weight: bold;
    font-size: 11pt;
    color: #000080;
    }
	
H3 {
    font-family: verdana, arial; 
    font-size: 10pt;
    color: #000080;
    }
	
a:link {
	color: #0000CD;
    text-decoration: none;
    font-weight: bold;    
}

a:visited {
	color: #0000CD;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
	color: #FFFF00;
    text-decoration: none;
    font-weight: bold; 
}

a:active {
    color: #FFFF00;
    text-decoration: underline;
    font-weight: bold;
}	

/* CLASSES */

.nieuws {
	background: #316b94;  
	textarea, select, input 
	background-color: #FFFFFF; border-color: #000000; border-style: solid; 
	border-width: 1px;
	} 

.textbig { 
	font-family: verdana, arial; 
	font-weight: bold;
	font-size: 17px;
	}

.textmedium { 
	font-family: verdana, arial; 
	font-weight: bold;
	font-size: 11px;
	}

.textsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	}

.textorange { 
    color: #FFB200;
	}

.textblue { 
	font-family: verdana, arial; 
	font-weight: bold;
	font-size: 11px;
    color: #000080;
	}

.textyellow { 
	font-family: verdana, arial; 
	font-weight: bold;
	font-size: 11px;
    color: #dddd00;
	}

.text2 { 
	font-family: verdana, arial; 
	font-weight: bold;
	font-size: 11px;
    color: #CC0000;
	}

.textred { 
	font-family: verdana, arial; 
	font-weight: bold;
	font-size: 12px;
    color: red;
	}
	
.textwhite { 
	font-family: verdana, arial; 
	font-weight: bold;
	font-size: 12px;
    color: #ffffff;
	}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	}
	
.loginput {	
	/*height: 16px; */
	width: 90px;
	font-size: 9px;
	}
