/* --- DIVS --- */
#divcontainer{
	position:absolute;
	left:50%;
	margin-left:-480px;
	top:50%;
	margin-top:-350px;
	width:952px;
	
}
div#content{
	overflow:auto;
	width:600px;
	height:290px;
	padding:20px;
}

#onzichtbaar { text-indent:-9999px;}

#tdheader{
	background-image:url(../images/bg_01.jpg);
	background-repeat:no-repeat;
	height:334px;
}

#tdmiddle{
	background-image:url(../images/bg_02.jpg);
	background-repeat:no-repeat;
	height:298px;
}

#tdfooter{
	background-image:url(../images/bg_03.jpg);
	background-repeat:no-repeat;
	height:101px;
}


#menu {
	position:relative;
	width:200px;
	top:20px;
	float:left;
	font-size:11px;
	text-align:right;
	line-height:30px;
}
#menu a{
	color:#fec75b;
	text-decoration: none;
	background-image:url(../images/bg-button.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:30px;
}
#menu a:hover{
	color:#ffa900;
	background-image:url(../images/bg-button-over.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-weight:bold;
}

/* --- ALGEMEEN --- */
Body 
	{ 
    scrollbar-3d-light-color : #7e0105;
    scrollbar-arrow-color : #000;
    scrollbar-base-color : #000;
    scrollbar-dark-shadow-color : #7e0105;
    scrollbar-face-color : #7e0105;
    scrollbar-highlight-color : #7e0105;
    scrollbar-shadow-color : #000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px ; 
	color : #000 ;
	background-color : #000 ;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	}
	
TD{ 
	font-size : 13px ; 
	color : #000 ;
}

input, select, textarea{
	font-family: verdana ; 
	font-size: 11px ;
	color: #000 ;
	border: solid #7e0105 ;
	border-width: 1 ;
	background-color:transparent ;
}

a{	color:#000;	text-decoration: underline;	outline:none;}
a:visited {	color:#000;		text-decoration: underline;}	   
a:hover {	color:#ffa900;		text-decoration: none;}

a img {border: none; }

h1 {color:#000; font-size: 16px; border-bottom: 1px solid #000; padding: 0px 0px 5px 5px;}
h2 {color:#000; font-size: 14px; padding: 0px 0px 0px 5px;}
h3 {color:#000; font-size: 12px; padding: 0px 0px 0px 5px; margin: 0px;}



/* --- CLASSES ---*/
.tekstklein {	font-size: 10px;}
td.dottedborder {	border-bottom: 1px dotted #DD007E;}
td.solidborder {	border-bottom: 1px solid #DD007E;}
td.dashedborder {	border-bottom: 1px dashed #DD007E;}
.imgborder {	border: 3px solid #DD007E;	margin: 5px 5px 5px 0px;}




/* DIV BOVEN
#logo
{ 
width:500px;
height:150px;
margin-left:-437px;
left:50%;
margin-top:19px;
position:absolute;
z-index: 999;
}
*/



/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* END WINDOWS OVERLAY*/
