/* ---------Algemene styles------------- */ 

body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #000000;
	 background-color: #ffffff;

	 scrollbar-face-color:#EB995E;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#ECE5DC;
    scrollbar-shadow-color:#B10E01;
    scrollbar-highlight-color:#FCE9BD;
    scrollbar-3dlight-color:#FCF4EB;
    scrollbar-darkshadow-Color:black;
}

td {
	font-family: Verdana;
	font-size: 11px;
}

/* ---------Text styles------------- */ 

.txt {
	font-family: Arial;
	font-size: 11px;
	color: #FCF4EB;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	vertical-align: top;
}


.titel {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
	padding-left: 5px;	padding-right: 5px;
}

.titel2 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000; 
}

.info {
	font-family: arial;
	font-size: 11px;
}

.copyright {
	font-family: Verdana;
	font-size: 10px;
}

.info_pages
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

/* ---------Hier de link styles------------- */ 

a,a:link,a:visited {
	color: #AB2B15;
	text-decoration:none;
}

a:hover {
	color: #DB5831;
	text-decoration:underline;
}

a.bgd,a.bgd:link,a.bgd:visited {
	color:#BCC6D5;
	text-decoration:none;
}

a.bgd:hover {
	color:#FDB721;
	text-decoration:underline;
}

a.pagnr:link,a.pagnr:visited {
	color:#000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

a.pagnr:hover {
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

a.pagnr_ov:link,a.pagnr_ov:visited {
	color:#000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

a.pagnr_ov:hover {
	text-decoration:underline;
	color:black;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

/* ---------Table styles------------- */ 

.bg_totaal {
	 
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
}

.bg_table{
	background: #777068;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px;
}

/* ---------Image en Player (standaard) ------------- */ 

.pict
{
border: 1px solid #000000;	
}

.control
{
background-color: #FD910F;
border: 1px solid #000000;
}

.playerborder
{
border: 1px solid black;	
}

   /* --------- VPS foutmelding styles------------- */ 
/* --------- Vanaf hier niets wijzigen!! ------------- */ 

    .bg_error {
        border: 1px solid #000000;
        background: #ffffff;
		  color: #000000;
    }

 	  a.error,a.error:link,a.error:visited {
      color: #a10000;
    }

     a.error:hover {
      color: #a10000;
      text-decoration:underline;
    }
    .melding {
        font-size: 12px;
        font-weight: bold;
		  color: #000000;
    }

    .evengeduld {
        font-family: arial black;
        font-size: large;
        color: #a10000;
    }

