body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/layout_back_gradient.gif) repeat-x #F0F0F0;
	/*background: url(../images/layout_back_rechts.gif) center 0 no-repeat #F0F0F0;*/
}

#container{
	width: 890px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -445px;
	z-index: 999;
}
#logobox{
	width: 250px; /*290*/
	height: 126px; /*140*/
	padding: 14px 0 0 40px;
	background: url(../images/layout_logobox.png) no-repeat;
	float: left;
}
#menu{
	width: 600px;
	height: 82px;
	margin: 58px 0 0 0;
	float: right;
}
#banner{
	width: 550px;
	height: 200px;
	/*margin: 0 0 0 40px;*/
	clear: both;
	float: left;
}
#sloganbox{
	width: 285px; /*300*/
	height: 180px; /*200*/
	padding: 20px 0 0 15px;
	background: url(../images/layout_sloganbox.gif) no-repeat;
	float: right;
	color: #FFDFAA;
}
#midden{
	clear: both;
	margin: 0 0 0 40px;
	background: #FFFFFF;
}
/*#midden:after{
	/*margin fix */
	/*content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}*/

#content{
	width: 570px; /*610 - padding */
	/*margin: 0 0 0 40px;*/
	padding: 10px 20px 30px 20px;
	background: url(../images/layout_content_background.gif) no-repeat #FFFFFF;
	float: left;
}
#sidebox{
	width: 160px; /*240*/
	padding: 70px 55px 0 25px; /*40 oranje + 30padding = 70*/
	background: url(../images/layout_sidebox.gif) no-repeat;
	float: right;
	min-height: 300px;
}
#footer{
	width: 850px;
	/*margin: 0 0 0 40px;*/
	clear: both;
	background: #f0f0f0;
	font-size: 11px;
	color: #232020;
	text-align: center;
}
#footer a{
	color: #232020;
}
#achtergrond-links{
	width: 449px;
	height: 586px;
	background: url(../images/layout_back_links.gif) no-repeat;
	position: absolute;
	left: 50%;
	top: 95px;
	margin: 0 0 0 -854px;
	z-index: 0;
}
#achtergrond{
	width: 100%;
	height: 354px;
	background: url(../images/layout_back_rechts.gif) center 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
/*#achtergrond-rechts{
	width: 50%; 
	height: 354px;
	background: url(../images/layout_back_rechts.gif) no-repeat -600px 0 #FF0000;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 445px;
}*/


#content h1{
	color: #F37021;
	font-size: 26px;
	font-weight: normal;
	margin: 5px 0 20px 0;
}
#content p{
	margin: 0 0 15px 0;
}

#sidebox h1{
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#sidebox p{
	margin: 0 0 10px 0;
}
#sidebox a{
	color: #000000;
}

img{
	border: 0;
}

#content a{
	color: #F37021;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
.center{
	text-align: center;
}

/* ----------------------------- MENU ----------------------------*/

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li{
	margin: 0;
	padding: 0;
	float: left;
}

.url-menu-home, .url-menu-hardsoft, .url-menu-webdesign, .url-menu-videoproductie, .url-menu-contact{
	display:block;
	height: 82px;
}
.url-menu-home{ width: 63px; background: url(../images/layout_menu.gif) 0 0; }
.url-menu-hardsoft{ width: 133px; background: url(../images/layout_menu.gif) -63px 0; }
.url-menu-webdesign{ width: 156px; background: url(../images/layout_menu.gif) -196px 0; }
.url-menu-videoproductie{ width: 116px; background: url(../images/layout_menu.gif) -352px 0; }
.url-menu-contact{ width: 132px; background: url(../images/layout_menu.gif) -468px 0; }

.url-menu-home:hover, .url-menu-home-current{ width: 63px; background: url(../images/layout_menu.gif) 0 -82px; }
.url-menu-hardsoft:hover ,.url-menu-hardsoft-current{ width: 133px; background: url(../images/layout_menu.gif) -63px -82px; }
.url-menu-webdesign:hover, .url-menu-webdesign-current{ width: 156px; background: url(../images/layout_menu.gif) -196px -82px; }
.url-menu-videoproductie:hover, .url-menu-videoproductie-current{ width: 116px; background: url(../images/layout_menu.gif) -352px -82px; }
.url-menu-contact:hover, .url-menu-contact-current{ width: 132px; background: url(../images/layout_menu.gif) -468px -82px; }


/* ----------------------------- NIEUWS ----------------------------*/

ul#nieuws{
	margin: 0 0 14px 0;
	padding: 0;
	list-style: none;
}
#nieuws li{
	margin: 5px 0 0 0;
	padding: 8px;
	background-color: #eeeeee;
}
#nieuws .datum{
	color: #f37021;
	font-size: 10px;
}
h2.nieuws{
	font-weight: normal;
	font-size: 26px;
	margin: 0 0 14px 0;
}
a.nieuws{
	color: #231F20;
}

/* ----------------------------- CONTACT ----------------------------*/
#content label{
	display: block;
	width: 120px;
	margin: 10px 10px 0 0;
	border: none;
	float: left;
}
#content input, #content textarea{
	width: 410px;
	height: 20px;
	padding: 8px 10px 2px 10px;
	margin: 5px 0 0 0;
	background-color: #efefef;
	color: #808080;
	border: none;
	font-size: 12px;
}
#content textarea{
	height: 80px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#content input.knop{
	background-color: #faa61a;
	color: #FFFFFF;
	margin: 10px 0 0 130px;
	padding: 0;
	font-weight: bold;
	height: 35px;
	width: 120px;
	border: none;
}
