/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font: 12px/20px Arial;
	color: #696969;
}
input, textarea {
	font: 12px/20px Arial;
	color: #696969;
}
img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}
h1 {
	font: 17px/22px Arial;
	color: #3d5f9b;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font: 14px/18px Arial;
	color: #3d5f9b;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	margin-bottom: 20px;
}
p.date {
	font: 11px/20px Arial;
	color: #b4b4b4;
	margin-bottom: 5px;
}
form  {
	padding: 0;
	margin: 0;
}
a {
	font: 12px/20px Arial;
	color: #3d5f9b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 1000px;
	min-height: 100%;
	background: #fff;
}
div#top {
	width: 990px;
	height: 62px;
	padding-left: 10px;
	padding-top: 25px;
	background: #fff;
}

div#phone-number {
	position: absolute;
	right: 10px;
	top: 60px;
	font-size: 20px;
	color: #222;
	background: url('images/landing/phone.gif') no-repeat;
	padding: 4px 0 0 40px;
}
div#logo {
	float: left;
}
div#shortcuts {
	float: right;
}
div#shortcuts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#shortcuts ul li {
	display:inline;
	color: #e8e8e8;
}
div#shortcuts ul li  a {
	margin: 0 10px;
	color: #aaa;
	font-size: 11px;
}

div#menu {
	width: 990px;
	height: 35px;
	padding-left: 10px;
	background: #fff;
}

div#header {
	width: 1000px;
	height: 105px;
	margin: 0 auto;
}
div#header_left, div#header_right {
	width: 5px;
	height: 105px;
	float: left;
}
div#header_left {
	background: #315aa6 url(images/header_left.png) no-repeat top left;
}
div#header_right {
	background: #315aa6 url(images/header_right.png) no-repeat top left;
}
div#header_body {
	width: 940px;
	height: 65px;
	float: left;
	background: #315aa6 url(images/header_body.png) repeat-x top left;
	padding: 40px 25px 0 25px;
	font: 20px/20px Arial;
	color: #fff;
}
div#spacer {
	width: 1000px;
	height: 34px;
}
div#trace {
	width: 647px;
	height: 34px;
	float: left;
	padding-left: 25px;
	background: #fff;
	font: 11px/34px Tahoma;
	color: #bfbfd9;
}
div#shorts {
	width: 318px;
	height: 34px;
	float: left;
	margin-right: 10px;
	background: #ede9e4;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
}
div#left {
	width: 622px;
	height: auto;
	float: left;
	padding: 5px 25px 25px 25px;
	overflow: hidden;
}
div#right {
	width: 328px;
	height: auto;
	float: left;
	padding: 15px 0 25px 0;
}
div#footer {
	position: relative;
	bottom: 0;
	margin: -50px auto 0 auto;
	width: 1000px;
	height: 50px;
	background: #fff url(images/footer.png) no-repeat top center;
}
div.clear_float {
	clear: both;
}
.dummy {
	display: none;
}

/* Offerte */

div#offerte {
	width: 135px;
	height: 135px;
	position: absolute;
	top: 102px;
	left: 873px;
}

/* Navigatie */

div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu ul li {
	float: left;
	margin-right: 1px;
}
div#menu ul li a {
	font: 11px/35px Tahoma;
	color: #5a5a5a;
	font-weight: bold;
	text-decoration: none;
	background: url(images/menu_bg.gif) repeat-x top left;
	display: block;
	height: 35px;
	float: left;
	cursor: pointer;
}
div#menu ul li a span.center {
	float: left;
	display: block;
	height: 35px;
	padding: 0 15px;
}
div#menu ul li a span.left, div#menu ul li a span.right {
	width: 3px;
	float: left;
	display: block;
	height: 35px;
}
div#menu ul li a span.left {
	background: url(images/menu_left_bg.gif) no-repeat top left;
}
div#menu ul li a span.right {
	background: url(images/menu_right_bg.gif) no-repeat top right;
}
div#menu ul li a.active, div#menu ul li a:hover {
	background: url(images/menu_hover_bg.gif) repeat-x top left;
	color: #fff;
}
div#menu ul li a.active span.left, div#menu ul li a:hover span.left {
	background: url(images/menu_left_hover_bg.gif) repeat-x top left;
}
div#menu ul li a.active span.right, div#menu ul li a:hover span.right {
	background: url(images/menu_right_hover_bg.gif) repeat-x top left;
	color: #fff;
}

