/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background: #00252E url(../img/bg-body.jpg) no-repeat top center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

a, a:link {
	color: #006F87;
}

a:visited {
	color: #006F87;
}

a:hover {
	color: #000;
}

a:active {
	color: red;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	color: #006F87;
}

h1 {
	margin: 20px 0 12px;
	font-size: 24px;
}

h2 {
	margin: 20px 0 10px;
	font-size: 22px;
}

h3 {
	margin: 20px 0 8px;
	font-size: 18px;
}

h4 {
	margin: 20px 0 6px;
	padding: 0px;
	font-size: 16px;
}

h5 {
	margin: 20px 0 4px;
	font-size: 14px;
}

h6 {
	margin: 20px 0 2px;
	font-size: 12px;
}

img {
	border: 0;
}

ol, ul {
	margin: 10px 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}

p.intro {
	font-size: 14px;
	color: #505050;
}

p.date {
	font-size: 11px;
	color: #505050;
	margin-bottom: 5px;
	margin-top: 5px;
}

p.name {
	font-size: 14px;
	color: #505050;
	margin-bottom: 5px;
	margin-top: 5px;
}

.leesverder a {
	font-size: 11px;
	font-weight: normal;
	color: #006F87;
	display: block;
	text-align: right;
	text-decoration: none;
	margin: 0 0 5px 0 ;
}

.leesverder a:hover {
	text-decoration: underline;
}

/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

thead td {
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form ul li {
	margin: 0 0 10px;
}

form ul li.indent {
	padding-left: 150px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #DDD;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin-bottom: 5px;
}

input#postcode{
	margin-right: 5px;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 95px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.focus {
	color: #333 !important;
}

label {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

label.indent{
	/*height: 25px;*/
}

textarea {
	padding: 4px;
	width: 280px;
	height: 150px;
	border: 1px solid #DDD;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-bottom: 5px;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
	background: #E6F1F3 url(../img/bg-wrapper.jpg) repeat-x top center;
	overflow: hidden;
}

#header {
	position: relative;
	height:453px;
	background-color: #FFF;
}

#main {
	position: relative;
	margin: -150px auto 0;
	width: 820px;
	overflow: hidden;
}

#navigation-wrap{
	height: 61px;
	width: 820px;
	background-color: none;
}

#searcharea {
	float: left;
	width: 280px;
	height: 61px;
	background: url(../img/bg-search.png) no-repeat;
}

#inner-searcharea {
	padding: 22px 10px 3px 30px;
	}

#searchbox {
	border: 0;
	height: 18px;
	margin: 0;
	padding: 0;
}

#searcharea .searchtext{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #98C5CF;
}

#sidebar {
	width: 280px;
	height: 600px;
	float: left;
	background: url(../img/bg-sidebar.jpg) no-repeat;
	overflow: hidden;
}

#inner-sidebar {
	width: 240px;
	height: 600px;
	margin: 0 0 0 30px;
	overflow: hidden;
}

#content {
	width: 520px;
	height: 600px;
	float: left;
	background: url(../img/bg-leftcontent.jpg) no-repeat;
	padding: 10px 0 10px 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#content-holder {
	float: left;
	margin: 0 0 20px 0;
}

#content-text {
	width: 520px;
	height: 600px;
	overflow: auto;
}
#content-text.small{
	height: 350px;
}
#content-text.large{
	height: 570px;
}

#footer {
	padding: 0 15px;
	height: 40px;
	background-color: #CCC;
	color: #888;
	clear: both;
}

.column {
	float: left;
	overflow: hidden;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */


#header #top {
	width: 940px;
	height: 110px;
}

#header #logo {
	position: absolute;
	width: 220px;
	height: 194px;
	background: url(../img/logo.png) no-repeat;
	right: 120px;
	top: 0;
	z-index: 5;
	text-indent: -9999px;
	overflow: hidden;
}

#header #tagline {
	float: left;
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 70px 0 0 100px;
	text-align: right;
	letter-spacing: 3px;
	color: #006F87;
}

#header #visual {
	position: relative;
	width: 940px;
	height: 343px;
}

#header #visual #visual-uil {
	position: absolute;
	background: url(../img/header-uil.png) no-repeat;
	width: 382px;
	height: 343px;
	text-indent: -9999px;
}

#header #visual .visual-image {
	width: 940px;
	height: 343px;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#newsitems {
	width: 540px;
	height: 207px;
	overflow: hidden;
	display: block;
	float: left;
}

