@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;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,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%;
} 
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


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

body {
	background: #189AFF;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

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

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


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

h1 { color: #000000; font-size: 15px;}
h2 { color: #000000; font-size: 13px;}
h3 { color: #FFFFFF; font-size: 14px;}
h4 { color: #000000; font-size: 13px;}
h5 { color: #000000; font-size: 11px;}
h6 { color: #000000; font-size: 9px;}


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

#container {
	margin: 0 auto;
	width: 970px;
	padding: 0 13px 0 14px;
	background: url(../images/containerBg.png);
}


/*------------------------------- Header ---------------------------------*/

#header {
	height: 116px;
	background: url(../images/headerBg.gif) repeat-x;
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	width: 970px;
	height: 22px;
	position: absolute;
	top: 30px;
	background: #1383EE;
	border-top: 1px solid #1586F0;
	border-bottom: 1px solid #1787F0;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	padding: 4px 10px 0 10px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#menu li a:hover, #menu li .active a {
	color: #000;
}

/*--- Submenu ---*/
#menu li ul {
    display: none;
	padding: 6px 0 0 0;
}
#menu li:hover ul, #menu li.hover ul {
	position: absolute;
	z-index: 2;
	display: block;
	width: 166px;
	border-bottom: 1px solid #1383EE;
}
#menu li:hover li a, #menu li.hover li a {
	width: 144px;
	padding: 5px 10px; 
	border-left: 1px solid #1383EE;
	border-right: 1px solid #1383EE;
	background: #FFF;
	color: #1383EE;
}
#menu li li a:hover {
    color: #000;
}


/*------------------------------- Left ---------------------------------*/

#left {
	float: left;
	position: relative;
	width: 210px;
	min-height: 120px;
	background: url(../images/leftBg.gif) repeat-x;
}
#left #nieuws {
	width: 126px;
	height: 191px;
	margin: 20px 0 0 30px;
	padding: 8px;
	overflow: hidden;
	background: url(../images/nieuwsBg.jpg);
	color: #FFF;
	font-size: 11px;
	text-align: center;
}
#left #nieuws p {
	margin: 0;
	padding: 0;
}
#left #banner {
	width: 142px;
	height: 158px;
	margin: 0 0 0 30px;
}
#left #logo {
	position: absolute;
	top: 337px; 
	width: 250px;
	height: 88px;	
}


/*------------------------------- Right ---------------------------------*/

#right {
	float: left;
	width: 760px;
	min-height: 380px;
	background: url(../images/rightBg.jpg) no-repeat;
}
#right #content {
	padding: 30px 45px;
	font-size: 11px;
	color: #000;
}
	#right #content a { color: #000; text-decoration: underline;}
	#right #content a:hover { color: #1383EE;}


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

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


/*------------------------------- 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 */
