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


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

body,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;
}


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

body {
	background: url(../images/bg.jpg) repeat-x #004A81;
	font-family: Verdana, Geneva, sans-serif;
}

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

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


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

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

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


/*------------------------------- Opmaak ---------------------------------*/

#container {
	margin: 0 auto;
	width: 980px;
	background: url(../images/bg_container.png) repeat-y top center;
}

#wrapper {
	width: 813px;
	margin: 0 auto;
}


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

#header {
	height: 220px;
}


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

#menu {
	height: 36px;
	background: url(../images/menu_bg.jpg) repeat-x #006CAE;
}
#menu li {
	float: left;
}
#menu a {
	height: 21px;
	padding: 6px 10px 0 10px;
	display: block;
	background: url(../images/menu_bg.jpg);
	color: #062C5B;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #062C5B;
	background: url(../images/menu_hover.jpg);
}


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

#main {
	width: 813px;
	padding-bottom: 22px;
}
	#main a { color: #000000; text-decoration: none;}
	#main a:hover { color: #346BAD;}


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

#left {
	float: left;
	width: 169px;
	min-height: 444px;
	margin: 0 8px;
	background: url(../images/left_bg.jpg) no-repeat;
	font-size: 12px;
}
.items_top {
	height: 17px;
	padding: 3px 0 0 10px;
	background: url(../images/left_items_top.jpg);
}
.left_inside {
	padding: 15px 10px 75px 10px;
}


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

#content {
	float: left;
	width: 615px;
	margin-right: 13px;
	font-size: 12px;
}
#content_top {
	height: 19px;
	padding: 1px 0 0 10px;
	background: url(../images/content_top.jpg);
}
#content_inside {
	padding: 0 20px;
}
#content_inside p { line-height: 22px;}


/*------------------------------- Reek logo ---------------------------------*/

#vdreek_logo {
	position: fixed;
	bottom: 15px;
	padding: 30px 10px 15px 10px;
}


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

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


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

#footer {
	position: relative;
	margin-top: -22px; /* negative value of footer height */
	height: 18px;
	padding-top: 4px;
	clear: both;
	background: url(../images/bg_footer.png) repeat-x;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


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