/* Slogan */

div#header_body strong {
	font: 27px/27px Arial;
	color: #fff;
	font-weight: normal;
}

/* Trace */

div#trace a {
	font: 11px/34px Tahoma;
	color: #bfbfd9;
	text-decoration: none;
}
div#trace a:hover {
	text-decoration: underline;
}

/* Templates afbeeldingenfade */
div#banner {
	width: 331px;
	height: 164px;
	float: left;
}
div#banner {
	margin: 0;
	position: relative;
	z-index: 2;
	float: left;
}
div#banner img {
	position: absolute;
	top: 0;
	left: 0;
}

/* Nieuwsweergave voorpagina */
#front-image {
	width: 331px;
	height: 164px;
	float: left;
	margin: 0;
	position: relative;
	z-index: 2;
	float: left;
}
#front-image img {
	position: absolute;
	top: 0;
	left: 0;
}

/* Trefwoorden */
div.trefwoorden{
	margin-right: 20px;
}
div.trefwoorden h2 {
	color: #bbb;
	margin-top: 10px;
	margin-bottom: 4px;
}

div.trefwoorden p, div.trefwoorden a {
	font-size: 11px;
	color: #aaa;
}

div.trefwoorden a:hover {
	color: #777;
}

/* Templates editor */
div.template_editor {
	width: 271px;
	height: 154px;
	float: left;
	background: #fff url(images/templates.png) repeat-x bottom left;
	padding: 10px 10px 0 10px;
	position: relative;
}
div.template_editor h2 {
	font: 16px/20px Arial;
	color: #3d5f9b;
	font-weight: bold;
	margin-bottom: 10px;
}
div.template_editor img {
	position: absolute;
	top: 114px;
	left: 90px;
}

/* Referenties */
div.referenties, div.more_templates, div.used_templates {
	width: 300px;
	float: left;
	background: #ede9e4;
	padding-left: 18px;
	padding-bottom: 18px;
	margin-bottom: 15px;
}
div.referenties.template, div.more_templates.template{
	background: #fff;
}
div.referenties a.bekijk, div.more_templates a.bekijk {
	margin: 10px 25px 0 0;
	display: block;
	text-align: right;
}
div.referenties h2, div.more_templates h2, div.used_templates h2 {
	font: 15px/18px Arial;
	color: #5f5f5f;
	font-weight: bold;
	margin-top: 18px;
}
div.referenties a.element, div.more_templates a.element {
	width: 127px;
	height: 62px;
	background: #fff;
	border: 3px solid #d8d8d8;
	margin-right: 10px;
	margin-top: 10px;
	padding: 1px;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(opacity=50);
	display:block;
}
div.used_templates a.element {
	background: #fff;
	border: 3px solid #d8d8d8;
	margin: 10px 10px 10px 0;
	padding: 1px;
	display:block;
	width: 250px;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(opacity=50);
}
div.referenties a.button {
	float: left;
	width: 120px;
	background-image: url(images/bg_btn_small.gif);
}

div.referenties a.button:hover {
	background-image: url(images/bg_btn_small_hover.gif);
}


div.more_templates a.element  {
	float: left;
}

div.referenties a.element {
	width: 127px;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 120px;
}
div.referenties h3 a {
	margin-top: 15px;
	display: block;
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	background: #ede9e4;
}
div.referenties h3 a:hover {
	font-weight: bold;
}

