@charset "UTF-8";
/* CSS Document */

body {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#FFFFFF;
	background-image: url(Visuals_interface/int_home_02.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:0;
	margin:0;
}

#container {
	width:950px;
	padding:0px;
	margin:0 auto;
	text-align:left;
}

#top {
	width:950px;
	height:83px;
	background-image:url(Visuals_interface/extra_slices_01.jpg);
	background-repeat:no-repeat;
}

#top_nav {
	width:950px;
	height:40px;
}

#middle {
	width:950px;
	height:170px;
	background-image:url(Visuals_interface/middle_back.jpg);
	background-repeat:repeat-x;
	display:block;
	overflow:hidden;
}

#main {
	width:950px;
	display:block;
	overflow:hidden;
}

#left_nav {
	float:left;
	display:block;
}

#content {
	float:right;
	display:block;
}

/* inhoud van content */

#cont_top {
	height:15px;
	background-image:url(Visuals_interface/int_home_13.jpg);
	background-repeat:no-repeat;
}

/* twee divs op home onder cont_top */

#cont_left {
	float:left;
	width:345px;
	display:block;
}

#cont_right {
	float:right;
	width:378px;
	display:block;
}


.cont_left {
	float:left;
	width:345px;
	display:block;
}

.cont_right {
	float:right;
	width:378px;
	display:block;
	text-align:center;
}

.left_side {
	text-align:left;
}

/* footer */

#footer {
	width:950px;
	height:65px;
	border:0;
	border-top:1px #998888 solid;
	color:#998888;
	text-align:right;
	display:block;
}

#design_by {
	text-align:left;
	float:left;
	display:block;
	font-size:9px;
	color:#CCC;
}

#design_by a {
	color:#CCC;
	text-decoration:none;
}

/* divs in #middle */

#middle_left {
	width:345px;
	height:170px;
	float:left;
	display:block;
	overflow:hidden;
	background-color:#CC0000;
}

#middle_right {
	width:378px;
	height:170px;
	float:right;
	display:block;
	overflow:hidden;
	background-color:#33CCCC;
}

/* divs onder cont-top bij liefste bedrijf en workshops */

.horizontal {
	width:723px;
	border:0;
	border-bottom: 1px solid #998888;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}

.horizontal_last {
	width:723px;
	border:0;
	display:block;
	overflow:hidden;
}

/* tekstelemeneten */

h1 {
	color:#CCDD66;
	font-size:14px;
	font-weight:bold;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:10px;
	margin-top:5px;
	padding:0;
}

h2 {
	color:#CCDD66;
	font-size:12px;
	font-weight:bold;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:0;
	margin-top:5px;
	padding:0;
}

p {
	font-size:11px;
	font-weight:normal;
	color:#998888;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:15px;
	margin-top:10px;
	padding:0;
}

.white {
	color:#FFFFFF;
}

a {
	color:#998888;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#CCDD66;
	text-decoration:underline;
	font-weight:bold;
}

ul {
	color:#998888;
}

.groen {
	color:#CCDD66;
}
