* {
	font-family: "Trebuchet MS", Arial;
}
div, p, span, a, input, select, option, textarea, label {
	font-size: 11px;
}
body, html {
	height: 100%;
	min-height: 100%;
	background-color: #e5e5e5;
	text-align: center;
}

a { 
	color: navy; 
	text-decoration: underline;
}
a:hover { 
	color: #4a4a4a; 
	text-decoration: none; 
}

#container {
	width: 876px;
	min-height: 100%;
	margin: auto;
	background-color: #fff;
	text-align: left;
}
* html #container {
	height: 100%;
}

/* header */
#banner {
	margin: auto;
	height: 149px;
	background: #f1fafc;
}

#koptekst {
	margin: auto;
	height: auto;
	color: #fff;
	background-color: #02a0c6;
	padding-left: 10px;
	padding-top: 5px;
}

/* menu */
#menu {
	height: 20px;
	background-color: #f1fafc;
}

/* menu tabs hoofdmenu */

#menu ul {
	list-style: none;
	height: 19px;
	font-size: 11px;
	padding-top: 2px;
	margin-bottom: -1px;
}

#menu ul li {
	display: inline;
	text-align: left;
	margin-left: 3px;
	padding-left: 5px;
	float: left;
}
#menu li.tolken {
	margin-left: 240px;
}

#menu li a {
	height: 20px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	float: left;
	display: block;
	padding-left: 6px;
}
#menu li a div {
	margin-top: -1px;
	padding: 0 11px 0 6px;
}

#menu li a:hover div, #menu li.active div {
	background: transparent url(images/button.gif) no-repeat 100%;
}
#menu li a:hover {
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	background: transparent url(images/buttonleft.gif) no-repeat 0 0;
}

#menu li.active a {
	color: #fff;
	background: transparent url(images/buttonleft.gif) no-repeat 0 0;
}

/* menu */
#menu2 {
	height: 20px;
	width: 876px;
	margin-top: -20px;
	background-color: #fff;
}

/* menu tabs hoofdmenu */
#menu2 ul {
	list-style: none;
	height: 19px;
	font-size: 11px;
}

#menu2 ul li {
	display: inline;
	text-align: left;
	margin-left: 3px;
	padding-left: 5px;
	float: left;
}

#menu2 li a {
	height: 20px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	float: left;
	display: block;
	padding-left: 6px;
}
#menu2 li a div {
	margin-top: -1px;
	padding: 0 11px 0 6px;
}

#menu2 li a:hover div, #menu2 li.active div {
	background: transparent url(images/button2.gif) no-repeat 100%;
}
#menu2 li a:hover {
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	float: left;
	display: block;
	background: transparent url(images/buttonleft2.gif) no-repeat 0 0;
}

#menu2 li.active a {
	color: #fff;
	background: transparent url(images/buttonleft2.gif) no-repeat 0 0;
}


/* footer */
#footer {
	width: 876px;
	height: 148px;
	position: relative;
	margin: -148px auto 0 auto;
	background-color: #4a4a4a;
	text-align: left;
	color: #fff;
	font-weight: bold;
}
#footer .info {
	margin: 10px;
	float: left;
}
#footer .logo {
	margin: 10px;
	float: right;
}
* html #footer .info, * html #footer .logo {
	margin: 9px;
}
#footer .copyright {
	background-color: #02a0c6;
	padding: 8px;
	text-align: center;
}

#footer .copyright a {
	color: #fff;
	text-decoration: underline;
}
#footer .copyright a:active {
	color: #fff;
	text-decoration: underline;
}

#content {
	margin-top: 20px;
	margin-bottom: 148px;
}
#home {
	color: #4a4a4a;
	width: 530px;
	padding-top: 10px;
	float: left;
}
#home p {
	padding-left: 10px;
}
#offerte {
	width: 326px;
	color: #4a4a4a;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

#offertetop {
	width: 320px;
}


#formLayer input, #formLayer textarea, #formLayer select {
	font-size: 11px;
}

#formLayer {
	width: 100%;
	padding: 4px;
}
#formLayer label {
	height: 1.7em;
	margin-bottom: 3px;
	float: left;
}
#formLayer .element {
	display: block;
	width: 100%;
	float: left;
}
#formLayer .input {
	float: right;
	margin-right: 15px;
}
#formLayer fieldset label {
	float: none;
}
#formLayer fieldset {
	border: 0;
}
#formLayer .button {
	float: none;
	margin-top: 1em;
	padding: 2px 12px 2px 12px;
}
#formLayer input {
	padding: 1px 2px 1px 2px;
	height: auto;
}