/* ---------Algemene styles------------- */ 

body {
    margin: 0 0 0 0;
    font: 10px Verdana;
    color: #510305;
	 background-color: #871417;
	 background-image: url(img/bg.jpg);
	 background-repeat: repeat-x;

	 scrollbar-face-color:#FA0261;
    scrollbar-arrow-color:#5ECAFA;
    scrollbar-track-color:#FC9CBD;
    scrollbar-shadow-color:#A5194B;
    scrollbar-highlight-color:#FFDFE2;
    scrollbar-3dlight-color:white;
    scrollbar-darkshadow-Color:510305;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

/* ---------Text styles------------- */ 

.txt {
	font-family: Verdana;
	font-size: 10px;
	color: #510305;
	padding: 5px;
	vertical-align: top;
}

.btxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #32343E;
}

.titel {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FDB721; 
}

.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: black;
	text-decoration:none;
}

a:hover {
	color: black;
	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_totaal.jpg);
	background-repeat: repeat-y;
	border-left: 1px solid #510305;
	border-right: 1px solid #510305;
}

.bg_table{
		background: #FDA4C1;
		border-top: 1px solid #510305;
		border-bottom: 1px solid #510305;
		padding-top: 6px;
		padding-bottom: 6px;
}


/* ---------Image en Player (standaard) ------------- */ 

.pict
{
border: 2px solid #A5194B;	
}

.control
{
background-color: #FA0261;
border: 1px solid #5ECAFA;
}

.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;
    }

