/* Default CSS Stylesheet for a new Web Application project */
body,html { height:100%}
BODY
{
    BACKGROUND-COLOR: #BFD4E7;
	color:#ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:center top;
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	*/
}

TABLE{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	color:#666666;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.tabel { height:100%;}

a:link       { color: #BFD4E7; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:visited    { color: #BFD4E7; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:active     { color: #BFD4E7; font-family: Arial; font-size: 8pt; text-decoration: underline}
a:hover     { font-family: Arial; color: #BFD4E7; font-size: 8pt; text-decoration: none}

.border {solid 1px #333333;}
.scheiding { color: #ffffff; font-family: Arial; font-size: 8pt;}

.taalkeuze:link       { color: #0052A6; font-family: Arial; font-size: 8pt; text-decoration: none; line-height:16px}
.taalkeuze:visited    { color: #0052A6; font-family: Arial; font-size: 8pt; text-decoration: none; line-height:16px}
.taalkeuze:active     { color: #0052A6; font-family: Arial; font-size: 8pt; text-decoration: none; line-height:16px}
.taalkeuze:hover      { font-family: Arial; color: #FBD71F; font-size: 8pt; text-decoration: none; line-height:16px}

