html {
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	font: 73% "Trebuchet MS", "lucida sans", arial, helvetica, sans-serif;
	background: #f1f1e3;
	line-height: 1.8em;
}
		/*HEADER */
#header {
	height: 150px;
	width:auto;
	margin-bottom: 2em;
	background-image: url(../images/header3.jpg);
}
#header h1 {
	float: right;
	margin: 0;
	padding: 0.8em 1em 0.4em 0;
	font-size: 240%;
	letter-spacing: 5px;
	color:#c7d013;
	background: transparent;
}

		/*MENU */
#menu {
	height: 95px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
}
#menu li {
	float: left;
	width: 10em;
	border-right: 1px solid #777750;
}
#menu a {
	display: block;
	height: 95px;
	width: 9em;
	padding: 50px 0 0;
	text-decoration: none;
	font-weight: bold;
	line-height: 95px;
	text-align: center;
	color: #333;
	background: #c7d013;
}
#menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #999967;
}
		/* KOLOMMEN */
#zijkantLinks {
	float: left;
	width: 4%;
	height: 1px;
}
#kolom1 ul li {
	padding-left:10px;
	margin-left:15%;

	list-style-type:circle;
}
#kolom1 {
	float: left;
	width: 58%;
	margin-bottom: 1em;
	border-right: 1px solid #ccc;
	padding-right: 3%;
	background-repeat: no-repeat;
	background-image: url(../images/Blaadje2Groot.png);
	background-position: top;
}
#kolom2 {
	float: left;
	width: auto;
	margin-left: 2%;
	margin-bottom: 1em;
	margin-right: 2%;
}
#kolom3 {
	float: left;
	width: auto;
	margin-left: 2%;
	margin-bottom: 1em;
	margin-right: 2%;
}

		/*FOOTER */
#footer {
	clear: both;
	height:80px;
	border-top: 1px solid #ccc;
	padding: 0.5em;
	text-align: right;
	background-image: url(../images/header3.jpg);
	color: black;
}
#footer a {
	text-decoration: none;
	color: black;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding-top: 50px;
}

		/*RECHTHOEKEN */
.rechthoek {
	background: #c7d013;
	color: #777750;
	text-align: center;
	border: 1px solid #333;
}
.rechthoek_inhoud {
	padding: 0;
}
.rechthoek_inhoudFilm {
	padding: 10px;
	width: auto;
	height: auto;
}
		/*TEKSTOPMAAK */
h2 {
	margin-top: 0;
	font-size: 200%;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-bottom: 1px solid #ccc;
	color: #666;
}
h3 {
	margin-top: 0;
	font-size: 150%;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #666;
}
h4 {
	font-size:110%;
	text-decoration:underline;
	font-weight:bold;
}
blockquote {
	font-weight: bold;
	font-style: italic;
	color: #777850;
}
		/*LINKS */
a:link, a:visited {
	color: #9b696f;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #777750;
	background: inherit;
	text-decoration: none;
}
a:active {
	color: #666;
	background: inherit;
	text-decoration: none;
}
a img {
	border: 0;
}

/**** Why ecoproof pagina*****/
.opsomming {
	padding-bottom:5px;
	padding-top:0;	
	border-bottom:1px solid #CCC;
	text-align:left;
}

.opsomming h2 {
	padding-top:10px;
}
.opsomming p {
	padding: 0 5px 0 10px;
	}
.groen {
	background: #c7d013;
	padding-left:10px;
}
#contactformulier table td div {
	text-align: right;
	padding-right:10px;
}

/************* BEDRIJVENDAG LOGO ****************/
div#bedrijvendag {
	background-image:url(../images/rodecirkel.png);
	width:200px;
	height:200px;
	float:right;
	top:200px;
	left:400px;
	z-index:100;
}

div#bedrijvendag p {
	padding-left:5px;
	font-size:1em;
	font-variant:normal;
	margin-top:65px;
	text-align:center;
}

/* EINDE BEDRIJVENDAGLOGO */
.vertegenwoordiger a, .vertegenwoordiger {
	font-style:normal;
	color:black;
}
.bedrijvendag {
	font-size:larger;
}
.bedrijvendag a {
	color:#333;
}

.taal {
	z-index:20;
	float:left;

}
.taal a {
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
	top:-25px;
	color:#333;
}
.taal a:hover {
	text-decoration:underline;
}

#fotogalerij {
	border:#c7d013 solid 8px;
	text-align:center;
}
td#uitlijnen {
	text-align:center;
}