div.referenties a:hover, div.referenties a.active, div.more_templates a:hover, div.more_templates a.active, div.used_templates a.element:hover{
	border-color: #ddd;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

/* Domeincheck */
div.blok {
	width: 278px;
	height: auto;
	float: left;
	background: url(images/bg_samenwerken.jpg) bottom right no-repeat #ede9e4;
	padding: 0 20px;
	margin-bottom: 15px;
}
div.blok h2 {
	font: 15px/18px Arial;
	color: #5f5f5f;
	font-weight: bold;
	margin-top: 18px;
}
div.blok form.domein input.tekst {
	width: 180px;
	background: url(images/input_bg.gif) no-repeat top left;
	border: 0;
	padding: 5px;
	line-height: normal;
	font-style: italic;
}

div.blok-midden {
	margin-bottom: 20px;
	padding: 10px 15px 0 20px;
	float: right;
	width: 270px;
}

div.blok-midden ol {
	margin: 0 0 14px 0;
	padding-left: 20px;
}

div.blok-midden li {
	line-height: 24px;
}

div.blok-midden ul, #advantages {
	padding: 0 0 15px 0;
	margin: 0;
	list-style: none;
}

div.blok-midden ul li, #advantages li {
	padding-left: 30px;
	line-height: 26px;
	background: url('images/landing/list.gif') 0 6px no-repeat;
}

#advantages li {
	background-image: url('images/list-right.gif');
}

/* Footer */
div#footer a {
	font: 11px/50px Tahoma;
	color: #a5a5a5;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer img {
	margin-right: 15px;
	position: relative;
	top: 16px;
}
div#footer_left {
	width: 750px;
	height: 50px;
	float: left;
	font: 11px/50px Tahoma;
	color: #a5a5a5;
	padding: 0 25px;
}
div#credits {
	width: 190px;
	height: 50px;
	float: left;
	font: 11px/50px Tahoma;
	color: #a5a5a5;
	text-align: right;
	padding-right: 10px;
}

/* Nieuwspagina */
div.portfolio_item, div.company-item  {
	width: 286px;
	height: 148px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
div.portfolio_item h2 a , div.company-item h2 a {
	font: 14px/20px Arial;
	font-weight: bold;
	color: #3d5f9b;
	text-decoration: none;
}

div.portfolio_item h2 a:hover, div.company-item  h2 a:hover{
	color: #152b54;
	text-decoration: none;
}
div.portfolio_info {
	width: 286px;
	height: 93px;
	overflow: hidden;
}
div.portfolio_image {
	width: 130px;
	height: 93px;
	float: left;
}
div.portfolio_tekst {
	width: 136px;
	height: 85px;
	float: left;
	position: relative;
	font: 12px/18px Arial;
	color: #696969;
	padding: 8px 10px 0 10px;
}
div.portfolio_link {
	width: 286px;
	height: 27px;
	background: #d2d2d2 url(images/portfolio_link.png) repeat-x top left;
}
div.portfolio_link_tekst {
	width: 201px;
	height: 27px;
	float: left;
	padding-left: 10px;
}
div.portfolio_link_tekst a {
	font: 11px/27px Arial;
	color: #787878;
	text-decoration: none;
	font-weight: bold;
}
div.portfolio_link_tekst a:hover {
	text-decoration: underline;
}
div.read_more {
	width: 75px;
	height: 27px;
	float: left;
}
div.read_more a.read_more {
	font: 11px/27px Arial;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background: #4267a9 url(images/read_more.jpg) no-repeat top left;
	padding: 0 7px;
	float: left;
}
div.read_more a.read_more:hover {
	background: #7a7a7a url(images/read_more_hover.jpg) no-repeat top left;
}
div.portfolio_image_message {
	width: 250px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}


/* Bedrijven overzicht */

div.company-item   {
	height: 320px;
}

.company-image {
	display:block;
	margin: 10px 0;
	text-align: center;
	border: 1px solid #eee;
	padding: 10px;
	height: 120px;
	line-height: 120px;
	text-decoration: none;
}
.company-image:hover {
	border: 1px solid #ccc;
	text-decoration: none;
}
.company-image img {
	vertical-align: middle;
}

.company-tekst {
	margin: 15px 0;
}

.company-info-left img {
	margin-bottom: 30px;
}
.company-info-left {
	float: left;
	margin: 0 30px 0 0;
}
.company-info-right {
	overflow: hidden;
}
.company-social img {
	margin: 0 10px 0 0;
}
/* Laatste nieuws */

div#news_total, #news_front_total {
	width: 700px;
	height: auto;
	float: left;
}

