ul, li, p, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

h1 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #390;
}

h2 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #25A8FF;
}

h3 {
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

p {
	margin-bottom: 5px;
}

img {
	border: 0px;
}

html {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

body {
	width: 768px;
	margin: auto;
	font-family: Arial;
	color: black;
	font-size: 12px;
}

.container {
	float: left;
	width: 768px;
}

.header {
	width: 100%;
	height: 130px;
	float: left;
}

.header #logo, .header #logo2 {
	padding-left: 10px;
}

.logo_left {
	float: left;
	width: 50%;
	padding-top: 50px;	
}

.logo_right {
	float: right;
	width: 170px;	
	padding-top: 25px;
}

.menu {
	height: 38px;
	float: left;
}

.menu .left {
	float: left;
	width: 13px;
	height: 38px;
	background-image: url('../images/menu_left.jpg');
}

.menu .center {
	float: left;
	width: 742px;
	height: 38px;
	background-color: #DBEAF0;
	padding-left: 0px;
}

.menu .center li {
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	display: inline;
	text-align: center;
	border-right: 1px solid #C0E3F0;
	margin-top: 10px;
}

.menu .center li .kort {
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.menu .center li .lang {
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.menu .center li .kort_active {
	height: 17px;
	float: left;
	background-image: url('/images/active.jpg');
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
}

.menu .center li .lang_active {
	float: left;
	height: 17px;
	background-image: url('/images/active.jpg');
	background-repeat: repeat-x;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: underline;
}

.menu .center li .active {
}

.menu .center li a {
	color: #25A8FF;
	text-decoration: none;
}

.menu .right {
	float: left;
	width: 13px;
	height: 38px;
	background-image: url('../images/menu_right.jpg');
}

.content {
	width: 760px;
	float: left;
	padding-left: 10px;
}

.content label {
	float: left;
	width: 50px;
}

.contact p {
	margin: 0px;
	padding: 0px;
}

.balk {
	float: right;
	width: 185px;
}

.sidebar {
	width: 185px;
	float: right;
	margin-top: 10px;
}

.sidebar h2 {
	font-size: 20px;
	padding-top: 10px;
	color: #25A8FF;
	font-weight: normal;
}

.sidebar .top {
	width: 168px;
	height: 22px;
	background-image: url('../images/sidebar_top.jpg');
	font-size: 16px;
	color: #25A8FF;
	padding-top: 7px;
	padding-left: 15px;
}

.sidebar .center {
	width: 170px;
	background-color: #EAEEEF;
	padding-left: 13px;
	font-size: 12px;
	padding-top: 3px;
}

.sidebar .center p {
	margin: 0px;
	padding: 0px;
}

.sidebar .center label {
	width: 30px;
	float: left;
}

.sidebar .center strong {
	font-size: 14px;
	font-weight: normal;
}

.sidebar .bottom {
	width: 183px;
	height: 14px;
	background-image: url('../images/sidebar_bottom.jpg');
}

.footer {
	float: left;
	width: 768px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.footer .left {
	float: left;
	width: 9px;
	height: 24px;
	background-image: url('../images/footer_left.jpg');
}

.footer .center {
	float: left;
	width: 750px;
	height: 20px;
	background-color: #DBEAF0;
	text-align: center;
	color: #25A8FF;
	font-weight: bold;
	padding-top: 4px;
}

.footer .right {
	float: left;
	width: 9px;
	height: 24px;
	background-image: url('../images/footer_right.jpg');
}

.pers {
	float: left;
	width: 140px;
	height: 210px;
}

.pers h2 {
	font-size: 14px;
}

.pers img {
	border: 1px solid gray;
	padding: 10px;
}

.storingstabel {
	width: 100%;
}

.storingstabel th {
	text-align: left;
	background-color: #DBEAF0;
	padding: 3px;
}

.storingstabel td {
	vertical-align: top;
	padding-left: 3px;
	border-bottom: 1px solid #E5E5E5;
}

.technisch {
	width: 100%;
	border: 1px solid #666666;
}

.technisch th {
	text-align: left;
	font-weight: none;
	padding: 2px;
	border-right: 1px solid #666666;
	background-color: #F4F2DD;
}

.technisch td {
	padding: 2px;
}

.broan_left {
	width: 250px;
	float: left;
}

.broan_right {
	float: right;
	width: 300px;
}

.broanlink {
	color: #666;	
}

.filmpjes {
	float: left;
	width: 380px;
	padding-top: 20px;
}

.filmpjes a {
	margin-right: 30px;	
}

.fotos {
	float: left;
	width: 100%;	
	margin-top: 20px;
}

.fotos a {
	float: left;
	margin-right: 35px;	
}

.fotos img {
	width: 220px;
	height: 160px;
	margin-bottom: 10px;
}

.foto_left {
	margin-right: 30px;
}

.zonderafvalpers {
	float: left;
	width: 297px;	
}

.zonderafvalpers h1, .metafvalpers h1, .resultaat h1 {
	padding-top: 10px !important;
	font-size: 18px !Important;
}

.metafvalpers {
	float: left;
	width: 182px;	
}

.resultaatafvalpers {
	float: left;
	width: 301px;	
}

.afvalpers {
	float: left;
	width: 100%;	
	padding-left: 10px;
}

.afvalpers h1 {
	margin-top: 0px;
	padding-top: 0px;
}

.broan_left {
	float: left;
	width: 420px;
}

.broan_right a {
	color: #39C;	
}

.broan_left_left {
	float: left;
	width: 200px;
}

.broan_left_left h2, .broan_left_right h2 {
	padding-top: 0px;
	font-size: 14px;
}

.broan_left_right {
	float: left;
	width: 180px;
}

.fotos h2 {
	padding-top: 0px;
	font-size: 14px;
}