@charset "iso-8859-1";
/* Default font attributes */
body, table, textarea, select, input { font-family: verdana; font-size: 11px; color: black; }

/* Darker background, over which our page will be "floating" */
body { background-color: #666666; margin: 5px; }

/* Page parts */
#index { border: black 1px solid; background-color: white; }
#headerTop { color: white; background-color: #2a3b5d; border-top: #9ba3b5 2px solid; }
#graySplitter { background-color: #b2b9c5; }
#childMenu { padding-left: 15px; background-color: #b2b9c5; color: white; }
#content { padding: 0px 15px 15px 15px;}

/* Floating images */
img.floatright { float: right; padding: 0px; margin: 0px; }
img.floatleft { float: left; padding: 0px; margin: 0px; }

/* Promotions */
.promo { font-family: verdana; border: silver 1px solid; padding: 3px; }
.promo .price { }
.promo .title { font-weight: bold; }
.promo .details { font-family: arial; }

/* Promo search box */
#searchBox { font-family: arial; color: white; }
#searchBox input { background-color: white; font-family: arial; color: #2a3b5d; }
#searchBox input.searchBoxInput { background-color: #CCD0D9; border-top: black 1px solid; border-left: black 1px solid; border-right: white 1px solid; border-bottom: white 1px solid; padding: 2px; }
#searchBox input.searchBoxButton { border: #2a3b5d 1px solid; }

/* Newsbar - promo's */
#newsBar { border: silver 1px solid; }
.nbItem { font-size: 9px; color: black; border-bottom: #336699 1px dotted; padding-bottom: 10px; }
.nbItem .date { font-size: 8px; color: #336699; }
.nbItem .title { color: #336699; font-family: arial; font-size: 11px; font-weight: bold; text-decoration: underline; }

/* Standard tags */
h1 { font-size: 18px; letter-spacing: 2px; font-family: Verdana; font-weight: bold; color: #31639C; border-bottom: #31639C 1px dotted; }
h2 { font-size: 12px; color: #2a3b5d; }
th { background-color: #31639C; color: white; font-size: 10px; border-bottom: silver 1px solid; background-image: url("../images/back_header.gif"); }
ul { padding-left: 10px; margin-left: 10px; }
img { border: none; }

/* Hyperlinks */
a { color: black; }
a.topMenu { color: white; text-decoration: none; font-size: 11px; }
a.topMenu:hover { color: yellow; }
a.leftMenu { font-family: Arial; font-size: 10pt; color: white; text-decoration: none; }
a.sorting { color: white; }
a.adminLink { font-weight: bold; text-decoration: none; color: #31639C; }
a.outLink { text-decoration: none; line-height: 20px; color: #31639C;}
a.noUnderline { text-decoration: none; }

div.patrickgilen {
margin-right:3px;
}


/* Controls */
input, textarea, select { background-color: #AFC6E0; border: #31639C 1px solid; color: #31639C; }

/* Miscellaenous thingies */
p.indented { text-indent: 15px; line-height: 15px; text-align: justify; }
.overview { border: silver 1px solid; } /* IMPORTANT */
.spaced { padding-bottom: 10px; }
.bgColor01 { background-color: white; }
.bgColor02 { background-color: #DEE7EF; }
P.klein
{ font-family: verdana; font-size: 9px; color: black; }
P.fout
{ 
font-family: verdana; 
font-weight: bold;
font-size: 11px; 
color: red; 
}
p.gilen{
text-align:left;
font-size:7pt;
}
p.gilen:first-letter {
color:#FF0000;
font-weight:bold;
font-size:10pt;
}


/* Private messages */
.privmsgs { border: silver 1px solid; }
.mailHeader { background-color: #FFFFCC; border: silver 1px solid; }
.comment { font-size: 9px; color: black; color: gray; }

/* Help layers */
.helpLayer { width: 500px; top: 150; background-color: #FFFFE1; position: absolute; font-family: Tahoma; font-size: 11px; color: black;
    border: #396BC6 1px solid; padding: 10px; left: 20; visibility: hidden; cursor: hand; z-index: 99; }
.helpLayer h1 { letter-spacing: 0px; font-size: 8pt; color: #396BC6; font-weight: normal; font-family: Verdana; border: none; }
span.rood {
color:#FF0000;
}