@charset "utf-8";
html, body {
	background-image: url(../img/bg_main.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	height: 100%;
}

#container_main {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 100%;

}
img {
	behavior: url("pngbehavior.htc");
}
#titel {
	margin: 0px;
	padding: 0px;
	height: 67px;
	width: 205px;
	margin: 23px 0 0 12px;
	/*position: absolute;
	top: 25px;
	left: 12px;*/
	clear: both;
}
/* BEGIN NAVIGATIE */
#navigatie, #navigatie ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 145px;
}
#navigatie li {
	display: block;
	margin: 0;
	padding: 0;
	width: 145px;
	height: 30px;
	background: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;	
}
#navigatie li.nav_selected {
	display: block;
	margin-left:-10px;
	padding: 0 10px 0 0;
	background-color: #222222;
	width: 145px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;	
}
#contact_gegevens {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 145px;
	text-align: right;
	padding-top: 10px;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 145px;
}
/* EINDE NAVIGATIE */
/* BEGIN INHOUD */
#container_content {
	position: absolute;
	left: 145px;
	top: 0px;
	width: 755px;
}
.portfolio {
	height: 200px;
	width: 200px;
	margin-left: 30px;
	float: left;
	/*background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;*/
}	
#portfolio_oskard {
	width: 620px;
	position: relative;
	clear: both;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 50px;
}
.header_projecten_oskard {
	border-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-color: #FFFFFF;
	height: 24px;
	width: 620px;
	display: block;
	padding: 6px 0 0 0;
	margin: 0 0 10px 0;
}
.projecten_oskard_1 {
	width: 230px;
	float: left;
	margin: 0 0 20px 0;
}
.projecten_oskard_2 {
	width: 232px;
	float: left;
}
.projecten_oskard_3 {
	width: 100px;
	float: left;
}
/* ACCORDION */
#accordion{
	width: 625px;
	margin: 0;
}
.toggler {
	color: #FFFFFF;
	margin: 0;
	padding: 7px 0 0 10px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 23px;
	width: 620px;
}
.element p {
	margin: 0;
	padding: 10px;
}
