
* {
	margin: 0px;
	padding: 0px;
	
	font-family: 'DIN30640StdNeuzeitGroteskLigh', sans-serif;
	text-decoration: none;
	color: #382d24;
	font-size: 11px;
}

html {
	overflow-y: scroll;
	min-height: 100%;
	height: 100%;
}

body {
	margin: 0px;
	background-color: #363030;
	height: 100%;
	min-height: 100%;
}

#main {
	width: 702px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #FFFFFF;
	padding-left: 1px;
}

#header #logo {
	float: left;
}

#logo img {
	margin-top: 2px;
	margin-left: 20px;
}

#header #nieuwsbrief {
	float: right;
}

#nieuwsbrief table {
	padding-top: 34px;
	padding-right: 10px;
}

#fotobar {
	
}

#foto_1 {
	float: left;
	height: 300px;
	width: 233px;
	border-right: 1px solid #fff;
	background-image: url(../images/lamp.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#foto_2 {
	float: left;
	height: 300px;
	width: 233px;
	border-right: 1px solid #fff;
	background-image: url(../images/mannen.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#foto_3 {

	float: left;
	height: 300px;
	width: 233px;
	border-right: 1px solid #fff;
	background-image: url(../images/glas.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#menu {
	clear: both;
	padding: 20px 5px 16px 20px;
	background-color: #99bfc2;
}

#menu ul {
	list-style: none;
	clear: both;
}

#menu ul li {
	float: left;
	margin-right: 16px;
}

.page-hoofdmenu {
	height: 20px;
}

.page-hoofdmenu li a {
	font-weight: normal;
	line-height:normal;
	font-family: 'DIN30640StdNeuzeitGroteskLigh', sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

.page-submenu li a {
	font-weight: normal;
	line-height:normal;
	font-family: 'DIN30640StdNeuzeitGroteskLigh', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

#page .paragraaf h2 {
	color: #99BFC2;
}

#hoofdmenu {
	clear: both;
	padding:5px 5px 16px 20px;
}

#hoofdmenu ul {
	list-style: none;
}

#hoofdmenu ul li {
	float: left;
	margin-right: 20px;
}


#hoofdmenu ul li a {
	font-weight: normal;
	line-height:normal;
	font-family: 'DIN30640StdNeuzeitGroteskLigh', sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
}

#page {
	
	
	min-height: 400px;
	padding: 20px;
	padding-top: 30px;
	padding-right: 20px;
	
	margin-bottom: 30px;
}

#pageHome {
	background-color: #99bfc2;
	padding: 20px;
	padding-top: 30px;
	padding-right: 50px;
}

#footer {
	height: 30px;
	margin-top: 8px;
}

#footer #lepel {
	float: left;
}

#footer #adres {
	float: left;
	width:702px;
	margin: 0 auto;
	text-align: center;
	
	font-family: 'DIN30640StdNeuzeitGroteskLigh', sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
}


#footer #vork {
	float: right;
}

/* Dynaweb Elements */
.paragraaf {
	margin-bottom:20px;
	clear: both;
}

.paragraaf h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

.paragraaf p {
	line-height: 18px;
}

.paragraaf ul {
	padding-left: 15px;
}

#imageLeft, #imageRight {
	border: none;
	font-size: 10px;
	padding-bottom: 10px;
}

#imageLeft img, #imageRight img {
	width: 160px;
	border: none;
}
 
#imageLeft {
	float: left;
	margin-right: 20px;
}
 
#imageRight {
	float:right;
	margin-left: 20px;
}

.form_button {
	background-color:#99BFC2;
	border:medium none;
	color:#FFFFFF;
	font-size:11px;
	height:18px;
	text-decoration:none;
	padding: 3px;
}

input, select {
	color: #000;
}

.form_tekstveld {
	width: 300px;
}

.veld {
	background-color:#E1E6EA;
	border:medium none;
	color:#2D3333;
	font-size:10px;
	height:18px;
	padding-left:4px;
	padding-top:3px;
	text-decoration:none;
	width:160px;
}

.button {
	background-color: #99BFC2;
	border: none;
	color:#FFFFFF;
	font-size:11px;
	height:18px;
	text-decoration:none;
	width:44px;
}