.article {
	float: left;
	margin: 0 15px 0 0;
	width: 250px;
	overflow: hidden;
	border-top: 1px solid #99C5CF;
	border-right: 1px solid #99C5CF;
}

.article-content {
	padding: 10px 10px 10px 0;
	float: left;
	width: 230px;
	overflow: hidden;
}

.article-content p {
	margin-bottom: 15px;
}

.article-content h4 {
	margin: 0 0 10px;
}

.article-content h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #006F87;
}

.article-content h4 a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006F87;
}

.article-content .leesverder a {
	font-size: 11px;
	font-weight: normal;
	color: #006F87;
	float: right;
	text-decoration: none;
}

.article-content .leesverder a:hover {
	text-decoration: underline;
}

.clear{
	clear: both;
	display: block;
}

#content .column-block h3{
	margin-top: 5px;
	margin-bottom: 0px;
}

#content .ledenip-block h2{
	margin-bottom: 5px;
}

#content .ledenip-block p{
	margin-top: 10px;
	margin-bottom: 0px;
}

#content .projecten-block {
	margin-top: 15px;
	margin: 15px 0 15px 0;
}

#content .projecten-block .leesverder{
	margin: 0px;
}

#content .column-block .leesverder{
	margin: 0px;
}

#content .projecten-block h3{
	margin-top: 0px;
}

#content .projecten-block p{
	margin-bottom: 0px;
}

#content .projecten-block .enkelproject {
	float: left;
	padding: 10px 10px 10px 0;
}

#content .projecten-block .projectafbeelding {
	display: block;
	width: 198px;
	height: 132px;
	float: left;
}

#content .projecten-block .projecten-image{
	float: left;
	width: 200px;
	height: 100%;
	padding: 0px 10px 10px 0;
}

#content .projecten-block .projecten-tekst{
	float: left;
	width: 280px;
}

#content .search-result {
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.search-result h2 {
	margin: 0 0 5px;
	font-size: 14px;
}

#content .border {
	background: url(../img/line-dots.gif) repeat-x;
	height: 2px;
	width: 100%;
	display: block;
}

/* Sitemap */

#sitemap {
	font-size: 12px;
	font-weight: bold;
}

#sitemap ul,
#sitemap ul a {
	font-size: 11px;
}

#sitemap ul ul,
#sitemap ul ul a {
	font-weight: normal;
}

/**
 * SIDEBAR ELEMENTS
 * ----------------------------------------
 */

label.searchtext {
	display: -moz-inline-box;
	display: inline-block;
	width: 113px;
}

#spv-banner {
	display: block;
	background: url(../img/spv-logo.jpg) no-repeat;
	margin: 10px 0 0 0 ;
	height: 84px;
	width: 250px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}
#spv-banner .bannertekst{
	font-weight: bold;
	font-size: 12px;
	color: #004381;
	padding: 20px 0 0 90px;
	overflow: hidden;
	display: block;
	width: 136px;
}

#newsletter {
	display: inline;
	margin: 0;
}

#newsletter p {
	margin: 0;
	padding: 0; 
}

#newsletter .border {
	background: url(../img/line-dots.gif) repeat-x;
	height: 2px;
	width: 250px;
	display: block;
}

#inner-sidebar .side-article {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
}

#inner-sidebar .side-article-thumb {
	float: left;
	margin-right: 15px;
	width: 70px;
}

#inner-sidebar .side-article-thumb a {
	display: block;
}

#inner-sidebar .side-article-content {
	float: left;
	width: 150px;
}

#inner-sidebar .side-article-content p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#inner-sidebar .side-article-content .title a {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#inner-sidebar .side-article-content .leesverder a {
	font-size: 11px;
	font-weight: normal;
	color: #006F87;
	float: right;
	text-decoration: none;
}

#inner-sidebar .side-article-content .leesverder a:hover {
	text-decoration: underline;
}

/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#footer p {
	float: left;
	margin: 0;
	line-height: 40px;
}


/* Service navigation */

#service-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-navigation li {
	display: inline;
	line-height: 40px;
}

#service-navigation li a {
	text-decoration: none;
	color: #888;
}

#service-navigation li a:hover {
	color: #555;
}

table#downloads {
padding:0px;
}
table#downloads td {
padding:4px;
}

table#downloads td.icon {
	width:16px;
}

table#downloads td.link {
	width:100px;
	text-align: right;
}

table#downloads td.link a{
	text-decoration: none;
}


