@charset "utf-8";
/* CSS Document */
html,body
{
	width:				100%;
	height:				100%;
	margin:				0px;
	padding:			0px;
}
body
{
	background:			url(../images/background_seamless.gif) top left repeat-x;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	line-height:		1.em;
	color:				#888;
}
div#container, div#menu, div#slideshow, div#footer
{
	width:				884px;
	margin:				0px auto;
}
div#advertenties
{
	width:				864px;
	margin: 			0px auto;
}

div#menu
{
	height:				87px;
	line-height:		87px;
	margin-top:			23px;
	float:				left;
	clear:				both;
}
div#menu img
{
	vertical-align:		middle;
}
div#slideshowWrapper
{
	height:				353px;
	margin:				21px 0px 21px 0px;
	background:			#1e8cd6;
	float:				left;
	clear:				both;
}
div#ledenWrapper
{
	width:				318px;
	min-height:			422px;
	padding-top:		78px;
	float:				left;
	background: 		url(../images/titel_leden.png) top left no-repeat;
}
div#leden
{
	width:				241px;
	height:				414px;
	line-height:		1.5em;
	padding:			13px;
	background:			url(../images/background_leden.gif) top left repeat-x;
	border:				#dededc 1px solid;
	overflow:			auto;
}
div#leden ul, div#leden ul li
{
	margin:				0px;
	padding:			0px;
	list-style:			none;
}
div#middleWrapper
{
	width:				315px;
	min-height:			422px;
	padding-top:		78px;
	float:				left;
	background: 		url(../images/titel_icw-magazine.png) top left no-repeat;
}
div#nieuwsWrapper
{
	width:				251px;
	min-height:			422px;
	padding-top:		78px;
	float:				left;
	background: 		url(../images/titel_nieuws.png) top left no-repeat;
	clear:				right;
}
div#contentWrapper
{
	width:				566px;
	min-height:			422px;
	padding-top:		78px;
	float:				left;
	clear:				right;	
}
/*
div#advertenties
{
	height:				88px;
	float:				left;
	margin-top:			21px;
	padding:			0px 10px;
	line-height:		88px;
	background:			#f3f3f3;
	border: 			#dededc 1px solid;
	clear:				right;
}
div#advertenties img
{
	vertical-align:		middle;
}
*/
div#footer
{
	height:				36px;
	line-height:		36px;
	margin-top:			21px;
	border-top:			1px dotted #aaa;
	float:				left;
}

a, div#contentWrapper a, .nieuws_head
{
	color:				#1e8cd6;
	text-decoration:	none;
}
div#leden a
{
	color:				#888;
}
div#leden a:hover
{
	color:				#1e8cd6;
	text-decoration:	underline;
}
a:hover, div#contentWrapper a:hover
{
	color:				#888;
	text-decoration:	underline;
}
h1
{
	color:				#1e8cd6;
}
h2
{
	color:				#7f006a;
}
.left
{
	float:				left;
}
.right
{
	float:				right;
}
.nieuwsTemplate
{
	background: 		url(../images/titel_nieuws.png) top left no-repeat;
}
.defaultTemplate
{
	background: 		url(../images/titel_industrieclub.png) top left no-repeat;
}