#news_front_total {
	margin: 5px 0 20px 0;
	width: 311px;
}

div.news_highlighted {
	width: 296px;
	height: auto;
	float: left;
	padding-right: 15px;
	margin-bottom: 15px;
}
h2.news_h2,
h2.news_h2_top {
	margin-bottom: 5px;
}
h2.news_h2 a,
h2.news_h2_top a {
	font: 14px/20px Arial;
	font-weight: bold;
	color: #3d5f9b;
	text-decoration: none;
}
h2.news_h2 a:hover,
h2.news_h2_top a:hover {
	color: #152b54;
	text-decoration: none;
}
div.news_highlighted_image {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
div.news_highlighted_image img {
	padding: 5px;
	border: 1px solid #cbcbcb;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	filter: alpha(opacity=70);
}
div.news_highlighted_image a:hover img {
	border: 1px solid #3d5f9b;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}
p.desc_highlighted {
	margin-bottom: 5px;
}
a.news_read_more {
	font: 11px/20px Arial;
	color: #3058a2;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
	background: 0px 5px url(images/news_read_more.gif) no-repeat;
}
a.news_read_more:hover {
	color: #152b54;
	background: 0px 5px url(images/news_read_more_hover.gif) no-repeat;
	text-decoration: none;
}
div#more_news {
	width: 622px;
	height: auto;
	float: left;
}
div.more_news_element {
	width: 622px;
	float: left;
	padding: 5px 0;
}
div.more_news_element h3 a {
	font: 12px/20px Arial;
	color: #3058a1;
	text-decoration: none;
	padding: 0 15px;
	background: 0px 5px url(images/news_read_more.gif) no-repeat;
	margin: 0 0 0 0;
}
div.more_news_element h3 a:hover {
	color: #152b54;
	text-decoration: none;
	background: 0px 5px url(images/news_read_more_hover.gif) no-repeat;
}
div.news_message {
	width: 622px;
	height: auto;
	float: left;
}
div.header {
	font-weight: bold;
}
p.back {
	margin: 20px 0 0 0;
}
div.news_image {
	width: 182px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
div.news_image img {
	padding: 5px;
	border: 1px solid #cbcbcb;
}

/* Sjablonen */

#sjablonen {
	width: 660px;
	float: left;
	overflow: hidden;
}
.sjabloon {
	width: 185px;
	height: 290px;
	float: left;
	margin-right: 35px;
	margin-bottom: 15px;
	overflow: hidden;
}
.sjabloon h2 {
	margin-bottom: 15px;
}
.sjabloon h2 a {
	font: 14px/20px Arial;
	font-weight: bold;
	color: #3d5f9b;
	text-decoration: none;
}

h2#sjabloon_title {
	margin-top: 20px;
	display:block;
} 
.sjabloon h2 a:hover {
	color: #152b54;
	text-decoration: none;
}
.sjabloon img.image {
	width: 181px;
	height: 86px;
	margin-bottom: 15px;
	opacity: .9;
	-moz-opacity: .9;
	-khtml-opacity: .9;
	filter: alpha(opacity=90);
	border: 2px solid #ede9e4;
}
.sjabloon a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	
}
.sjabloon .desc_sjabloon {
	margin-bottom: 15px;
	height: 80px;
	overflow: hidden;
}
.sjabloon .more {
	margin: 0;
}
div.sjabloon_bericht {
	width: 622px;
	height: auto;
	float: left;
}
div.sjabloon_bericht_image {
	width: 310px;
	height: auto;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
div.sjabloon_images {
	width: 330px;
	height: auto;
	float: left;
	margin-bottom: 15px;
}
div.sjabloon_images img {
	padding: 5px;
	border: 1px solid #cbcbcb;
	margin-right: 10px;
	margin-top: 10px;
}
#sjabloon_message .back a {
	background: none;
	padding: 0;
}

