@charset "UTF-8";
/* CSS Document */
	html,body /*altijd html en body height op 100% zetten voor een volle pagina*/
	{
		font-family: tahoma, Geneva, Arial, helvetica, sans-serif; /*Georgia*/
		font-size:11px;
		color:#E8F3FF;
		background:url(img/colorBG.jpg);
		background-repeat:no-repeat;
		background-color:#000000;
		/*background:url(img/colorBG2.jpg);*/
		margin:0px 0px;
		height:100%;
		overflow:visible;
		/*min-height:100.1%; /*works for ff but dubbel in ie*/
		/*overflow-y:scroll; /* dubbel scrol result*/
	}
	html,body a
	{	
		color:#E8F3FF;
	}
	h1, h2, h3, h4, h5, h6
	{
		font-size:12px;
		font-weight:normal;
		margin:0px 0px;
		color:#3399FF;
		/* #148cbe */
	}
	
	img
	{
		border:none;
	}	
	
	#BG
	{
		background-repeat:repeat;
		overflow:auto;
		width:100%;
		height:100%;
		/*min-height:100.1%; /*works for ff but dubbel in ie*/
	}
	
	#wrapper
	{
		width:960px; 
		height:inherit;
		margin:auto auto auto auto;
	}

/*HEADER*/
	#header
	{
		min-height:100px;
		width:960px;
	}
	#header_top
	{
		background-image: url(img/Arties_Header_01.png);
		height:20px; 
		width:960px;
	}
	#header_content
	{
		background-image:url(img/Arties_Header_02.png);
		height:auto; 
		width:960px;
	}
	#header_bottom
	{
		background-image:url(img/Arties_Header_03.png); 
		height:20px; 
		width:960px;
	}

/*LINKER KOLOM */
	#L_Kolom
	{
		min-height: 100px;
		width:160px;
		float:left;
	}
	#L_Kolom_top
	{
		background-image:url(img/L_Kolom_01.png); 
		height:8px; 
		width:160px;
	}
	#L_Kolom_content
	{
		background-image:url(img/L_Kolom_02.png); 
		height:auto; 
		width:160px; 
		color:#FFFFFF;
	}
	#L_Kolom_bottom
	{
		background-image:url(img/L_Kolom_03.png); 
		height:8px; 
		width:160px;
	}
	#L_Kolom_cloud
	{
		background-image:url(img/L_Kolom_04.png); 
		height:20px; 
		width:160px;
	}
	
	#L_txt
	{
		width:135px;
		height:auto;
		margin:auto auto;
		color:#E8F3FF;
	}
	.selectedLink A {color:#3399FF;}
	
/*RECHTER KOLOM */
	#R_Kolom
	{
		min-height: 100px;
		width:800px;
		float:right;
	}
	#R_Kolom_top
	{
		background-image:url(img/R_Kolom_01.png); 
		height:8px; 
		width:800px;
	}
	#R_Kolom_content
	{
		background-image:url(img/R_Kolom_02.png); 
		height:auto; 
		width:800px;
		color:#FFFFFF;
	}
	#R_txt
	{
		width:780px;
		height:auto;
		margin:auto auto;
		color:#E8F3FF;
	}
	
	#R_Kolom_bottom
	{
		background-image:url(img/R_Kolom_03.png); 
		height:8px; 
		width:800px;
	}

/*FOOTER*/
	#footer
	{
		background-image:url(img/footer.png); 
		height:75px; 
		width:960px;
	}
	#footer_txt
	{
		width:940px;
		height:20px; 
		margin:auto auto;
		color:#E8F3FF;
	}
	
/*SLIDER EFFECT*/
	#slider1 {
    width: 770px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	}
	
	#slider1Content {
		width: 770px; /* important to be same as image width or wider */
		position: absolute;
		top: 0px;
		margin-left: -30px;
	}
	.slider1Image {
		float: left;
		position: relative;
		display: none;
	}
	.slider1Image span {
		position: absolute;
		font-family:tahoma, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		padding: 15px 40px;
		width: 694px;
		background-color: #000;
		filter: alpha(opacity=80);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		color: #fff;
		display: none;
	}
	.clear {
		clear: both;
	}
	.slider1Image span strong {
		font-size: 12px;
		color:#3399FF;
	}
	.left {
		top: 0;
		left: 0;
		width: 180px !important;
		height: 200px;
	}
	.right {
		right: 0;
		bottom: 0;
		width: 110px !important;
		height: 200px;
	}
	ul { list-style-type: none;}