/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

html, body { margin: 0;	padding: 0; }
html { min-height: 100%; margin-bottom: 1px; }
body {
	background: #e7e8e9 url(../images/background.gif) top center repeat-y;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

div, span, pre {
	margin: 0;
	padding: 0;
}
p { margin-bottom: 1em; }
strong { font-weight: bold; }

.kantoor .content,
.praktijk .content { text-align: justify; }

a { color: #003e7e; outline-style: none; }

h1, h2, h3, h4, h5, h6 {
	color: #003e7e;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	clear: both;
}
h1 { font-size: 13px; line-height: 15px; margin-bottom: 15px;}

input, textarea { width: 180px; }
input[type=checkbox] { width: auto; }
input.checkbox { width: auto; }
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #e7e7e7;
	font-size: 11px;
	line-height: 15px;
	padding: 2px;
}
#layout {
	position: relative;
	margin: 0 auto;
	width: 961px; /* +1 for IE */
}

#header, #navigation, #content, #blogbar {
	float: left;
	position: relative;
	display: inline;
	position: relative;
}

#header {
	height: 90px;
	width: 100%;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
#header .logoWrapper {
	height: 88px;
	float: left;
	width: 100%;
	border-top: 1px solid #003e7e;
	border-bottom: 1px solid #003e7e;
	background: #fff url(../images/logo.gif) left center no-repeat;
}
#logo {
	height: 88px;
	width: 180px;
	float: left;
	background: #fff url(../images/logo.gif) left center no-repeat;
}

#navigation {
	width: 181px;
	padding: 0;
	margin-right: 10px;
	margin-top: 30px;
	display: inline;
}
#navigation .item {
	font: 13px bold "Times New Roman", Times, serif;
	text-transform: uppercase;
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
#navigation .item a.animate { 
	height: 15px;
	background: url(../images/navigation_arrow_right.gif) 7px 1px no-repeat;
	float: left;
	width: 158px;
	padding-left: 22px;
	color: #fff;
	text-decoration: none;
}
#navigation .item a.animate:hover { background: url(../images/navigation_arrow_right.gif) 8px 1px no-repeat; }
body #navigation .item a.downarrow,
body #navigation .item a.downarrow:hover {
	background: url(../images/navigation_arrow_down.gif) 8px 1px no-repeat;
}


#navigation .subitems { float: left; margin-top: 3px; margin-left: 32px; font-size: 0.86em;}
#navigation .subitems a {
	float: left;
	clear: both; 
	color: #bdddf2;
	font-size: 0.86em;
	outline-style: none;
	text-decoration: none;
	margin: 0 0 2px 0;
	width: 140px;
	background: none;
	
}
#navigation .subitems a:hover { text-decoration: underline; }

#contactFooter {
	position: relative;
	top: 0;
	left: 0;
	width: 181px;
	color: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
#contactFooter a { color: #fff; }

#contactFooter pre {
	font: 9px Arial, Helvetica, sans-serif;
	padding: 15px;
	float: left;
	border-top: 1px solid #fff;
	width: 100%;
}
#contactFooter .arrows {
	height: 20px;
	width: 100%;
	overflow: hidden;
	float: left;
	clear: both;
	background: url(../images/contactfooter_arrows.gif) top left no-repeat;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#contentFooter {
	position: relative;
	top: 10px;
	left: 0;
	width: 580px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 5px;
	color: #b8b8b8;
	text-align: center;
	clear: both;
}
#contentFooter .wrapper {
	font: 0.8em Arial, Helvetica, sans-serif;
	padding: 10px 5px 0 5px;
	float: left;
	width: 570px;
	border-top: 1px solid #003e7e;
}
#content {
	width: 580px;
	float: left;
	margin-right: 10px;
	position: relative;
}
#content ul { list-style-type: disc; margin-bottom: 1em; padding-left: 22px; text-align: left; }




/* BLOGBAR */
#blogbar {
	width: 180px;
	float: left;
	height: 300px;
}

#blogbar .head {
	margin-top: 30px;
	font: 13px bold "Times New Roman", Times, serif;
	color: #003e7e;
	text-transform: uppercase;
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	background: url(../images/blogbar_arrow_right.gif) 8px 1px no-repeat;
}
#blogbar .head span { padding-left: 22px; }
.blogPreview {
	float: left;
	margin-left: 10px;
	width: 160px;
	margin-bottom: 1em;
	color: #003e7e;
}
.blogPreview .date,
.blogPreview .title,
.blogPreview .arrowSmall { display: inline; }
.blogPreview .date { font-size: 0.87em; font-weight: bold; }
.blogPreview .title { 
	margin-left: 3px;
	font-family:"Times New Roman", Times, serif;
	font-size: 1em;
}
.blogPreview a { text-decoration: none; }
.blogPreview a:hover { text-decoration: underline; }
.blogPreview .arrowSmall { height: 9px; width: 9px; vertical-align: middle; }

/* BLOGSEARCH */
#blogSearch {
	margin: 30px auto 10px auto;
	text-align: center;
	line-height: 20px;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	
}
#blogSearch #searchform {
	padding-left: 15px;
	float: left;
}
#blogSearch #s {
	width: 122px;
	background: url(../images/search_background.gif) bottom center repeat-x;
	border: 1px solid #fff;
	float: left;
	border: 1px solid #fff;
	border-right: 0;
	color: #003e7e;
}
#content #s {
	border-color: #acacac;
}
#blogSearch label { display: none; }
#blogSearch #searchsubmit {
	width: 20px;
	height: 20px;
	overflow: hidden;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/search_submit.gif) top left no-repeat;
	float: left;
	cursor: pointer;
}



/* FOTOS HEADER */
#content .photos { margin: 0; padding: 0; margin-bottom: 1em; float: left; }
.photos  li {
	list-style-type: none;
	float: left;
	display: inline;
	margin-right: 4px;
}
.photos li.end { margin: 0; }

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clearfix{display:inline-block;}/* IE Mac Hide \*/ .clearfix{display:block;}/* IE Mac Hide End */