#sjabloon_message h1 {
	float:left;
}

#sjabloon_message_left {
	width: 330px;
	float: left;
}
#sjabloon_message_right {
	float: left;
	width: 280px;
}


#sjabloon_message ul#nav-template {
	float: right;
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#sjabloon_message ul#nav-template li {
	text-align: right;
	display:block;
	height: 16px;
	padding: 0;
	margin: 0 0 8px 0;
}

#sjabloon_message ul#nav-template li  a {
	color: #888;
	line-height: 16px;
	margin: 0 5px 5px 0;
	display:block;
	float:left;
	float:right;
}
#sjabloon_message ul#nav-template li  a.icon {
	padding:0;
	margin: 0;
	display:block;
	float:right;
}


div.buttons a.lightwindow,
span.buttons span.lightwindow, 
a.lang , a.button {
	display:block;
	font: 12px/20px Arial;
	color: #3d5f9b;
	text-decoration: none;
	float:left;
	background: url(images/bg_btn.gif) no-repeat top left;
	height: 26px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	color: #555;
	padding-top: 3px;
	margin: 10px 10px 0 0;
	cursor:pointer;
}

div.buttons a.lightwindow:hover,
span.buttons span.lightwindow:hover, a.button:hover {
	background: url(images/bg_btn_hover.gif) no-repeat top left;
	text-decoration:none;
}

a.lang {
	width: 180px;
	background: url(images/bg_btn_lang.gif) no-repeat top left;
}

a.lang:hover {
	background: url(images/bg_btn_lang_hover.gif) no-repeat top left;
}


#form_aanvragen {
	display:none;
}
form.aanvragen {
	width:800px;	
}

#aanvragenSuccess {
	width:400px;
	heigth:250px;
	}
#aanvragenError {
	width:400px;
	heigth:250px;
	}
#aanvragenExecute {
	width:400px;
	heigth:250px;
	}
	
#opmerkingenAanvragen {
	width: 300px;
}

form#aanvragen  #opmerkingen {
	width: 300px;
}

form#aanvragen label {
	float: left;
	width: 150px;
}

form#aanvragen div.checkboxes label {
	float: none;
}

form#aanvragen label.fullwidth {
	width: auto;
}

.lightwindow-inner {
	padding: 20px;
}
.lightwindow-inner-form {
	width:730px;
	height:auto;
}
form#aanvragen  div.mailer_ext div.message {
	background: #f0f0f0;
	height: 100px;
}

form#aanvragen  div.mailer_ext input.text,  form#aanvragen  div.mailer_ext input.error {
	width: 160px;
	margin-bottom: 10px;
	}
	
form#aanvragen  div.mailer_ext input.error {
	border: 2px solid #aaa;
}

form#aanvragen div.telnr {
	display: none;
}

form#aanvragen .form-left {
	float: left;
	width: 350px;
}

form#aanvragen .form-right {
	float: left;
}
#form_bestellen {
	display:none;
	}
#bestellenSuccess {
	width:400px;
	heigth:250px;
	}
#bestellenError {
	width:400px;
	heigth:250px;
	}
#bestellenExecute {
	width:400px;
	heigth:250px;
	}
