/* stijlregels voor de linker navigatie kolom */

A.nav:link  {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #FFFFFF;
   font-weight          : normal;
}
A.nav:visited  {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #FFFFFF;
   font-weight          : normal;
}
A.nav:hover {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : underline;
   color                : #8DB2EE;
   font-weight          : normal;
}
A.nav:active {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : underline;
   color                : #8DB2EE;
   font-weight          : normal;
}

A.nav-current /* actieve pagina */ {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #8DB2EE;
   font-weight          : normal;
   font-style           : italic;
}   

/*stijlregels voor de rest van de pagina */

BODY    {
	background-image     : url(../pixsitelayout/achtergrond.gif);
	font-family: Verdana, Geneva, sans-serif;
}

A:link  {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #8DB2EE;
   font-weight          : bold;
}
A:visited  {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #8DB2EE;
   font-weight          : bold;
}
A:hover {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : underline;
   color                : #8DB2EE;
   font-weight          : bold;
}
A:active {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : underline;
   color                : #8DB2EE;
   font-weight          : bold;
}

P, UL, LI, TD.form {
	font-family          : Verdana, Geneva, sans-serif;
	text-decoration      : none;
	color                : #000000;
	font-weight          : normal;
}   

SPAN.bold {
   font-size            : 12px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #DB84B5;
   font-weight          : bold;
}   

SPAN.small {
   font-size            : 9px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #000000;
   font-weight          : normal;
}   

INPUT, TEXTAREA {
   background-color     : #FFFFFF;
   color                : #000000;
   font-family          : Verdana, Arial;
   font-size            : 12px;
   border-color         : #000000;
   border-width         : 1px;
}

/*stijlregel voor de onderste balk */

DIV.onderbalk  {
   font-size            : 10px;
   font-family          : Verdana, Arial;
   text-decoration      : none;
   color                : #FFFFFF;
   font-weight          : bold;
}
