/*ALGEMEEN*/

body {
color:#666666;
font-family:"Gill Sans MT",'arial';
font-size:12px;
font-style:normal;
font-weight:400;

padding:0;
margin-left:0;
margin-right:0;
margin-top:0;
margin-bottom:0;

min-height:100%;
height:100%;
width:100%;

overflow: scroll;
}

img {
border: none;
}

a {
color:#666666;
text-decoration:none;
}

h2{
font-size:13px;
font-style:normal;
font-weight:400;
}

p{
margin-top:0;
line-height:98%;
}


#desite{
	width: 1000px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    top: 50px;
}

#nav{
	position: relative;
	width: 1000px;
	height: 270px;

}

#navlogo{
	position: absolute;
	width: 235px;
	height: 270px;
}

#navnieuws{
	position: absolute;
	width: 95px;
	height: 270px;
	left: 560px;
}

#navwerk{
	position: absolute;
	width: 95px;
	height: 270px;
	left: 675px;
}

#navatelier{
	position: absolute;
	width: 95px;
	height: 270px;
	left: 790px;
}

#navcontact{
	position: absolute;
	width: 95px;
	height: 270px;
	left: 905px;
}

#navsub{
	position: absolute;
	left: 560px;
	top: 155px;
	font-size:14px;
	font-style:normal;
	font-weight:600;
	color:#1ea0d2;
}
.navsubselecteditem{
	background: url('layout/blueline.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;
}

#navsub a{
	font-size:14px;
	font-style:normal;
	font-weight:600;
	color:#1ea0d2;
}
	
#content{
	position: absolute;
	width: 700px;
	left: 300px;
	top:270px;
	text-align:left;
}

/*Intro*/

#deintro{
	margin-left: auto;
	margin-right: auto;
	position: relative;
    top: 150px;
	width:322px;
}

/*Contact*/

#contactfoto{
	position: absolute;
	width: 700px;
	height: 140px;
	position: relative;
	background: url('contact/contactfoto.jpg');
}

#contacttitel{
	position: relative;
	top:70px;
	left:2px;
	font-size:30px;
	color:#E9C61F;
}

.contactblokje{
	width: 700px;
	height: 70px;
	margin-top:25px;
	position: relative;
	background: url('layout/line.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

.contactkleur{
	color:#E9C61F;
}

/*Nieuws*/

.nieuwsblokje{
	position: absolute;
	width: 700px;
	height: 169px;
	margin-bottom:10px;
	margin-top:30px;
	position: relative;
	background: url('layout/line.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

.nieuwsdatum{
	position: absolute;
	width: 55px;
	height: 155px;
}

.nieuwstekst{
	position: absolute;
	left:65px;
	width: 335px;
	height: 155px;
}

.nieuwstekst h2{
	color:#EA2625;
	margin:0;
}

.nieuwsfoto{
	position: absolute;
	left:410px;
	width: 290px;
	height: 155px;
}

.nieuwskleur{
	color:#EA2625;
}

/*Werk*/

.werkblokje{
	position: absolute;
	width: 700px;
	height: 169px;
	margin-bottom:10px;
	margin-top:30px;
	position: relative;
	background: url('layout/line.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

.werkblokje h2{
	color:#1ea0d2;
	margin:0;
}

.werktekst{
	position: absolute;
	width: 400px;
	height: 155px;
}

.werkfoto{
	position: absolute;
	left:410px;
	width: 290px;
	height: 155px;
}

.werkkleur{
	color:#1ea0d2;
}

/*Atelier*/

#atelierfoto{
	position: absolute;
	width: 700px;
	height: 140px;
	position: relative;
	background: url('atelier/atelierfoto.jpg');
}

.atelierblokje{
	position: absolute;
	width: 700px;
	height: 169px;
	margin-bottom:10px;
	margin-top:30px;
	position: relative;
	background: url('layout/line.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}

.ateliertitel{
	position: absolute;
	width: 100px;
	height: 155px;
}

.ateliertitel h2{
	margin:0;
	color:#588f3f;
}

.ateliertekst{
	position: absolute;
	left:110px;
	width: 590px;
	height: 155px;
}

.atelierkleur{
	color:#588f3f;
}

