@charset "utf-8";
/* CSS Document */


/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
} 
q:before,q:after {
	content:'';
}
abbr,acronym,iframe {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #232323;
}

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #494949; font-size: 22px; padding: 0 0 20px 0;}
h2 { color: #FFFFFF; font-size: 13px; font-style: italic;}
h3 { color: #FFFFFF; font-size: 20px;}
h4 { color: #494949; font-size: 15px;}
h5 { color: #494949; font-size: 14px;}
h6 { color: #494949; font-size: 13px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 990px;
	background: url(../images/containerBg.gif);
}

/*------------------------------- Wrapper ---------------------------------*/

#wrapper {
	width: 990px;
	padding: 0 0 30px 0;
}


/*------------------------------- Sidebar ---------------------------------*/

#sidebar {
	float: left;
	width: 245px;
	margin: 0 0 0 25px;
}

/* logo */
#logo {
	width: 224px;
	height: 45px;
	padding: 26px 0 0 0;
}

/* menu */
#menu {
	width: 194px;
	margin: 35px 0 0 0;
	padding: 0 0 0 51px;
	background: url(../images/arrowR.jpg) no-repeat top left;
}
#menu li {
	color: #8F8F8F;
	font-size: 20px;
}
#menu li a {
	display: block;
	padding: 0 0 8px 0;
	color: #8F8F8F;
	text-decoration: none;
}
#menu li a:hover, #menu li.active a {
	color: #FFF;
	background: url(../images/li.jpg) no-repeat top right;
}
/* menu -> ul li ul */
#menu li ul li {
	margin: 0 0 0 20px;
	list-style: disc;
	color: #8F8F8F;
}
#menu li ul.active li a, #menu li.active ul li a {
	color: #8F8F8F;
	background: none;
}
#menu li ul.active li a:hover, #menu li.active ul li a:hover { 
	color: #FFF;
	background: url(../images/li.jpg) no-repeat top right;
}

/* search */
.search {
	margin: 35px 0 0 0;
}
.search h3 {
	padding: 0 0 0 51px;
	background: url(../images/arrowW.jpg) no-repeat top left;
	font-size: 20px;
}
	.search h3 a { color: #8F8F8F; text-decoration: none;}
	.search h3 a:hover { color: #FFF;}

/* nieuws */
.nieuws {
	margin: 40px 0 0 0;
}
	.nieuws h3 {
		padding: 0 0 0 51px;
		background: url(../images/arrowG.gif) no-repeat top left;
		color: #8F8F8F;
		font-size: 20px;
	}

.nieuws ul {
	width: 180px;
	padding: 15px 0 0 65px;
	list-style: disc;
}
.nieuws ul li {
	color: #8F8F8F;
	font-size: 12px;
	margin: 0 0 5px 0;
}
.nieuws ul li a {
	display: block;
	color: #8F8F8F;
	text-decoration: none;
}
.nieuws ul li a:hover {
	color: #FFF;
	background: url(../images/li.jpg) no-repeat top right;
}


/*------------------------------- Main ---------------------------------*/

#main {
	float: left;
	width: 700px;
	margin: 0 0 0 20px;
}


/*------------------------------- Content ---------------------------------*/

#content {
	margin: 25px 0 0 0;
	color: #A9A9A9;
	font-size: 12px;
	line-height: 18px;
}
	#content a { color: #FFF; text-decoration: none;}
	#content a:hover { color: #D4D4D4;}

#content li { list-style: disc; margin: 0 0 0 15px;}
#content strong { color: #FFF;}

#content .float { float: right;}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 5px;
	right: 5px;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	position: relative;
	clear: both;
	width: 700px;
	height: 30px;
	margin: -30px auto 0 auto;
	padding: 0 0 0 290px;
	color: #494949;
	font-size: 11px;
	line-height: 30px;
}
	#footer a { color: #494949; text-decoration: none;}
	#footer a:hover { color: #FFF;}
	

/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
