/*@import "medewerkers.css";
@import "gallery.css";*/

#choose-style a span strong{display:none;}

#choose-style a span{
	display:block;
	height:100%; width:100%;
	background:black;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	}
#choose-style a:hover span{
	background:none;
	}

#choose-style a.ind{
	background:url(/images/ed_ind.gif) center no-repeat #F29400;
	display:block;
	width:50%; height:100%;
	position:absolute;
	right:0;
	z-index:999;
	}
#choose-style a.classic{
	background:url(/images/ed_classic.gif) center no-repeat #9F7742;
	display:block;
	width:50%; height:100%;
	position:absolute;
	left:0;
	z-index:999;
	}
	
#c-hoose-style a.ind:hover{background:url(/images/ed_ind.gif) center no-repeat #F29400;}
#c-hoose-style a.classic:hover{background:url(/images/ed_classic.gif) center no-repeat #9F7742;}








html,
body{
	margin:0;
	padding:0;
	height:100%; width:100%;
	top:0; left:0;
	
}
html{
	background:url(../images/bg_ind.gif) center top;
	background-attachment:fixed;
}
body{
	font-family:Segoe UI, Verdana, Geneva, sans-serif;
	font-size:80%;  
}
#main{
	width:770px;
	margin:20px auto;
	border:1px solid #bbb;
	background:url(../images/trans.png);
	margin-bottom:3px;
}
#main .pad{
	margin:8px;
	position:relative;
}

#main #logo{
	background:white;
	height:100px; width:300px;
	position:absolute;
	top:0; left:0;
	z-index:99;
}

a		{color:#f29400;}
a img	{border:1px solid #f29400;}

.clear{clear:both;}
/*--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=-- */

#header{
	background:#333;
	color:white;
	padding:1px 8px;
	text-align:right;
	font-size:10px;
}
/* 
#header span.fx{
	position:absolute;
	top:185px; left:-210px;
background:url(../images/visualfx_01.png) no-repeat center 400px;
background-position: center left;
	background-image: url('/images/visualfx_01.png'); 
	background-repeat: no-repeat;
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/visualfx_01.png'); 
	height:400px;
	width:200px;
	display:block;
	z-index:1000;
}
*/

div.fx{
/*background:url(../images/visualfx_01.png) no-repeat ;*/
height:435px; width:100%;
position:fixed;
left:0; top:200px;
}

#head_img{
	margin-top:8px;
	height:200px;
	width:755px;
	/* background:#f29400;  */
	/* background:url(../images/header/img01.jpg);  */
}
#head_img li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#head_img ul{
	margin:0px;
	padding:0px;
}

/*--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=-- */

#content{
	border:1px solid #eee;
	margin-top:8px;
	float:right;
    width:442px;
	overflow:hidden;
	background:url(../images/trans.png);
}
#content .padding{
	margin:20px;
}
#side .padding{
	padding:1px 14px;
	overflow:hidden;
}
#side{
	width:300px;
	background:black;
	background:#eee;
	margin-top:8px;
	padding-top:8px;
	border:1px solid #eee;
	}
.clr{
	clear:both;
	}

/*--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=-- */

#content h1{
	color:#f29400;
	font-size:180%;
	font-weight:normal;
	margin:0; padding:0;
	letter-spacing:-0.3px;
	}
#content h2{
	color:#f29400;
	font-size:150%;
	font-weight:normal;
	margin:0; padding:0;
	}
#content h3{
	color:#f29400;
	font-size:120%;
	margin:0; padding:0;
	}
#content .intro{
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	padding:5px 0;
	margin:10px 0 15px 0;
	color:#555;
	font-family:Segoe UI, Verdana, Geneva, sans-serif;
	font-size:110%;
	}
#content{
	font:11px/1.65 Verdana,sans-serif;
	}
	
#content .color,
#content em,
#content i{
	color:#555;
	font-family:Segoe UI, Verdana, Geneva, sans-serif;
	font-size:105%;
	font-weight:500;
}

/*--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=-- */

#nav ul{
	list-style:none;
	margin:20px; padding:0;
	display:block;
	}
#nav ul li{
	list-style:none;
	margin:0; padding:0;
	}
#nav ul a{	
	display:block;
	padding:3px 3px 3px 12px;
	background:url(../images/dotted.gif) center bottom repeat-x;
	color:#555;
	text-decoration:none;
	font-size:105%;
	width:210px;
	font-family:Segoe UI, Verdana, Geneva, sans-serif;
	}
#nav ul a:hover{
		background:url(../images/dotted.gif) center bottom repeat-x #f3990d;
	color:white;
	}
#nav ul  a:sel{
		background:url(../images/dotted.gif) center bottom repeat-x black;
	color:white;
	}
	
	
/*--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=-- */

#side .blk{
	background:url(../images/side_bg.gif) center top no-repeat;
	margin:10px 0;
	}
#side .blk span.end{
	background:url(../images/side_bg.gif) center bottom no-repeat;
	display:block;
	height:15px;
	}
#side .padding .head{
	margin:0 0 1px 0; padding:0;
	text-align:center;
	font-size:11px;
	color:#888;
	}
/*--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=-- */

.footer{ font-size:11px; margin:4px 0 20px 0; padding:0; text-align:center;}
.footer *{color:#e8e8e8; text-decoration:none; margin:0; padding:0; font-family:verdana, tahoma;}
.footer a{color:white;}
.footer a:hover{color:black;}

/*--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=--=---=-- */

/*map_canvas*/
#map_canvas {
	height:300px;
	width:375px;
border:1px solid darkorange;
	}
#map_canvas *{
	font-family:verdana;
	font-size:10px;
	color:black;
	border:0;
	margin:0; padding:0;
	}
#map_canvas span{display:none;}

#map_canvas div div div a{display:none;}

#map_canvas * div a img {display:none;}











@font-face {
 font-family: myfont;
 src: url("/css/aaaiight.eot") /* EOT file for IE */
}
@font-face {
 font-family: myfont;
 src: url("/css/aaaiight.ttf") /* TTF file for CSS3 browsers */
}



form fieldset{
    border:1px solid #fce4bf;
    margin:17px 0;
padding:10px;
}
form label{
    width:105px;
    display:block;
    float:left;
color:#777;
}
form label:hover{
color:black;
}

form input.text{
    width:200px;
    border:1px solid #f29400;
	font-family:Segoe UI, Verdana, Geneva, sans-serif;
}

.row label {display:none;}
form textarea{
    border:1px solid #f29400;
    width:377px; 
font-family:Segoe UI, Verdana, Geneva, sans-serif;	
font-size:120%;
}

form .submit{
    font-family:myfont, tahoma;
    border:1px solid #f29400;
 background:#fef4e5;
color:#f29400;
font-weight:normal;
font-size:20px;
}

.stijlen {
}

.link_classic, .link_ind{
    width:280px;
    display:block;
    height:60px;
    margin:0 0 0 8px; padding:0;
border-bottom:1px solid #ccc;
text-indent:-100px;
font-size:1px;
overflow:hidden;

}

.link_classic{
	color:#9B7441;
    background:url('/images/logo_classic.gif')center top;
}
.link_ind{
	color:#F29400;
    background:url('/images/logo_ind.gif')center top
}
