body {
	background-color: #E2EBE8;
	background-image: url(http://www.hem-schilderwerken.nl/images/background.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, "Trebuchet MS", Arial;
}

a:link {color: #336}     /* unvisited link */
a:visited {color: #333}  /* visited link */
a:hover {color: #339}   /* mouse over link */
a:active {color: #33c}   /* selected link */

#container {
	font-size: 15px;
	color: #666;
	width: 50%;
	float: left;
	margin: 40px 120px auto 300px;
	padding: 0;
	z-index: 100;
	}
}
* html #container {
	font-size: 15px;
	color: #666;
	width: 50%;
	float: left;
	margin: 40px 120px auto 140px;
	padding: 0;
	z-index: 100;
	}
img {
	border: 0;
	}	
h1 {
	font-size: 15px;
	color: #666;
	float: left;
	clear:both;
	margin: 30px 0 15px 0;
	width: 100%;
	display: block;
	padding: 0;
	}
h3 {
	font-size: 15px;
	font-weight:bold;
	color: #666;
	display: block;
	float: left;
	clear:both;
	margin: 0;
	}
p {
	font-size: 12px;
	line-height: 18pt;
	color: #333333;
	float: left;
	margin: 0px 0 15px 0;
	width: 100%;
	display: block;
	}
#verfblik {
	position: absolute;
	z-index: 100;
	top: 120px;
	left: 0px;
	}
*html #verfblik {
	background-image: url(../images/verfblik.png);
	position: absolute;
	top: 120px;
	left: 0px;
	}
#menu ul {
	float:left;
	background-color: transparent;
	display: block;
	margin: 40px auto auto 300px;
	padding: 0;
	list-style: none;
	}
*html #menu ul {
	float:left;
	background-color: transparent;
	display: block;
	margin: 40px auto auto 140px;
	padding: 0;
	list-style: none;
	}
#menu li {
	float:left;
	height:80px;
	display: block;
	margin: 0;
	padding: 0;
	}
#menu ul li a:hover {
	font-weight: bold;
	}
#menu li a:hover, #navlist li a:active {
	}
#logo {
	background-image: url(../images/logo-hem-schilderwerken.png);
	float: right;
	position: absolute;
	z-index: 1000;
	left: 80%;
	top: 540px;
	}
