BODY { COLOR: #000000; FONT-FAMILY: Trebuchet MS, Verdana; FONT-SIZE: 12px; }

a:link    { color: #374110; font-size: 12px; font-family: Trebuchet MS, Verdana; text-decoration: none; }
a:hover   { color: #374110; font-size: 12px; font-family: Trebuchet MS, Verdana; text-decoration: underline; }
a   	  { color: #374110; font-size: 12px; font-family: Trebuchet MS, Verdana; text-decoration: none; }
TD        { color: #000000; font-size: 12px; font-family: Trebuchet MS, Verdana; }
P         { color: #000000; font-size: 12px; font-family: Trebuchet MS, Verdana; }

.kop      { color: #761041; font-size: 14px; font-family: Trebuchet MS, Verdana; font-weight: bold; }
.vraag    { color: #000000; background-color: #FFFFFF; font-size: 14px; font-family: Trebuchet MS, Verdana; font-weight: bold; }
.antwoord { color: #000000; background-color: #F1FFAF; font-size: 14px; font-family: Trebuchet MS, Verdana; font-weight: regular; }
.zoeken	  { color: #000000; border-color: #FF4095; font-size: 14px; font-family: Trebuchet MS, Verdana; border: 1px solid; hide-focus: true; }
.paars    { color: #761041; font-size: 14px; font-family: Trebuchet MS, Verdana; font-weight: bold; }

.TextField { background-color: FFFFFF; border-color: 761041; border-style: solid; border-width: 1; color: 761041; font-size: 12px; font-family: Trebuchet MS, Verdana; }

.submit { background-color: FFFFFF; border-color: 761041; border-style: solid; border-width: 1; color: 761041; font-size: 12px; font-family: Trebuchet MS, Verdana; font-weight: bold; }

.borderbottem {	
	border-bottom:1px solid #374110; 
	border-left:1px solid #374110; 
	border-right:1px solid #374110; 	
}

.borderleft {	
	border-top:1px solid #374110; 
	border-left:1px solid #374110; 	
}

.borderright {	
	border-top:1px solid #374110; 
	border-right:1px solid #374110; 	
}

    /*  */
    /* General styles */
	
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }

	/* Header styles */

#menu {
width:670px;
top:175px;
height:40px;
overflow:hidden;
float:center;
}

#background {
width:670px;
height:215px;
overflow:hidden;
float:center;
background-image:url(../images/header.jpg) no-repeat;
}

    #header {
		margin-left: auto;
		margin-right: auto;
		height:215px;
		position: relative;
        clear:both;
        float:center;
        width:670px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		margin-top:20px;		
		border-top: 5px solid #769041;
		border-left: 5px solid #769041;
		border-right: 5px solid #769041;
    }

	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#fff;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		border-left: 5px solid #769041;
		border-right: 5px solid #769041;	
		border-bottom: 5px solid #769041;	
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:center;
        width:670px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 1 column full page settings */
	.fullpage {
	    background:#fff;
	}
	.fullpage .col1 {
        margin:0 0px;
	}
	/* Footer styles */
	#footer {
		margin-left: auto;
		margin-right: auto;	
        clear:both;
		position:relative;
        float:center;
        width:670px;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
    /*  */
	