#bestellen {
	width:800px;
	height:460px;
	}	
#bestellen input.text,#bestellen input.error{
	width: 225px;
}

#bestellen textarea {
	height: 172px;
}
form#bestellen select {
	margin-bottom: 6px;
	margin-left: 6px;
}
#bestellenLeft {
	float:left;
	}
#bestellenRight {
	margin-left:10px;
	float:right;
	}
#bestellenRight label {
	width:auto;
	}
	
form#bestellen .form-left {
	float: left;
	width: 374px;
}

form#bestellen .form-right {
	float: left;
}
form#bestellen  div.mailer_ext div.message {
	background: #f0f0f0;
	height: 100px;
}
#invalid {
 display:none
}


/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: none;
	background: #fff;
	padding: 25px;
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
body#mailer_ext_page_body a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
body#mailer_ext_page_body a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
body#mailer_ext_page_body h1 {
	display: block;
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 0 0 22px 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 22px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}

/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
table#mailer_ext_page td {
	padding: 15px 20px;
}

/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #4e6b84;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {
	font-size: 11px;
}
table#mailer_ext_page table#records th {
	text-align: left;
	white-space: nowrap;
	background: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	padding: 5px;
	background: url(modules/mailer_ext/images/mailerpage_heading.gif) repeat-x;
	border-left: 1px solid #fff;
}
table#mailer_ext_page table#records tr.odd {
	background: #fff;
}
table#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
table#mailer_ext_page table#records td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 22px 0 0 0;
}

/* CSV */
table#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
table#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}

/* Lightwindow link */
div#lightwindowWindow div#lightwindowTitlebar a#lightwindowTitlebarClose {
	color: #fff;
	font-weight: bold;
}

/* Tell - a */
#taf_wrapper {
	display:none;
}
#taf {
	background: #f1f1f1;
	padding: 20px;
	width: 580px;
}
form.taf-form {
	width:640px;
	height:320px;	
}
#taf .taf-button {
	position: absolute;
	right: 20px;
	top: 20px;
}
#taf label {
	display: block;
	float: left;
	width: 300px;
}
#taf input.text, #taf-form input.error {
	width: 245px;
	line-height: normal;
	padding: 5px;
	border: 2px solid #ddd;
}
#taf textarea {
	width: 345px;
	padding: 5px;
	border: 2px solid #efefef;
	vertical-align: top;
}
#taf .message {
	display: none;
	cursor: pointer;
}
#taf .message ul {
	margin: 6px 0 0 0;
	list-style: none;
	padding: 0 0 0 15px;
}
#taf .message li {
	margin-top: -20px;
	background: url(images/bullet.gif) 0px 8px no-repeat;
	padding-left: 20px;
}
#taf .message-heading {
	font-size: 13px;	
	color: #000;
	font-weight: normal;
	margin: 22px 0 25px 0;
}
#taf .button {
	text-transform: capitalize;
	cursor: pointer;
	text-align: center;
	width: auto;
	border: none;
	height: 29px;
	padding: 0 30px 0 30px;
	color: #fff;
	display: block;
	float: left;
	background: #3058a2;
	border-right: 2px solid #fff;
	font-size: 12px;
}
#taf .hidden {
	visibility: hidden;
	display: none;
}
div.regel {
	margin-bottom: 5px;
}
#taf h2 {
	margin: 0 0 22px 0;
}
#taf .error_message {
	padding: 22px 0;
}
#taf p.required {
	
	width:300px;
	
}
#taf input.button {

	}
#tafInvalid {
	font-size:10px;
	float:right;
	width:250px;
	
	height:100px;
	overflow:hidden;
}

