/* CSS Document */

/*GENERAL*/
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
}
#container {
	width: 700px;
	height: 100%;
	margin: 5% auto;

}
#side-home{
	float:left;
	width: 287px;
	height: 680px;
	background-image: url(../beeld/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#side-wie{
	float:left;
	width: 287px;
	height: 680px;
	background-image: url(../beeld/wie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#side-wat{
	float:left;
	width: 287px;
	height: 680px;
	background-image: url(../beeld/wat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#side-klant{
	float:left;
	width: 287px;
	height: 680px;
	background-image: url(../beeld/klanten.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#side-contact{
	float:left;
	width: 287px;
	height: 680px;
	background-image: url(../beeld/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#txt {
	float:left;
	width: 413px;
	height: 680px;
	background-color: #eff4cb;
	background-image: url(../beeld/header-ooz.jpg);
	background-repeat: no-repeat;
	background-position: left top;	

}
#txt p {
	padding-left: 16px;
	padding-right: 10px;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
	color: #606162;
	margin-top: 180px;
}
#txt .p {
	padding-left: 16px;
	padding-right: 10px;
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	margin-right: 6px;
	color: #606162;
}
#txt a {
	text-decoration: none;
	color: #606162;
}
#txt a:hover {
	color:#fe5206;
	text-decoration:underline;
}
#txt a.visted {
	text-decoration: none;
	color: #606162;
}
#text ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	list-style-image: none;
	list-style-type: circle;
}
li {
	margin: 0 0 0 0;	
	font-weight: normal;
	color: #606162;
	line-height: 1.3em;
}
.titel {
	color: #fe5206;
	font-weight: bold;
}


#menu {
	background-color: #eff4cb;
	float:left;
	width: 413px;
	height: 30px;
}
#menu ul {	
	list-style:none;
	font-weight: normal;	
	margin-top: 140px;
	padding-left: 16px;	
}
#menu li {
	display: inline;	
	padding-right: 22px;
}
#menu a {
	text-decoration: none;
	color: #333;
}
#menu a:visited{
	color:#333;
	text-decoration:none;
}

#menu a:hover {
	color:#fe5206;
	text-decoration:underline;
}

#menu a.active {
	color:#fe5206;
	text-decoration:underline;
}
#footer {
	float:left;
	width: 700px;
	height: 20px;
	font-size: x-small;
	text-decoration: none;
	text-align: right;
}
#footer p {
	color:#fff;
	font-size: x-small;
	text-decoration: none;
}
#footer a {
	font-size: x-small;
	text-decoration: none;
	color: #333;
}
#footer a:hover{
	font-size: x-small;
	text-decoration: none;
	color: #fff;
}
#footer a.visted {
	font-size: x-small;
	text-decoration: none;
	color: #333;
}