@import url(/include/css/editor.php);

/** =COLORS **
*/


html, body {
	height: 100%;
	}
body {
	background-color: #000000;
	background-position: center top;
	background-attachment: fixed
	}


/** =LAYOUT **/

#container {
	width: 943px;
	margin: 0px auto;
	position: relative;
	}
#wrapper {
	padding-top: 40px;
	padding-left: 75px;
	background: url('/image/black.png') repeat-y left top;
	}

#footer-fix {
	width: 943px;
	margin: 0px auto;
	background: url('/image/black.png') repeat-y left top;
	}


/** =HEADER **/

#header {
	height: 185px;
	position: relative;
	background: url('/image/header.png') no-repeat left top;
	}

#logo {
	left: 0;
	top: 164px;
	width: 45px;
	height: 135px;
	margin-left: -45px;
	position: absolute;
	}

#navigation {
	padding-top: 141px;
	}


/** =CONTENT - HOMEPAGE **/

#home-intro {
	}


/** CONTENT - DEFAULT **/

#icon {
	width: 47px;
	height: 47px;
	margin-top: 5px;
	position: absolute;
	}

#content {
	}


#sidebar {
	}

/** CONTACT **/
div.submit button{
	border:1px solid black;
	background-color:#282828;
	color:#FF842C;
	}

/** =FOOTER **/

#footer {
	display: none;
	}
#footer p {
	}
#footer a {
	}

/** Actueel & Projecten **/
#actueel{
	padding-right:4px;
}
#actueel div.actueel-item,
.actueel-img a{
	margin-bottom:3px;
}
#actueel div.actueel-item, #actueel div.actueel-detail{
	clear:both;display:block;
	margin-bottom:0px;
	text-align:justify;
}
#actueel div.actueel-item img{
	float:right;
	margin:0 3px 3px 60px;
}
#actueel div.actueel-detail {
	overflow: hidden;
	}
#actueel div.actueel-detail img{

}
#actueel div.actueel-detail ul{
	margin-left:0;
	list-style-type:none;
	float:right;
}

#actueel .actueel-tekst{
	margin-right:320px;
}
.actueel-img a,
.actueel-img img,
.actueel-item a,
.actueel-item img {
	display: block;
	}


/** =CLASSES **/
.clearfix {
	clear: both;
	display: block;
	height: 0px;
	}