﻿/****************************************
(c) 2011 Martijn Hardenberg, ZilverCMS
Lay-out: Jet Stream
Bestand: index.css
****************************************/

/****************************************
(c) 2011 Martijn Hardenberg, ZilverCMS
Lay-out: Jet Stream
Bestand: style.css
****************************************/

/* Basis */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.reparatiekit {
	height: 1px;
	font-size: 1px;
	clear: both;
}
/* Eind basis */

html, body {
	background: #e5e5e5;
}
#container {
	width: 1024px;
	margin: 0 auto;
}



/****************************************
(c) 2011 Martijn Hardenberg, ZilverCMS
Lay-out: Jet Stream
Bestand: header.css
****************************************/

#header {
	background: #fff;
	height: 145px;
}
#head_logo {
	position: absolute;
	margin: 26px 0 0 15px;
	width: 337px;
	height: 69px;
	background: url('../images/head_logo.png') no-repeat;
	font-size: 1px;
	text-indent: -9999px;
	letter-spacing: -9999px;
}
#head_zoeken {
	position: absolute;
	margin: 56px 0 0 776px;
	background: url('../images/head_zoeken.png') no-repeat;
	width: 195px;
	height: 24px;
}
#head_zoeken input[type="text"] {
	position: absolute;
	margin: 4px 0 0 7px;
	background: transparent;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	height: 16px;
	width: 157px;
}
#head_zoeken input[type="submit"] {
	position: absolute;
	margin: 0 0 0 171px;
	background: transparent;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999px;
	letter-spacing: -9999px;
}
#head_rss {
	position: absolute;
	margin: 56px 0 0 990px;
	background: url('../images/head_rss.png') no-repeat;
	width: 24px;
	height: 24px;
	font-size: 1px;
	text-indent: -9999px;
	letter-spacing: -9999px;
}

/* menu */
#menu {
	position: absolute;
	margin: 120px 0 0 0;
	height: 25px;
	line-height: 25px;
	list-style: none;
	text-align: right;
	width: 1024px;
}
#menu li {
	height: 25px;
	line-height: 25px;
	background: #e5e5e5;
	display: inline-table;
	margin: 0 0 0 2px;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
#menu li a {
	display: block;
	padding: 0 15px;
	color: #4f565c;
	text-decoration: none;
}
#menu li a:hover, #menu li a.huidig_item {
	background: #F39501;
	color: #fff;
}



/****************************************
(c) 2011 Martijn Hardenberg, ZilverCMS
Lay-out: Jet Stream
Bestand: content.css
****************************************/

#content {
	background: #fff;
	/* border-bottom: 1px solid #000; */
	padding: 25px 35px 25px 20px;
}
#placeholder {
	height: 200px;
	background: #4f565c;
}
#naast_sb {
	float: right;
	width: 720px;
}
#sharethis {
	text-align: right;
	padding: 20px 0 0 0;
}
#inhoud_left {
	float: left;
	width: 127px;
}
#inhoud_right {
	float: right;
	width: 590px;
}

/* download */
#content_download {
	background: #fff;
	border-bottom: 1px solid #000;
	padding: 25px 37px 25px 37px;
}
.download_top {
	padding: 0 0 35px 233px;
	border-bottom: 2px solid #e6e6e6;
}
.download_top h1 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #F39501;
	line-height: 44px;
	font-weight: normal;
}
.download_top h2 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #4c565c;
	line-height: 44px;
	font-weight: normal;
	margin: 0 0 7px 0;
}
.download_top p {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	margin: 0 0 15px 0;
}
.download_item {
	padding: 5px 70px 5px 0;
	border-bottom: 2px solid #e6e6e6;
	height: 181px;
	overflow: hidden;
}
.download_item img {
	float: left;
	width: 190px;
	height: 181px;
	margin: 0 43px 0 0;
}
.download_item h2 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #F39501;
	line-height: 44px;
	font-weight: normal;
}
.download_item h3 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #4c565c;
	line-height: 22px;
	font-weight: normal;
}
.download_item p {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 22px;
	margin: 0 0 15px 0;
}
.download_item input[type="radio"] {
	float: left;
	margin: 5px 10px 0 0;
}
.download_bot {
	padding: 10px 0 0 233px;
}
.download_bot h2 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #F39501;
	line-height: 44px;
	font-weight: normal;
}
.download_bot p {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.download_bot input[type="text"] {
	border: 1px solid #b2b1b1;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	width: 515px;
	padding: 4px 6px;
	margin: 0 0 7px 0;
}
.download_bot textarea {
	border: 1px solid #b2b1b1;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	width: 515px;
	padding: 4px 6px;
	margin: 0 0 7px 0;
	height: 200px;
}
.download_bot input[type="submit"] {
	float: left;
	width: 105px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	text-align: center;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #fff;
	background: #F39501;
}
.download_bot input[type="submit"]:hover {
	background: #4c565c;
}
.download_bot span {
	float: left;
	height: 26px;
	line-height: 26px;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	padding: 0 0 0 7px;
	width: 417px;
}

/* home slides blok */
#home_slides {
	background: #4f565c;
	height: 434px;
	position: relative;
	overflow: hidden;
}

