@import url("colors.css");
/* CSS document ---------------------------------------------------
KLEUREN SCHEMA ARNAUD standaard

kleur 1: wit		#FFFFFF
kleur 2: green		#DCD8CC
kleur 3: oranje		#DA7A26
kleur 4: highlight	#FFE6D1

------------------------------------------------------------------- */

* html body {width:1004px}
body{
	margin:0px;padding:0px;width:100%;height:100%;
	background-color: #666F78;font:8pt Verdana;min-width:1000px
}

#logo{
	position:absolute; 
	top:0px; 
	left:40px;
	width:288px;
	height:79px; 
	z-index:2
}
#container{
	position: absolute; 
	width:1004px;
	height:590px;
	left:50%;
	margin-left:-502px
}
#menu{
	position:absolute;
	width: 596px;
	left: 348px;
	top:49px;
	background-color:#666F78;
	border-top: 2px solid white;
	border-bottom:2px solid white;
	z-index:2
}
#ScrollLayer{
	position:absolute;
	height: 380px;
	overflow:auto;
	padding-right: 15px;
}
* html #ScrollLayer {left: 10px; width: 278px; height: 376px;padding-right:15px}
.white{background-color:white}
.green{background-color:#DCD8CC}
.highlight{padding:4px; border: 1px dashed #333; background-color:FFE6D1}
.contentcontent{margin:10px}
.line {width:100%; margin-top:2px;height:1px; color:#DA7A26; background-color:#DA7A26 }
#webism{margin-top:540px;margin-right:50px}
/* EXTENTION_NEWS DETAIL
---------------------------------------------------- */
#ExtensionNewsDetail{}
#ExtensionNewsDetail p.title{font-weight:700}
#ExtensionNewsDetail p.text{font-weight:500}

.Headlines .Title{font-weight:700}

/* EXTENTION_SEARCH
---------------------------------------------------- */
#ExtensionSearch{margin-left:11px; margin-top:30px; width:202px; border:1px solid #333; background-color: #CCC;}
#SearchForm{}
#SearchForm p.title{font-weight:700}
#SearchForm p.text{font-weight:500}
#SearchOptions{}

/* BLADERFUNCTIE BIJ ZOEKRESULTATEN
---------------------------------------------------- */
#navi{position:absolute;bottom:10px;right: 10px;padding:2px 0px 2px 2px;text-align:right;border:1px solid #DA7A26; background-color:#DA7A26; color:black}
#navi a:link, #navi a:visited{background-color: white; text-decoration:none;; padding:2px; border-right:1px solid #DA7A26;}
#navi a:hover, #navi a:active{background-color:#FFE6D1}

#navi a:link.navi, a:visited.navi{border-right: 1px none #DA7A26; color:black}
#navi a:hover.navi, a:active.navi{color:red}
#navi a:link.sort,  a:active.sort, a:visited.sort, a:active.sort{color:#DA7A26; font-weight:700;border: 1px solid #DA7A26; background-color:white;}

/* GROOT TEKSTVAK
--------------------------------------------------------------------------------------------------------  */
#tv{position:absolute;left:348px;top:93px;width:596px;}
	
/* KOLOMMEN (C)
--------------------------------------------------------------------------------------------------------  */
#c1{position:absolute;width:288px;height:480px;top:93px;left: 40px;}
#c2{position:absolute;width:288px;height:420px;top:93px;left: 348px;}
#c3{position:absolute;width:288px;height:420px;top:93px;left: 656px;}

/* VLAKKEN GROOT (SB nummers van links naar rechts van boven naar beneden)
--------------------------------------------------------------------------------------------------------  */
#sb1{position:absolute;width:288px;height:205px;left:40px;top:93px;}
#sb2{position:absolute;width:288px;height:205px;left:348px;top:93px;}
#sb3{position:absolute;width:288px;height:205px;left:656px;top:93px;}
#sb4{position:absolute;width:288px;height:205px;left:40px;top:308px;}
#sb5{position:absolute;width:288px;height:205px;left:348px;top:308px;}
#sb6{position:absolute;width:288px;height:205px;left:656px;top:308px;}

#sb7{position:absolute;width:288px;height:205px;left:40px;top:590px;}


/* TEXT OPMAAK 
--------------------------------------------------------------------------------------------------------  */
body, p, td, li {font: 8pt Arial, Helvetica, sans-serif;}
h1 {font:700 10pt Verdana; color:#DA7A26}
h1.Header{padding-left:5px;}
* html h1.Header{margin-bottom:1px;}
a:link, a:visited{color:#DA7A26}
h2.Title{font:700 8pt Verdana;color: #000}
a:hover, a:active{}

.Meta{font: 7pt Verdana, Arial, sans-serif;margin-bottom:1px}
.Title{margin-top:1px; margin-bottom:4px}
.Summary{margin-bottom:0px; margin-top:0px;font-weight:700}
.More{text-align:right;margin-top:2px; margin-bottom:1px}

.NewsContent{margin-top:-5px;font: 1em/1.6em Verdana, Arial, sans-serif;}
.Notify{margin:10px;font: 10pt Verdana, Arial, sans-serif}
a.titel{font-weight:700}
.links th {text-align:left; font: 700 8pt verdana}


.date{width:50px}

label{cursor:hand}
.scroll{
scrollbar-3dlight-color: white;
scrollbar-arrow-color: black;
scrollbar-base-color: white;
scrollbar-darkshadow-color: gray;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;}

/* FORM OPMAAK
----------------------------------------------------------------------------- */
label{font-weight:700}
.submitButton {
    font-size: 0.8em;
    height: 18px;
}

.InputVeld {
    font-size: 0.9em;
    height: 18px;
	width:100px;
	border:1px solid #DA7A26;
    text-align: left;
}
.TextVeld{
    font-size: 1.0em;
	height:100px;
	width: 350px;
	overflow:auto;
}
.SelectVeld{
    font-size: 0.8em;
    height: 18px;
	width:175px;
    text-align: left;	
}

table.pForm {
	width: 95%;
	font-size: 0.6em;
}

table.pForm td {
	height: 26px;
	padding-left: 4px;
}

table.pForm input {
	font-size: 0.9em;
}

