body{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana;
	width:100%;
	height:100%;
	font-size: 12px;
}

a{
	color: #ffffff;
	text-decoration: none;
}

#shadow_container{
	margin: 0px auto;
	width: 1100px;
}

#shadow_top{
	width: 100%;
	background-image: URL("/images/shadow_top.jpg");
	height: 54px;
}

#shadow_middle{
	width: 100%;
	background-image: URL("/images/shadow_middle.jpg");
}

#shadow_bottom{
	width: 100%;
	background-image: URL("/images/shadow_bottom.jpg");
	height: 54px;
}

#container{
	position: relative;
	margin: 0px auto;
	width: 990px;
	background-color: #545962;
	min-height: 775px;
}

#logo{
	position: relative;
	float: left;
	left: 24px;
	top: 20px;
	width: 281px;
	height: 84px;
	background-image: URL("/images/logo.jpg");
	cursor: pointer;
}

#top_fotos{
	float: right;
	width: 648px;
	height: 206px;
}

#top_foto{
	float: left;
	width: 216;
	height: 206px;
}

#menu{
	clear: both;
	position: relative;
	left: 300px;
	top: 0px;
	width: 648px;
	height: 33px;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
}

.menu_item{
	float: left;
	list-style: none;
	margin: 0px;
	margin-left: 25px;
	text-decoration: none;
}

.menu_item_current{
	float: left;
	list-style: none;
	margin: 0px;
	margin-left: 25px;
	font-weight: bold;
}

.menu_seperator{
	list-style: none;
	float: left;
	margin-left: 25px;
}

#submenu{
	position: absolute;
	left: 52px;
	top: 174px;
	list-style: none;
	width: 192px;
	color: #ffffff;
	font-size: 14px;
}

#submenu a{
	color: #ffffff;
	text-decoration: none;
	text-align:right;
}

.submenu_item{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #978170 solid;
	text-align:right;
}

.submenu_item_current{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #978170 solid;
	text-align:right;
	font-weight: bold;
}

.submenu_seperator{
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	float: left;
	width: 192px;
	height: 1px;
	border-bottom: 1px #978170 solid;
}

#adres{
	position: absolute;
	bottom: 25px;
	left: 35px;
	color: #ffffff;
	line-height: 150%;
}

#socialMedia {
	margin-top:5px;
}

#socialMedia a {
	margin-right:5px;
}

#socialMedia a img {
	border-width:0px;
}

#content{
	position: relative;
	left: 310px;
	width: 680px;
}

#title{
	font-size: 20px;
	color: #ffffff;
}

#text{
	font-size: 12px;
	color: #ffffff;
	font-family: verdana;
	line-height: 150%;
}

#submit{
	border: 1px #555555 solid;
	background-color: #dddddd;
}

.project_foto img{
	border: 0px;
	text-decoration: none;
}

#project_slider_left{
	margin-top: 40px;
	width: 16px;
	height: 25px;
	background-image: URL("/images/slider_left.jpg");
	float: left;
}

#project_slider_right{
	margin-left: 10px;
	margin-top: 40px;
	width: 16px;
	height: 25px;
	background-image: URL("/images/slider_right.jpg");
	float: left;
}

#project_big_foto{
	width: 350px;
	height: 350px;
	overflow: hidden;
	margin-left: 20px;
	margin-top: 30px;
	border: 2px #ffffff solid;
}

#project_slider{
	height: 64px;
	width: 332px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 15px;
	float: left;
}

.project_foto{
	float: left;
}

.project_foto_slide{
	border: 2px #ffffff solid;
	float: left;
	margin-left: 2px;
	cursor: pointer;
}

#project_omschrijving_titel{
	position: absolute;
	left: 400px;
	top: 75px;
	font-size: 20px;
	color: #ffffff;
}

#project_omschrijving{
	position: absolute;
	left: 400px;
	top: 130px;
}

#preload{
	display: none;
}

#projecten{
	margin-top: 150px;
	margin-left: 50px;
	float: left;
}

