@charset "utf-8";
/* CSS Dudokbuurt.nl */

html,body {
	margin:0;
	padding:0;	
	height: 100%;
	text-align: center; /* Fix for IE 6 and less */
	color: #000;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	line-height: 18px;
}

form{margin:0;padding:0;}

body {
	background-image: url(../images/bgmain.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div { behavior: url(iepngfix.htc) }

a:link {text-decoration: none; color: #00aee7;}
a:active {text-decoration: none; color: #00aee7;}
a:visited {text-decoration: none; color: #00aee7;}
a:hover {text-decoration: underline; color: #00aee7;}


h1 {
	font-size: 19px;
	color: #00aaff;
	font-weight: bold;
	padding-bottom: 20px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	color: #00aaff;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding-bottom: 5px;
}

html>body div#container {
position: relative;
width: 992px;
margin: 0 auto;
}

div#header {
	width: 992px;
	height:53px;
	text-align: left;
	padding: 0px;
}

div#header-logo {
	float: left;
	width: 241px;
	height: 53px;
	padding-left: 1px;
	text-align: center;
}

div#header-right {
	float: right;
	width: 85px;
	height: 53px;
	background-image: url(../images/bg_topright.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

div#header2 {
	width: 992px;
	height:120px;
	text-align: left;
	padding: 0px;
	background: none;
}

div#header2-logo {
	float: left;
	width: 221px;
	padding-left: 20px;
	height: 90px;
	background-color: #00aaff;
	padding-top: 23px;
}

div#header2-text {
	float: left;
	width: 405px;
	height: 105px;
	margin-top: 10px;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
}

div#container-content {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	color: #000;
	
	width: 100%;
	text-align: left;
}

div#content {
	float: left;
	width: 200px;
	padding-left: 21px;
	padding-top: 20px;
	overflow: hidden;
}

.menu-item a {
	display:block;
	width: 179px;
	height: 19px;
	border-bottom: 1px solid #eee;
	padding-top: 2px;
	padding-left: 20px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	font-weight: bold;
	color: #00aaff;
}
.menu-item a:active { text-decoration: none; font-weight: bold; color: #00aaff;}
.menu-item :hover { text-decoration: none; font-weight: bold; color: #0055aa;}

#header_foto2 {
	position: absolute;
	clear:both;
	left:646px;
	top:63px;
	width:325px;
	height:155px;
	z-index: 100;
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}

#contactbut {
	position: absolute;
	clear:both;
	left:897px;
	top:40px;
	width:58px;
	height:8px;
	z-index: 200;
}

div#nieuws {
	float: left;
	width: 155px;
	padding: 51px 38px 15px 17px;
	color: #7c7c7c;
}

div#nieuws a:link {text-decoration: none; font-weight: bold; color: #00aaff;}
div#nieuws a:active {text-decoration: none; font-weight: bold; color: #00aaff;}
div#nieuws a:visited {text-decoration: none; font-weight: bold; color: #00aaff;}
div#nieuws a:hover {text-decoration: underline; font-weight: bold; color: #0055aa;}

div#footer {
	width: 970px;
	font-size: 10px;
	text-align: right;
}

