* { outline: none; }

/*
	Elementen opbouw
*/

p {
	margin: 5px 0 15px 0;
}

a {
	color: #ed217c;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*
	Headings
*/

#content h3,
#left h3 {
	font-size: 11px;
	font-weight: bold;
	color: #ed217c;
	margin: 0;
}
#left h4 {
	font-weight: bold;
	font-size: 10px;
	color: #888;
	margin: 0;
}

/*
	Links
*/

#left a {
	display: block;
}

/*
	Layout opbouw
*/

body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(img/bg.jpg) repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #35241c;
}

#container {
	width: 796px;
	margin: 0 auto;
	text-align: left;
}

/*//////// 			Top				 ////////*/
#top { position: relative; clear: both; }

/*//////// 			Logo			 ////////*/
#logo {
	position: relative;
	left: -15px;
	
	width: 312px;
	height: 101px;
	background: url(img/logo.png);
	float: left;
	
	/* IE 6 Fix */
	_background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.iwavemedia.nl/nieuw/img/logo.png", sizingMethod='scale'); 
	
	margin: 25px 0 40px 0;
}

/*//////// 			Topmenu2			 ////////*/
ul#topmenu2 {
	position: absolute;
	top: 80px;
	left: 748px; 
	*left: 440px;
	
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#topmenu2 li {margin-left: 10px; float: left; display: inline }
ul#topmenu2 li a {float: left;}
ul#topmenu2 li a img {
	text-decoration: none;
	border: none;
	float: left;
}


/*//////// 			Topmenu			 ////////*/
ul#topmenu {
	position: relative;
	top: 110px;
	
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
ul#topmenu li { display: inline; float: left; }
ul#topmenu li a {
	display: block;
	height: 17px;
	text-indent: -99999999px;
	margin: 0 0 0 30px;
}
ul#topmenu li a:hover { border-bottom: 2px solid #fff; }

ul#topmenu li.overons a { width: 82px; background: url(img/overons.gif); }
ul#topmenu li.diensten a { width: 73px; background: url(img/diensten.gif); }
ul#topmenu li.portfolio a { width: 72px; background: url(img/portfolio.gif); }
ul#topmenu li.projecten a { width: 79px; background: url(img/projecten.gif); }

/*//////// 			Left			 ////////*/
#left {
	width: 280px;
	float: left;
	margin: 0 16px 0 0;
	clear: left;
}

#left .top {
	width: 280px;
	height: 12px;
	background: url(img/left_top.jpg);
	margin-bottom: -2px;
}

#left .inhoud {
	position: relative;
	width: 250px;
	background: #fff url(img/left_bottom.jpg) bottom no-repeat;
	padding: 10px 15px 15px 15px;
}

#left .item {
	margin-bottom: 25px;
}
#left .item_last {
	margin: 0;
}


/*//////// 			Content			 ////////*/
#content {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

#content .top {
	width: 500px;
	height: 12px;
	background: url(img/content_top.jpg);
	margin-bottom: -2px;
}

#content .inhoud {
	width: 470px;
	min-height: 240px;
	_height: 240px;
	background: #fff url(img/content_bottom.jpg) bottom no-repeat;
	padding: 10px 15px 15px 15px;
}

#content img.kaartje {
	position: relative;
	left: -15px;
	
	display: block;
	clear: both;
	margin-top: 15px;
}


/*//////// 			Footer			 ////////*/
#footer {
	width: 796px;
	height: 26px;
	background: url(img/footer.jpg);
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

#footer p {
	font-size: 10px;
	color: #fff;
	margin: 5px 20px 0 15px;
	float: left;
}

#footer ul {
	float: right;
	margin: 5px 15px 0 0;
	padding: 0;
	list-style: none;
}
#footer ul li { display: inline; color: #fff; font-size: 9px; }
#footer ul li a {
	font-size: 10px;
	color: #fff;
}
#footer ul li a:hover {
	color: #ed217c;
	text-decoration: none;
}
	



