@import url(/include/css/editor.php);
body 	{
	background-color: #6D6E71;
	/*      T R B L  */
	margin: 35 0 0 0;
	scrollbar-arrow-color: #000000; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #000000; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	overflow: -moz-scrollbars-vertical;	
	background-image: url('/image/background.jpg');
	background-repeat: repeat;
	background-position: top left;
}

label, h1{color:#FFF;}

/*OVERSCHRIJVEN VAN EDITOR.PHP*/
.wit{
	color: #FFF;	
}

a:link, a:visited, a:hover, a:active {color:#AAA;}

a.bijschrift:link, a.bijschrift:visited, a.bijschrift:hover, a.bijschrift:active,
a.bijschriftblauw:link, a.bijschriftblauw:visited, a.bijschriftblauw:hover, a.bijschriftblauw:active,
a.bijschriftgrijs:link, a.bijschriftgrijs:visited, a.bijschriftgrijs:hover, a.bijschriftgrijs:active {font-size:10px;}

.border	{border : 1px solid #000000;}

.buttonblauw, .buttongrijs	{
	border: 1px dotted #FFF;
	color : #FFFFFF;
	
}
.formblauw, .formgrijs  	{
	border: 1px dotted #FFF;
	color : #FFFFFF;
}

.formblauw, .buttonblauw{
	background-color: #4179B1;
}

.checkboxblauw{
	background-color: #12589D;
}

.checkboxgrijs, .formgrijs, .buttongrijs{
	background-color : #494949;
}

.checkboxblauw, .checkboxgrijs{
	width: 25px;
	height: 20px;
	border:1px dotted #FFF;
	cursor:pointer;
	cursor:hand;
}

.hidden{
	width:0px;
	height:0px;
	display:none;
}

.menublauw, .menublauw_actief, .menugrijs, .menugrijs_actief, .dotted{
	border: 1px dotted #FFF;
}

.menublauw, .menublauw_actief, .menugrijs, .menugrijs_actief{
	width: 127px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	color:#FFF;	
	cursor:pointer;
	cursor:hand;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active{
	text-decoration:none;
	letter-spacing:1px;
	color:#FFF;
}

.menublauw{
	background-color: #2968A7;
}

.menugrijs_actief{
	background-color: #555353;
}

.menublauw_actief{
	background-color: #12589D;
}

.imgContainer, .lichtgrijs{
	background-color: #6D6E71;
}

.bgArtikelengrijs{
	
}

.bgArtikelenblauw{
	background-color: #4179B1;
}

.lichtblauw{
	background-color: #4179B1;
}

.bgWit{
	background-color: #FFF;
}	

td.tekstWit, td.tekstWit{
	color:#FFF;
}

.imgContainer{
	width:100%;
	height:130px;
}

.content_blauw, .content_grijs{
	vertical-align:top;
	height:100%;
	padding:7px;
}

.content_blauw{
	background-color: #2968A7;
}

.content_grijs{
	background-color: #333333;
}
