/* bodyfont en scrollbar */
body, p, td		{ margin: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-color: #000000;  
					scrollbar-base-color: #FFFFFF; 
					scrollbar-face-color: #969095; 
					scrollbar-track-color: #BBB4BA; 
					scrollbar-arrow-color: #FFFFFF; 
					scrollbar-highlight-color: #FFFFFF; 
					scrollbar-3dlight-color: #BBB4BA; 
					scrollbar-shadow-color: #BBB4BA; 
					scrollbar-darkshadow-color: #7A7579; }

td.blok		{ background-color: #77747F; border: 1px solid #3C3C3C; padding: 15px; font-size: 11px; line-height: 17px;  color: #000000; text-align: left; }					
td.rand		{ background-color: #3C3C3C; }
td.header	{ background: url(../images/interface/header.jpg) no-repeat; height: 176px; }
div.spacer	{ width: 100%; background: url(../images/interface/spacer_back.gif) repeat-x; height: 2px; display: block; margin-top: 12px; margin-bottom: 0px; }

/* tekst */
h1				{ font-size: 15px; line-height: 17px; color: #000000; font-weight: bold; margin: 0px; }
h2				{ font-size: 14px; line-height: 17px; color: #000000; font-weight: bold; margin: 0px; }
h3				{ font-size: 13px; line-height: 17px; color: #000000; font-weight: bold; margin: 0px; }
h4				{ font-size: 12px; line-height: 17px; color: #000000; font-weight: bold; margin: 0px; }

.normal 		{ font-size: 11px; line-height: 17px; color: #000000; }
.medium			{ font-size: 10px; line-height: 14px; color: #000000; font-weight: normal; }
.small			{ font-size: 9px; line-height: 12px; color: #000000; font-weight: normal; }
.footer 		{ font-size: 11px; line-height: 12px; color: #3C3C3C; font-weight: normal; }
.note, .comment { font-size: 10px; line-height: 12px; color: #C8C8C8; font-weight: normal; }
.shownext		{ font-size: 11px; color: #000000; font-weight: bold;}

/* Kleuren */
.lg	{ color: #C8C8C8; }
.dg	{ color: #3C3C3C; }


/* links */
a:link, a:active, a:visited	{ color: #C8C8C8; text-decoration: underline; }
a:hover 					{ color: #FFFFFF; text-decoration: underline; }

a.shownext:link, a.shownext:active, a.shownext:visited	{ color: #000000; text-decoration: underline; }
a.shownext:hover 										{ color: #C8C8C8; text-decoration: underline; }

a.footer:link, a.footer:active, a.footer:visited	{ font-size: 11px; color: #3C3C3C; font-weight: bold; text-decoration: underline;  }
a.footer:hover  									{ font-size: 11px; color: #000000; font-weight: bold; text-decoration: underline;  }


/* lists */
ul		{ list-style-type: square; list-style-image: url(../images/interface/bullet.gif); margin-left: 0px; margin-top: 5px; margin-bottom: 5px; padding-left: 18px; }
ol		{ margin-left: 0px; margin-top: 5px; margin-bottom: 5px; padding-left: 30px; }
li		{ margin-bottom: 5px; }

/* ruler */
hr	{ border: solid 1px #3C3C3C; height: 1px; text-align: left; }


/* border */
.border, .pic	{ border: solid 1px #3C3C3C; }

/* forms */
form		{ margin: 0px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }


.button 	{ border: 1px solid #3C3C3C; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #C8C8C8; cursor: pointer; }
.textfield	{ border: 1px solid #3C3C3C; font-size: 12px; font-weight: normal; color: #000000; background-color: #C8C8C8; padding-left: 2px; padding-right: 4px; }
.textarea	{ border: 1px solid #3C3C3C; font-size: 12px; font-weight: normal; color: #000000; background-color: #C8C8C8; padding-left: 4px; padding-right: 5px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; scrollbar-arrow-color: #3C3C3C; scrollbar-base-color: #C8C8C8; scrollbar-face-color: #C8C8C8; scrollbar-track-color: #C8C8C8; scrollbar-highlight-color: #C8C8C8; scrollbar-3dlight-color: #C8C8C8; scrollbar-shadow-color: #C8C8C8; scrollbar-darkshadow-color: #C8C8C8;  }
select 		{ border: 1px solid #3C3C3C; font-size: 12px; font-weight: normal; color: #000000; background-color: #C8C8C8; }
.required	{ font-size: 16px; line-height: 18px; padding-top: 10px; color: #EA5F02; font-weight: bold; }