/* home buttons 4 stuks */
#home_buttons {
	height: 200px;
}
.home_button {
	float: left;
	width: 256px;
	height: 200px;
	overflow: hidden;
}
.home_button a {
	text-decoration: none;
}
.home_button img {
	width: 256px;
	height: 200px;
}
.home_button .kleur {
	display: none;
}
.home_button:hover .kleur {
	display: inherit;
}
.home_button:hover .grijs {
	display: none;
}

/* home doorlink */
#home_doorlink {
	background: #fff;
	border-bottom: 1px solid #000;
}

/* home partners */
#home_partners {
	background: #fff;
	height: 106px;
	border-bottom: 1px solid #000;
	padding: 13px 0 0 30px;
}
#home_partners h4 {
	float: left;
	width: 460px;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
}
#home_partners h4 + h4 {
	width: 530px;
}
#home_partners img {
	height: 70px;
}
#home_partners a {
	float: left;
}
#home_partners a + a {
	margin: 0 0 0 20px;
}
#home_partners a .kleur {
	display: none;
}
#home_partners a:hover .grijs {
	display: none;
}
#home_partners a:hover .kleur {
	display: inherit;
}
.home_partners {
	float: left;
	width: 430px;
	height: 70px;
}
.home_clients {
	float: left;
	width: 531px;
	height: 70px;
	border-left: 1px solid #e5e5e5;
	padding: 0 0 0 29px;
}

/* inhoud */
.inhoud h1 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #F39501;
	line-height: 36px;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.inhoud h2 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 20px;
	color: #F39501;
	line-height: 24px;
	margin: 0 0 10px 0;
	font-weight: normal;
}
.inhoud h3 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 16px;
	color: #F39501;
	line-height: 20px;
	margin: 0 0 5px 0;
	font-weight: normal;
}
.inhoud h4, .inhoud h5, .inhoud h6 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	font-weight: bold;
}
.inhoud p, .inhoud table, .inhoud address, .inhoud cite, .inhoud blockquote, .inhoud tt, .inhoud pre {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.inhoud table td {
	vertical-align: top;
}
.inhoud ul {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	margin: 0 0 20px 13px;
}
.inhoud ol {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	margin: 0 0 20px 18px;
}
.inhoud a {
	color: #F39501;
	text-decoration: none;
}
.inhoud a:hover {
	text-decoration: underline;
}
.inhoud dl {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.inhoud dl dt {
	float: left;
	width: 135px;
}
.inhoud form dl {
	line-height: 26px;
}
.inhoud form input[type="text"] {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	border: 1px solid #4c565c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 3px;
	width: 250px;
}
.inhoud form input[type="text"]:focus {
	border: 1px solid #F39501;
}
.inhoud form textarea {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	border: 1px solid #4c565c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 3px;
	width: 250px;
	height: 125px;
	margin: 3px 0 0 0;
}
.inhoud form textarea:focus {
	border: 1px solid #F39501;
}
.inhoud form select {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	border: 1px solid #4c565c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 3px;
}
.inhoud form input[type="submit"] {
	background: #4c565c;
	cursor: pointer;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 2px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.inhoud form input[type="submit"]:hover {
	background: #F39501;
}
.inhoud hr {
	border-top: 1px solid #F39501;
	margin: 0 0 20px 0;
}
.inhoud pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* blog overzicht */
.blog_overzicht {
	border-bottom: 2px solid #e6e6e6;
	margin: 0 0 20px 0;
}
.blog_overzicht inhoud{
	margin: -10px 0 0 0;
}
.blog_overzicht h2 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px 0;
}
.blog_paginering {
	padding: 10px 0 0 0;
	height: 20px;
}
.blog_paginering ul {
	list-style: none;
}
.blog_paginering ul li {
	float: left;
	margin: 2px 8px 0 0;
	height: 20px;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	background: #e6e6e6;
}
.blog_paginering ul li a {
	display: block;
	line-height: 20px;
	padding: 0 7px;
	color: #4c565c;
	text-decoration: none;
}
.blog_paginering ul li:hover, .blog_paginering ul li.actief {
	background: #F39501;
}
.blog_paginering ul li:hover a, .blog_paginering ul li.actief a {
	color: #fff;
}
.blog_paginering_vorige {
	width: 20px;
	background: url('../images/icon_pijltjes.png') no-repeat!important;
}
.blog_paginering_vorige a {
	font-size: 1px;
	text-indent: -9999px;
	letter-spacing: -9999px;
	padding: 0;
}
.blog_paginering_volgende {
	width: 20px;
	background: url('../images/icon_pijltjes.png') no-repeat right!important;
}
.blog_paginering_volgende a {
	font-size: 1px;
	text-indent: -9999px;
	letter-spacing: -9999px;
	padding: 0;
}



/****************************************
(c) 2011 Martijn Hardenberg, ZilverCMS
Lay-out: Jet Stream
Bestand: sidebar.css
****************************************/

#sidebar {
	float: left;
	width: 215px;
}
#sb_zoeken {
	height: 78px;
	border-bottom: 2px solid #e6e6e6;
	margin: 0 0 20px 0;
}
#sb_zoeken form {
	background: url('../images/head_zoeken.png') no-repeat;
	height: 38px;
}
#sb_zoeken input[type="text"] {
	position: absolute;
	margin: 4px 0 0 7px;
	background: transparent;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	height: 16px;
	width: 157px;
}
#sb_zoeken input[type="submit"] {
	position: absolute;
	margin: 0 0 0 171px;
	background: transparent;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999px;
	letter-spacing: -9999px;
}
#sb_cats {
	border-bottom: 2px solid #e6e6e6;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
