* {
  margin: 0;
  padding: 0;
}
img, div { behavior: url(iepngfix.htc) }
html {
  	height: 100%;
	background-color:#F6F6F6;
	background-image:url(afbeeldingen/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
body {
  	height: 100%;
}

#container {
	margin: 0 auto;
	width: 974px; /*of 992*/
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}
.print {
	display: none;
}
#header{
	width:954px;
	height:76px;
	background-color:#FFFFFF;
	border-top: 4px #A801A7 solid;
	font-family:Verdana;
	font-size:12px;
	color:#555555;
}
#header-left {
	float:left;
	width:300px;
}
#header-right{
	float:right;
	width:600px;
	margin-right:30px;
	padding-top:15px;
	font-style:italic;
	text-align:right;
}
#menu {
	width:954px;
	height:35px;
	background-color:#BBBBBB;
}
#menu ul { 
	/*margin-left: 10px;
	 padding: 0 10px;
	 position: relative;
	 float: left;*/
	 padding-top:7px;
	 line-height: 18px;
	 list-style: none;
	 margin-left:20px;
}
#menu ul li {
	float: left;
	text-align: center;
	display: block;
	float: left;
	padding: 0 10px;
	position: relative;
}
#menu a{
	font-family:Verdana;
	font-size: 12px;
	color:#324C96;
	text-decoration:none;
}
#menu a:hover {
	color:#B600A6;
	text-decoration:underline;
}
#afbeelding {
	width:954px;
	height:170px;
	background-color:#FFFFFF;
}
#container-content {
	width:974px;
	min-height:531px;
	background-image:url(afbeeldingen/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#content{
	height:100%;
	width:954px;
	background-color:#FFFFFF;
}
#content-left{
	width:552px;
	min-height:551px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-family:Verdana;
	font-size:12px;
	color:#324C96;
	line-height:16px;
}
#content-left2{
	width:915px;
	min-height:551px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-family:Verdana;
	font-size:12px;
	color:#324C96;
	line-height:16px;
}
#content-left h2 {
	font-size: 22px;
	margin-bottom:5px;
}
#content-left h3 {
	font-size: 18px;
	color:#A801A7;
	margin-bottom:5px;
}
#content-left li {
	margin-left: 15px;
/*	padding: 0px;*/
	list-style-type:disc;
}

#content-left-left{
	float:left;
	width:260px;
	color:#5BAA10;
}
#content-left-right{
	float:right;
	width:260px;
	color:#A700A6;
}
#content-right {
	width:312px;
	background-image:url(afbeeldingen/bg-right.jpg);
	background-repeat:repeat-x;
	background-position:top;
	min-height:551px;
	padding-left:30px;
	padding-right:20px;
	padding-top:20px;
	float:right;
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
}
#contact-right-gegevens{
	margin-top:20px;
	font-size:11px;
	color:#324C96;
	line-height:16px;
}
#contact-right-gegevens h2{
	font-size:22px;
	margin-bottom:5px;
}
.knop{
	padding: 0px 2px 2px 2px;
    height: 26px;
    /*width: 200px;*/
    border: 0px;
    font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color:#8CC238;
	cursor:pointer;
}
#projecten{
}
#projecten ul { 
	 list-style: none;
}
#projecten ul li {
	float: left;
	text-align: left;
	display: block;
	float: left;
	padding-right: 10px;
	position: relative;
	margin-bottom:10px;
}
#projecten ul li :hover {
	opacity: .6;
	filter: alpha(opacity=60);
}
#blok{
	width:150px;
	height:145px;
	padding:2px;
	border: 1px #A801A7 solid;
}
#project a:hover{
	color: #73C11F;
	text-decoration:underline;
}
#footer {
	width:974px;
	min-height:174px;
	background-image:url(afbeeldingen/footer.jpg);
	background-repeat:no-repeat;
}
#footer-balk {
	width:914px;
	height:35px;
	margin-left:20px;
	background-color:#DF1CE4;
}
#footer-text {
	width:914px;
	height:100px;
	margin-left:20px;
}
#clear {
	clear: both;
}
/* =========  Links ========= */

#header a{
	color:#555555;
	text-decoration:none;
}
#header a:hover{
	color:#A801A6;
	text-decoration:underline;
}
#content-left a, #content-left2 a{
	color:#73C11F;
	text-decoration:none;
}
#content-left a:hover, #content-left2 a:hover{
	color:#73C11F;
	text-decoration:underline;
}
#contact-right-gegevens a{
	color:#A801A7;
	text-decoration:none;
}
#contact-right-gegevens a:hover{
	color:#A801A7;
	text-decoration:underline;
}
#footer-text a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer-text a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}