/*
	Theme Name: Van Hooft Adviesburo
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

strong{color: #043047;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { color: #000; }

html,body{height:100%;}

body{
	font-family:Verdana;
	font-size:11px;
	color:#000;
	background:#024679 url(images/bg_body.png) repeat-x;
}

p{line-height:19px;}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* GENERAL */
div#site{
	width:960px;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(images/bg_site.png) repeat-y;
	margin:0 auto;
}

div#division{
	overflow:hidden;
	background:url(images/bg_site.png) repeat-y;
	padding-bottom:52px;
}

/* HEADER WITH NAVIGATION */
div#header{
	width:960px;
	height:200px;
}
div#header a img{
	float:left;
}
div.rotating-image{
	width:480px;
	height:160px;
	float:right;
}

div.navigation{
	clear:both;
	width:940px;
	height:40px;
	background:#043047;
	padding-left:20px;
}
div.navigation ul li{
	float:left;
	padding:0 20px 0 20px;
	position:relative;
}
div.navigation ul li a{
	display:block;
	height:26px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	float:left;
	padding:14px 0 0 0;
}
div.navigation ul li:hover ul{
	display:block;
}
div.navigation ul li ul{
	display:none;
	width:285px;
	background:#043047;
	border-left:2px solid #001c2b;
	position:absolute;
	top:30px;
	left:0;
	padding:10px 0 10px 0;
}
div.navigation ul li ul li{margin-left:10px; padding:0;}
div.navigation ul li ul li a{
	height:auto;
	color:#889bbb;
	display:block;
	width:255px;
	border-bottom:1px solid #001c2b;
	padding:10px 0 10px 10px;
}
div.navigation ul li ul li a:hover{
	background:#001c2b;
}

/* CONTENT */
div.left{
	width:610px;
	float:left;
	padding:25px 67px 0 20px;
}
h3{
	font-size:18px;
	font-weight:bold;
	color:#043047;
padding: 0px 0px 10px;
}
div.left.single h3{margin-bottom:5px;}
div.left .panes h3{margin-top:19px;}
div.left p{margin-top:19px;}
div.left cite{color:#033655;}
div.left ul{
	list-style:disc;
	line-height:19px;
	margin:5px 0 0 25px;
}

/* SIDEBAR */
div.sidebar{
	min-height:100%;
	height:100%;
	width:223px;
	float:left;
	padding:20px 20px 0 20px;
}
div.sidebar div.block{
	width:204px;
	padding:5px 10px 0 10px;
	background:#e5ecf1 url(images/bg_sidebar_block.png) repeat-x;
	margin-bottom:39px;
}

div.sidebar div.block1{
	width:204px;
	padding:5px 10px 0 10px;
	margin-bottom:39px;
}

div.sidebar div.block h4{
	font-size:14px;
font-weight :bold;
	color:#033655;
	line-height:19px;
	margin-bottom:5px;
}
div.sidebar div.block strong{font-weight:normal;}
div.sidebar div.block a{color:#024679;}
div.sidebar div.textwidget{
	width:214px;
	margin-bottom:39px;
}

/* Adres in sidebar */
div#adres{
	clear:both;
	background:#e5ecf1;
	width:223px;
	float:left;
	padding:20px 20px 0 20px;
}

/* FOOTER */
div#footer{
	clear:both;
	width:940px;
	height:24px;
	background:url(images/bg_footer.png) repeat-x;
	margin:-33px auto 0 auto;
	padding:9px 0 0 20px;
}
div#footer p{color:#444;}
div#footer a{color:#024679;}

/* TABS */

ul.tabs { 
	list-style:none !important; 	
	margin:0 !important;
	padding:0;
}

ul.tabs li { 
	float:left;	 
	margin-right:10px;
}

ul.tabs a { 
	font-size:11px;
	display:block;
	background:#024679;
	text-decoration:none;
	color:#fff;
	padding:5px;
}

ul.tabs a:active {
	outline:none;		
}

p {
padding: 0 0 1em;
}
.msg_list {
	font-size:11px;
margin: 0px;
padding: 0px;
width: 100%;
}
.msg_head {
padding: 5px 0px;
cursor: pointer;
position: relative;
color:#024679;
background-color:#FFFFFF;
margin:1px;
}
.overig {
padding: 5px 0px;
position: relative;
margin:1px;
}

.msg_body {
padding: 5px 0px 5px;
background-color:#FFFFFF;
}
