/*
    Licht Bruin:    #A68759
    Donker Bruin:   #77573E
    Bruin2:         #896040
    Rood:           #8B2815
    Donker rood:    #781F06
    Bijn wit:       #E3D9D0
    Rood (Font):    #6C1201
*/

body 	{
	background-color: #8B2815;
	/*      T R B L  */
	margin: 0 0 0 0;
	scrollbar-arrow-color: #896040; 
	scrollbar-3dlight-color: #F6EBE2; 
	scrollbar-highlight-color: #896040; 
	scrollbar-face-color: #F6EBE2; 
	scrollbar-shadow-color: #896040; 
	scrollbar-track-color: #F6EBE2; 
	scrollbar-darkshadow-color: #F6EBE2; 
}
BODY, P, TD, FONT, A:link, A:visited, A:hover, A:active, .form, .button, h1, h2, h3, .bijschrift {
	font-family: "Georgia", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E3D9D0;
	font-size: 12px;
}

.form{
	color: #000000;
}

P { margin: 0 0 0 0; }

td.shade_left, td.shade_right{
    background-position:top center;
    background-repeat: repeat-y;
    width:7px;
}

td.shade_left{
    background-image:url('/image/shade_left.gif');
    vertical-align:top;
}
td.shade_right{
    /*background-image:url('/image/shade_right.gif');*/
    width:7px;
    vertical-align:bottom;
}

td.shade_bottom{
    background-image:url('/image/shade_bottom.gif');
    background-position:top left;
    background-repeat: repeat-x;
}

td.shade_bottom_left{
    background-image:url('/image/shade_bottom_left.gif');
    background-position:top right;
    background-repeat: no-repeat;
    width:6px;
}

td.shade_bottom_right{
    background-image:url('/image/shade_bottom_right.gif');
    background-position:top right;
    background-repeat: no-repeat;
    width:12px;
}

td.top_links{
    background-image:url('/image/top_links.gif');
    background-position: top right;
    background-repeat: no-repeat;
    height:30px;
    width:115px;
}

td.top_rechts{
    background-image:url('/image/top_rechts.gif');
    background-position: top left;
    background-repeat: no-repeat;
    height:30px;
    width:115px;
}

td.stokjes_rechts{
    background-image:url('/image/stokjes_rechts.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    height:55px;
}

td.bruin{
    background-color: #A68759;
}

td.menu_links{
    background-color: #781F06;
    background-image:url('/image/menu_seperator.gif');
    background-position: right;
    background-repeat: no-repeat;
    width:215px;
}

td.lichtbruin {
    background-color: #77573E;
}

td.bruin2{
    background-color: #896040;
}

td.background{
    background-image:url('/image/structure.jpg');
    background-position: top right;
    background-repeat: repeat;
    padding: 35 0 0 25;
}

#stokjes{
    background-image:url('/image/stokjes.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#shade_right{
    position: relative;
    height: 100%;
    width:7px;
    background-image:url('/image/shade_right.gif');
    background-repeat:repeat-y;
    background-position:top;
}

td.shade_right_verloop{
    background-image:url('/image/verloop.gif');
    background-position:top center;
    background-repeat: no-repeat;
}

td.shade_right_stokjes{
    background-image:url('/image/stokjes_midden.gif');
    background-position:bottom left;
    background-repeat: no-repeat;
}

td.shade_box_right{
    background-image:url('/image/shade_box_right.gif');
    background-position:top center;
    background-repeat: repeat-y;
    width:4px;
}

td.shade_box_bottom{
    background-image:url('/image/shade_box_bottom.gif');
    background-position:top left;
    background-repeat: repeat-x;
    height:4px;
}

td.shade_box_hoek{
    background-image:url('/image/shade_box_hoek.gif');
    background-position:top left;
    background-repeat: no-repeat;
}

td.content_rechts{
    vertical-align:top;
    text-align:center;
    width:300px;
    height:170px;
}

td.content_links{
    vertical-align:top;
    line-height:22px;
    background-image:url('/image/chinees_teken.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
}

td.content_links span {
    color: #6C1201;
}

.donkerrood{background-color: #781F06;}

a:link, a:visited, a:hover, a:active {text-decoration: underline;}
a:hover	{ text-decoration:underline;}

a.player:link, a.player:visited, a.player:hover, a.player:active{
	font-family:helvetica,verdana,arial; 
	font-size:12px; 
	font-weight:bold;
	text-decoration:none;
}

a.player:hover{
	text-decoration:underline;
}

.form  	{
	border: 1px solid #000000;
	background-color: #F6EBE2;
	}

.button	{
	border: 1px none #FFFFFF;
	color : #FFFFFF;
	background-color : #781F06;
}

h1, h2, h3 	{
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 0 0 0 0;
}
h1 { font-size: 13px; color: #6C1201;}
h2 { font-size: 12px;}
h3 { font-size: 11px;}

.kop_lijn 
	{
	border:1 px solid #000;
	}
	
.bijschrift { font-size: 9px; }

.copyright {
    font-size: 9px;
    color: #E3D9D0;
    background-image:url('/image/stokjes_bottom.gif');
    background-position:top right;
    background-repeat:no-repeat;
}

.copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active{
    font-size:9px;
    color: #E3D9D0;
}

td.shade_top_right{
    background-image:url('/image/shade_top_rechts.gif');
    background-position: top right;
    background-repeat: no-repeat;
}

.border	{border : 1px solid #000000;}