#tafInvalid p.message-heading {	
	font-size:10px;
	margin:0px;
	margin-bottom:20px;
}
#tafInvalid ul{	
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext label.fullwidth {
	width: 100%;
	float: none;
}
div.mailer_ext input.text, div.mailer_ext input.error, div.mailer_ext input.versturen, input.formButton {
	margin-bottom: 3px;
	width: 235px;
	line-height: normal;
	padding: 5px;
	border: 2px solid #efefef;
}
div.mailer_ext textarea {
	width: 345px;
	padding: 5px;
	border: 2px solid #efefef;
	vertical-align: top;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	background: #3058a2;
	color: #fff;
	cursor: pointer;
	width: auto;
}
div.mailer_ext div.checkboxes label {
	float: none;
	display: inline;
	margin-left: 10px;
}
div.mailer_ext div.message {
	background: #fff;
	margin-top: 10px;
	display: none;
}
div.mailer_ext div.message p.message-heading {
	margin: 0;
	font-weight: bold;
}
div.mailer_ext div.message ul {
	margin-top: 0;
}
div.mailer_ext div.message br {
	display: none;
	visibility: hidden;
}

/* Sharing */
div#sharing {
	margin: 22px 0;
	width: 100%;
	text-align: right;
}
div#sharing a {
	color: #666;
}
div#sharing a:hover {
	color: #444;
	text-decoration: none;
}
div#sharing img {
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(opacity=50);
	width: 16px;
	height: 16px;
	margin: 0 5px 0 10px;
	vertical-align: middle;
}
div#sharing a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

/* Tabbladen */
.tabbladen {
	width: 100%;
	height: 32px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	background: url(images/tabs_background.gif) 0 bottom repeat-x;
}
.tabbladen ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabbladen li {
	float: left;
	margin-right: 2px;
}
.tabbladen a {
	font: 11px/32px Arial;
	color: #777;
	font-weight: bold;
	text-decoration: none;
	background: url(images/tabbladen_bg.gif) repeat-x top left;
	display: block;
	height: 32px;
	float: left;
	cursor: pointer;
}
.tabbladen .center {
	float: left;
	display: block;
	height: 32px;
	padding: 0 15px;
}
.tabbladen .left, .tabbladen .right {
	width: 4px;
	float: left;
	display: block;
	height: 32px;
}
.tabbladen .left {
	background: url(images/tabbladen_left_bg.gif) no-repeat top left;
}
.tabbladen .right {
	background: url(images/tabbladen_right_bg.gif) no-repeat top right;
}
.tabbladen .active a, .tabbladen a:hover {
	background: url(images/tabbladen_hover_bg.gif) repeat-x top left;
	color: #3059a3;
	text-decoration: none;
}
.tabbladen .active .left, .tabbladen a:hover .left {
	background: url(images/tabbladen_left_hover_bg.gif) repeat-x top left;
}
.tabbladen .active .right, .tabbladen a:hover .right {
	background: url(images/tabbladen_right_hover_bg.gif) repeat-x top left;
}
	
#copyright {
	width:600px;height:180px;padding:10px;
}
div#taf input.button,
div.mailer_ext input.versturen,
input.formButton  {
	text-transform: capitalize;
	background: #3058a2;
	color: #fff;
	cursor: pointer;
	width: auto;
	
	
	font: 12px/20px Arial;
	color: #3d5f9b;
	text-decoration: none;
	border:0px;
	background: url(images/bg_btn.gif) no-repeat top left;
	line-height:20px;
	height: 27px;
	font-weight: bold;
	width: 150px;
	text-align: center;
	color: #555;
	padding-top: 3px;
	margin: 10px 10px 0 0;
	cursor:pointer;
}
div#taf input.button:hover,
div.mailer_ext input.versturen:hover,
input.formButton:hover {
background: url(images/bg_btn_hover.gif) no-repeat top left;
	text-decoration:none;
}

#twitter-follow {
	width: 31px;
	height: 113px;
	position: fixed;
	top: 200px;
	right: 0;
	background: url('images/landing/twitter.gif') no-repeat;
}

#twitter-follow:hover {
	text-decoration: none;
}