#sb_links {
	padding: 0 0 50px 0;
}
#sb_blogs {
	border-bottom: 2px solid #e6e6e6;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}
#sb_blogs p {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	padding: 10px 0;
	line-height: 14px;
}
#sb_blogs p a {
	display: block;
	color: #F39501;
	text-decoration: none;
	background: url('../images/icon_plus.png') no-repeat left top;
	padding: 0 0 0 20px;
}
#sb_blogs p a:hover {
	text-decoration: underline; 
}
#sb_placeholder {
	background: #FFFFFF; 
	height: auto;
}
#sidebar h2 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #F39501;
	margin: 0 0 5px 0;
}
#sidebar ul {
	list-style: none;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 26px;
}
#sidebar ul li {
	height: 26px;
	overflow: hidden;
}
#sidebar ul li.actief {
	background: url('../images/sb_list_actief.png') no-repeat right center;
	margin: 0 -13px 0 -20px;
	line-height: 37px;
	height: 37px;
}
#sidebar ul li a {
	display: block;
	color: #4c565c;
	text-decoration: none;
	background: url('../images/foot_list_button.png') no-repeat 0 12px;
	padding: 0 0 0 8px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul li.actief a {
	padding: 0 0 0 28px;
	color: #fff;
	background: url('../images/sb_list_button_actief.png') no-repeat 20px 17px;
}



/****************************************
(c) 2011 Martijn Hardenberg, ZilverCMS
Lay-out: Jet Stream
Bestand: footer.css
****************************************/

#footer {
	padding: 15px 0 15px 20px;
}
.foot_blok {
	float: left;
	width: 200px;
}
.foot_blok h4 {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
	font-weight: bold;
}
.foot_blok h4 a {
	color: #4c565c;
	text-decoration: none;
}
.foot_blok h4 a:hover {
	text-decoration: underline;
}
.foot_blok ul {
	list-style: none;
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #4c565c;
	line-height: 20px;
}
.foot_blok ul li {
	background: url('../images/foot_list_button.png') no-repeat 0 9px;
	padding: 0 0 0 8px;
}
.foot_blok ul li a {
	color: #4c565c;
	text-decoration: none;
}
.foot_blok ul li a:hover {
	text-decoration: underline;
}

/* copyright */
#copyright {
	background: #fff;
	height: 30px;
}
#copyright p {
	font-family: ff-din-web, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #4c565c;
	line-height: 30px;
	padding: 0 0 0 30px;
}
#copyright p a {
	color: #dd9423;
	text-decoration: none;
}
#copyright p a:hover {
	text-decoration: underline;
}



