/*
* Cache van main.style.css
* Created: 2012-02-01 16:25:45
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

/* Style reset */
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}
body {line-height: 1; color: black; background: white;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
/* End style reset */

.clear {clear: both; line-height: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: #d00437;}

.loading {
	background-image: url(/images/cms/spinner.gif);
  background-repeat: no-repeat;
  background-position: center;
}
p.clear {
	line-height: 18px;
}

/* Typo */
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #555;
}
p {
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Molengo, "Arrial Narrow", Arial;
	font-size: 12px;
	color: #555;
	margin: 5px 0;
}
h1 {
	color: #1c1f16;
	font-size: 28px;
	margin: 0;
	position: absolute;
	top: 80px;
	left: 335px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	word-spacing: 1px;
	white-space: nowrap;
}
h1.white {
	color: #fff;
}
h2 {
	font-size: 17px;
}
h3 {
	color: #c60b46;
	font-family: "Trebuchet MS", Arial;
}
h5 {
	margin: 0 0 -5px 0;
}

h2.border{
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0;
	font-size: 15px;
}
p + p {
	margin-top: 10px;
}
a {
	color: #c60b46;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
.fulllink {
	color: #555;
}
.fulllink:hover {
	color: #c60b46;
}
/* Typo */

/* Interface */
html, body {
	height: 100%;
}
body {
	background-color: #333333;
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#wrapper {
	width: 985px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	z-index: 2;
	background-image: url(/images/bgwrapper.png);
	background-repeat: repeat-y;
	background-position: 325px 0;
}
#headerclearer {
	height: 122px;
	width: 100%;
	background-position: top center;
	background-attachment: fixed;
	margin-bottom: -7px;
}
#header {
	height: 30px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	background-image: url(/images/bgmenu.png);
	background-repeat: repeat;
	z-index: 3;
}
#header-content {
	width: 985px;
	margin: 0 auto;
	position: relative;
}
#footerclearer {
	clear: both;
	height: 140px;
	width: 100%;
}
#footer {
	height: 100px;
	min-width: 100%;
	position: fixed;
	bottom: 30px;
	left: 0;
	background-image: url(/images/bgfooter.png);
	background-repeat: repeat;
	z-index: 3;
}
#footer-content {
	width: 985px;
	height: 100px;
	margin: 0 auto;
}
#footer-content img {
	margin: 12px 56px;
}
#maincontent {
	float: right;
	width: 630px;
	margin: 0 26px 0 30px;
	background-image: url(/images/bgcontent.png);
	background-repeat: no-repeat;
	padding-right: 4px;
	position: relative;
}
.sidebar {
	float: right;
	width: 295px;
	min-height: 1px;
	position: relative;
}
.contents {
	padding: 0 25px;
}

.column-left{
	width: 335px;
	float: left;
}

.column-right{
	width: 220px;
	margin-left: 25px;
	float: left;
}

.raster{
	margin: 0;
	padding: 5px 5px;
	background-repeat: repeat;
	background-image: url(/images/bgraster.png);
}
.raster p {
	margin: 0;
	padding: 5px;
}
/* Interface */

/* Lists */
ul {
	list-style: disc;
	margin: 10px 20px;
}
ol {
	margin-left: 20px;
}
ul ul {
	margin-top: 2px;
}
/* Lists */

/* Menu */
#mainmenu {
	list-style: none;
	margin: 0;
}
#mainmenu li {
	float: left;
}
#mainmenu li:hover {
	background-image: url(/images/bgmenu_ov.png);
	background-repeat: repeat;
}
#mainmenu .home:hover, #mainmenu ul li:hover {
	background-image: none;
}
#mainmenu a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	width: 129px;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
	display: block;
	float: left;
}
#mainmenu .home a {
	margin: 0 160px 0 19px;
	width: 137px;
}
#mainmenu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-bottom: 10px;
	clear: both;
}
#mainmenu ul li {
	padding-left: 0;
	float: none;
	padding: 0 10px;
	margin: 6px 0;
}
#mainmenu ul a {
	float: none;
	display: inline;
	color: #ccc;	
	text-transform: none;
	line-height: 15px;
	height: 25px;
	padding: 0;
}
#mainmenu ul a:hover {
	color: #fff;
}

#maincontent .submenu{
	margin: 5px 10px 10px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
}

#maincontent .submenu li{
	display: inline-block;
	padding: 0 15px;
	position: relative;
	top: 1px;
	height: 20px;
}

#maincontent .submenu li a{
	color: #555555;
	text-decoration: none;
	line-height: 20px;
}

#maincontent .submenu li a:hover,
#maincontent .submenu li.current a{
	color: #c60b46;
}

#maincontent .submenu li.current{
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}

#maincontent .submenu li.first{
	border-left: none;
}
/* Menu */

/* Header */
#headerimg {
	border-bottom: 1px dotted #cccccc;
	background-color: #000000;
	position: relative;
	display: block;
	background-position: center top;
	background-attachment: fixed;
}
#headerimg img {
	display: block;
}
#header form.search {
	position: absolute;
	top: 44px;
	left: 20px;
}
#header form.newsletter {
	position: absolute;
	top: 44px;
	left: 169px;
}
#header fieldset {
	background-color: #1e2022;
	padding: 7px 10px;
}
#header label {
	color: #ccc;
	position: absolute;
	top: -11px;
	left: 10px;
	font-size: 10px;
}
#header input.text {
	border: 1px solid #ccc;
	border-right: 0;
	color: #999;
	height: 14px;
	width: 103px;
	float: left;
	font-size: 11px;
}
#header input.search, #header input.submit {
	float: left;
	border: 1px solid #ccc;
	border-left: 0;
}
#header .job {
	position: absolute;
	top: 116px;
	left: 30px;
	overflow: hidden;
	display: block;
	width: 170px;
	height: 26px;
	text-indent: -1000px;
	background-image: url(/images/vacature.png);
  background-repeat: no-repeat;
}
#header .job:hover {
	background-position: 0 -26px;
}
/* Header */

/* Footer */
/* Footer */

/* Sidebar */
.sidebar ul{
	margin: 2px 20px;
	padding: 0;
	list-style: disc;
	width: 270px;
	font-size: 11px;
	line-height: 15px;
}
.sidebar li{
	margin-bottom: 5px;
}
.sidebar h4 {
	background-image: url(/images/sidebar-block-top.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
	margin: 0;
	padding: 0px 10px;
}
.sidebar h4 a, .sidebar h4.border {
	color: #555555;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 0 5px;
}
.sidebar .content h4.border {
	margin: 0 15px;
	padding: 0;
	width: 240px;
}
.sidebar h4 a {
	cursor: pointer;
}
.sidebar h4.toggler a {
	background-image: url(/images/arrow_toggle.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	border-bottom: 0;
}
.sidebar h4.ui-state-active a {
	background-position: right -30px;
	border-bottom: 1px dotted #cccccc;
}
.sidebar h4.jumpto a {
	background-image: url(/images/arrow_jumpto.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
.sidebar .content {
	background-image: url(/images/sidebar-block.png);
	background-repeat: repeat-y;
	background-position: 0px -30px;
	padding: 0px 15px;
	margin-left: 30px;
	width: 240px;
}
.sidebar ul .content{
	background-position: top left;
	width: auto;
}
.sidebar .content h4 {
	position: relative;
	left: -15px;
	width: 245px;
}
.sidebar ul .content {
	margin-left: 0;
}
.sidebar p{
	margin: 0;
	padding: 5px 0px;
	font-size: 11px;
	line-height: 15px;
}
.sidebar .footer{
	background-image: url(/images/sidebar-block-bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 8px;
	margin-left: 30px;
	width:270px;
}
.sidebar ul .footer{
	margin-left: 0;
	width: auto;
}
.sidebar .content-footer {
	height: 1px;
}
.sidebar ul ul{
	margin: 0;
	padding-bottom: 10px;
	width: auto;
}
.sidebar ul ul li{
	margin: 0;
}

.sidebar ul ul a{
	color: #555555;
}

.sidebar ul ul a:hover,
.sidebar ul ul a.current{
	color: #c60b46;
	text-decoration: none;
}
.sidebar .special {
	font-style: italic;
	/*background-color: #ebebeb;*/
	padding-left: 5px;
	padding-right: 35px;
	margin-bottom: 10px;
	background-repeat: repeat;
	background-image: url(/images/bgraster.png);
}
.sidebar .portfolio-home, .sidebar .accordion {
	list-style: none;
	margin: 0 0 0 30px;
}
.js .sidebar .portfolio-home {
	position: relative;
	height: 197px;
	margin-bottom: 12px;
}
.js .sidebar .portfolio-home li {
	position: absolute;
	top: 0;
}
.sidebar .portfolio {
	list-style: none;
	margin: 0;
}
.portfolio-home .content {
	min-height: 169px;
	_height: 169px;
}
.sidebar .newsbig {
	margin-left: 0;
	list-style: none;
	width: 240px;
}
.sidebar .newssmall {
	margin-left: 0;
	margin-top: 5px;
	list-style: none;
	width: 240px;
}
.sidebar .newstext {
	float: left;
	width: 150px;
	margin-left: 1px;
}
.sidebar .video {
	margin: 2px 30px;
	padding: 0;
}
.sidebar .video .quote {
	background-image: url(/images/bgfooter.png);
	background-color: transparent;
	font-size: 11px;
	text-align: left;
	text-transform: none;
	width: 260px;
}
/* Sidebar */

/* Forms */
legend {
	font-weight: bold;
	padding-top: 10px;
}
.fieldset {
	margin: 0;
	list-style: none;
}
.fieldset li {
	margin: 4px 0;
}
input.text, textarea, select, input.number {
	border: 1px solid #a9a9ab;
	width: 240px;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Arial;
	color: #646464;
	font-size: 12px;
	padding: 2px 3px;
}
input.number {
	width: 30px;
	text-align: right;
}
input.disabled {
	border: none;
}
select {
	width: 248px;
}
textarea {
	height: 100px;
	vertical-align: top;
}
label {
	display: inline-block;
	width: 150px;
	color: #7e9aac;
}
label.radio {
	display: inline;
	width: auto;
	margin-left: 150px;
	color: #555;
}
label.firstradio {
	margin-left: -4px;
}
li.radio label.radio {
	margin-left: 0;
	display: block;
}
li.radiowidthlabel label.radio {
	margin-left: 0;
}
.nolabel {
	margin-left: 150px;
}
fieldset button {
	margin-left: 150px;
}
.button, button {
	background-color: #535353;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	width: 85px;
	text-align: center;
}
.button span, button span {
	position: relative;
	top: -1px;
}
/* Forms */
ul.blocks{
	margin: 0;
	padding: 0;
}

/* Misc */
ul.blocks {
	list-style: none;
}
ul.blocks a {
	border: 1px solid #f1f1f1;
	width: 118px;
	height: 95px;
	display: block;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 5px 10px;
	white-space: nowrap;
	color: #999999;
}
ul.blocks .first a {
	margin-left: 0px;
}
ul.blocks .last a{
	margin-right: 0px;
}
ul.blocks img{
	display: block;
	text-align: center;
	margin: 0 auto 3px auto;
}
ul.blocks a:hover{
	text-decoration: none;
	color: #c60b46;
	background-repeat: repeat;
	background-image: url(/images/bgblock.png);
}
/* Misc */

/* Home */

.column h2{
	margin-bottom: 0px;
}

.column h2 a, h4.border a{
	font-size: 11px;
	float: right;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 23px;
	color: #666666;
	text-decoration: none;
	overflow: hidden;
	border-bottom: 0;
}
h4.border a{
	margin-top: 6px;
}

.column h2 a:hover{
	color: #c60b46;
}

a.rss {
	background-image: url(/images/rss.png);
	background-position: right 2px !important;
	text-indent: -1000px;
}
a.linkedin {
	background-image: url(/images/linkedin.png);
	text-indent: -1000px;
}
a.flickr {
	background-image: url(/images/flickr.png);
	text-indent: -1000px;
}
a.twitter {
	background-image: url(/images/twitter.png);
	text-indent: -1000px;
}

div.twitter {
	margin-top: 5px;
	min-height: 50px;
	_height: 50px;
}
ul#twitter_update_list{
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
ul#twitter_update_list li{
	margin-bottom: 10px;
}

/* Home */

/* News */
.column-left .news {
	margin: 0;
	padding: 0;
	list-style: none;
}
.column-left .news p {
	margin-top: -5px;
}
.newsheader {
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0;
	position: relative;
	font-size: 11px;
}
.newsimage {
	float:left;
	width: 85px;
	position: relative;
}
.newscontent {
	float: left;
	width: 290px;
	margin-top: 5px;
}
.newsimage img.border{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.addthis_toolbox {
	position: absolute;
	right: -15px;
	top: 4px;
}
.addthis_toolbox a {
	white-space: nowrap;
}
.addthis_button_facebook_like iframe {
	width: 110px !important;
}
.addthis_counter {
	margin-right: 5px;
}
.addthis_button_compact .at15t_compact {
	margin-right: 4px;
	float: left;
}
/* News */

/* Portfolio */
.portfolio-details{
	background-color: #333333;
	color: #ffffff;
	padding: 10px 0px;
	position: relative;
	top: -5px;
	z-index: 10;
}
.portfolio-details-container {
	width: 530px;
	height: 100px;
	overflow: hidden;
	float: left;
	position: relative;
}
.portfolio-details-container .portfolio-item {
	position: absolute;
	top: 0;
	width: 530px;
}

.portfolio-details .prev{
	float: left;
	width: 25px;
	padding: 10px 15px 10px 10px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/images/shade-portfolio.png);
	height: 70px;
}
.portfolio-details .prev a{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(/images/arrow_nextprev.png);
	display: block;
	height: 25px;
	width: 25px;
	margin-top: 20px;
}
.portfolio-details .prev a:hover{
	background-position: 0px -25px;
}
.portfolio-details .next{
	float: left;
	width: 25px;
	padding: 10px 10px 10px 15px;
	background-position: 0px -90px;
	background-repeat: no-repeat;
	background-image: url(/images/shade-portfolio.png);
	height: 70px;
}
.portfolio-details .next a{
	background-position: 0px -50px;
	background-repeat: no-repeat;
	background-image: url(/images/arrow_nextprev.png);
	display: block;
	height: 25px;
	width: 25px;
	margin-top: 20px;
}
.portfolio-details .next a:hover{
	background-position: 0px -75px;
}
.portfolio-details .info{
	 float: left;
	 width: 174px;
	 padding: 0px 5px 10px 10px;
}
.portfolio-details .description{
	 float: left;
	 width: 325px;
	 border-right: 1px dotted #808080;
	 padding: 0px 10px 10px 5px;
	 height: 80px;
	 overflow: hidden;
}
.portfolio-details .description p{
	margin: 0;
}

.portfolio-details .description h3{
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

.portfolio-header {
	top: -10px;
	margin-bottom: -10px;
	background-color: transparent !important;
	border: 0 !important;
}

.thumbs{
	z-index: 30;
	position: absolute;
	top: 10px;
	right: 10px;
}

.thumbs a{
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: 5px;
	float: left;
}
.thumbs a:hover{
	background-position: 0px -40px;
}
.portfolio-home-nav {
	position: absolute;
	top: 0;
	left: 0;
}
.portfolio-home-nav .prev, .portfolio-home-nav .next {
	background-position: 0 -25px;
	background-repeat: no-repeat;
	background-image: url(/images/arrow_nextprev.png);
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 56px;
	left: 5px;
}
.portfolio-home-nav .next {
	background-position: 0 -75px;
	top: 30px;
}
.portfolio-home-nav .prev:hover {
	background-position: 0 0;
}
.portfolio-home-nav .next:hover {
	background-position: 0 -50px;
}
/* Portfolio */

/* Referenties */
.js .references-wrapper {
	margin: 0 auto 10px auto;
	width: 503px;
	padding: 6px 4px 0 4px;
	background-image: url(/images/referenties.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.references-wrapper .prev, .references-wrapper .next {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/images/arrow_nextprev-white.png);
	display: block;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 35px;
	left: -30px;
}
.references-wrapper .next {
	background-position: 0 -50px;
	left: auto;
	right: -30px;
}
.references-wrapper .prev:hover {
	background-position: 0 -25px;
}
.references-wrapper .next:hover {
	background-position: 0 -75px;
}
.js .references-wrapper2 {
	width: 493px;
	height: 85px;
	overflow: hidden;
}
.js .references-wrapper ul {
	margin: 0;
	list-style: none;
	line-height: 20px;
}
.references {
	margin: 0;
	list-style: none;
	line-height: 20px;
	position: relative;
}
.js .references {
	width: 9999px;
}
.references .col {
	float: left;
	margin-left: 10px;
	margin-right: 70px;
}
.references a {
	color: #555;
}
.references a:hover, .references .current a {
	color: #c60b46;
}
.js .reference-details {
	margin: 0 auto 10px auto;
	width: 503px;
}
.js .reference-details img {
	float: left;
	margin-top: 10px;
}
.js .reference-details .reference-desc {
	float: right;
	width: 280px;
	margin-left: 20px;
}
/* Referenties */

/* Products */
ul.products{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.products .image{
	float:left;
	width: 80px;
	position: relative;
}

ul.products .image img.border{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

ul.products li p{
	margin: 5px 0;
}
ul.products .info{
	margin-left: 90px;
}
/* Products */

/* Sitemap */
.sitemap {
	margin: 0;
	list-style: none;
}
.sitemap ul {
	list-style: none;
}
/* Sitemap */

/* Icons */
.icon-email,
.icon-website,
.icon-vcard {
	background-image: url(/images/social_strip_16x16.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
	min-height: 20px;
	_height: 20px;
}
.icon-linkedin,
.icon-twitter,
.icon-facebook,
.icon-blog {
	background-image: url(/images/social_strip_16x16.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	width: 16px;
	margin-right: 3px;
	overflow: hidden;
	text-indent: -1000px;
}

.icon-email    {background-position: 0 -119px;}
.icon-website  {background-position: 0 -311px;}
.icon-vcard    {background-position: 0 -743px;}
.icon-linkedin {background-position: 0 0;}
.icon-twitter  {background-position: 0 -96px;}
.icon-facebook {background-position: 0 -24px;}
.icon-blog     {background-position: 0 -167px;}
/* Icons */

/* Partners */
.partners {
	margin: 0 0 0 -10px;
	list-style: none;
}
.partners li {
	float: left;
	width: 175px;
	margin: 10px;
	color: #777;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding-top: 70px;
	position: relative;
}
.partners .clearli {
	clear: both;
}
.partners .img {
	position: absolute;
	top: 0;
	left: 0;
}
.partners p {
	text-align: left;
}
/* Partners */

/* Flickr */
#flickr_badge_uber_wrapper {width:220px;}
#flickr_badge_wrapper {padding:10px 0; margin-left: -5px;}
.flickr_badge_image {float: left;}
.flickr_badge_image img {width: 40px; height: 40px; margin-left: 5px;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, "Sans serif" !important; color:#666666 !important;}
.flickr_badge_image {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.flickr_badge_image:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
/* Flickr */

/* Imageslider */
.imageslider {
	width: 280px;
	height: 190px;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 10px 0 10px 10px;
	float: right;
}
.imageslider li {
	padding: 0;
	background-image: none;
	width: 280px;
	height: 190px;
}
.imageslider img {
	position: absolute;
	top: 0;
	left: 0;
}
/* Imageslider */

/* Search results */
.search_results {
	margin: 0;
	list-style: none;
}
.search_results li {
	padding: 5px 5px 5px 30px;
}
.search_results p {
	margin: 0;
}
.search_results li .link {
	text-indent: -30px;
}
.simple-nav .prev {
	float: left;
}
.simple-nav .next {
	float: right;
}
/* Search results */

/* WYMeditor */
/* Omloop rechts */
.floatleft /* * */ {
  /* border-right: 2px dashed blue; */
	float: left;
	margin: 5px 5px 5px 0px;
}
/* Omloop links */
.floatright /* * */ {
  /* border-left: 2px dashed blue; */
	float: right;
	margin: 5px 0px 5px 5px;
}
/* Tekst rechts uitlijnen */
p.alignright /* p */ {
  /* text-align: right; */
	text-align: right;
}
/* Tekst uitvullen */
p.alignjustify /* p */ {
  /* text-align: justify; */
	text-align: justify;
}
/* Tekst centreren */
p.aligncenter /* p */ {
  /* text-align: center; */
	text-align: center;
}
/* Sidebar header border */
h4.border /* h4 */ {
  /* border-bottom: 1px dotted #cccccc; */
}
/* Sidebar special */
p.special /* p */ {
  /* border: 1px dotted #cccccc; font-style: italic; */
}
/* Omloop afbreken */
.clear /* * */ {
  /* border-top: 1px solid blue; */
}
/* Quote */
.quote /* * */ {
  /* border: 2px solid #6699cc; */
	background-color: #6699cc;
}
/* Quote groen */
.quote-color1 /* * */ {
  /* border: 2px solid #acc102; */
	background-color: #acc102;
}
/* Quote rood */
.quote-color2 /* * */ {
  /* border: 2px solid #c60b46; */
	background-color: #c60b46;
}
/* Quote geel */
.quote-color3 /* * */ {
  /* border: 2px solid #f3c526; */
	background-color: #f3c526;
}
/* Quote grijs */
.quote-color4 /* * */ {
  /* border: 2px solid #c2c6c9; */
	background-color: #c2c6c9;
}
/* /WYMeditor */

.quote {
	color: #fff;
	display: block;
	line-height: 28px;
	padding: 3px 6px;
	text-align: justify;
	text-transform: uppercase;
	width: 200px;
	font-size: 14px;
}
.js .quote {
	line-height: normal;
	padding: 0;
}
.quote.floatright {
	margin-left: 20px;
}
.quote.floatleft {
	margin-right: 20px;
}
.quote  span  {
	display: inline-block;
	padding: 5px 10px;
}

/* Mobile device styles */
.mobile-device #header {
	height: auto;
	position: absolute;
	overflow: visible;
}
.mobile-device #mainmenu ul {
	display: block;
}
.ipad #footer {
	position: relative;
	top: -130px;
	bottom: auto;
	margin-bottom: -130px;
}

/* Media queries */
img, #footer, #footer-content {
	transition:all 1s linear; 
	-o-transition:all 1s linear; 
	-moz-transition:all 1s linear; 
	-webkit-transition:all 1s linear;
}
@media screen and (max-width: 955px) {
	#wrapper, 
	#footer-content,
	#header-content {
		width: 690px;
	}
	#wrapper {
		background-image: none;
	}
	#maincontent {
		background-image: url(/images/bgwrapper.png);
		background-repeat: repeat-y;
		background-position: 0 0;
	}
  .sidebar {
		width: auto;
		float: left;
		margin-top: 20px;
	}
	.sidebar > ul > li {
		float: left;
		width: 270px;
		margin-right: 20px;
	}
	.sidebar > ul {
		width: auto;
	}
	h1 {
		left: 40px;
	}
	#header form.newsletter {
		left: 20px;
		top: 100px;
	}
	#header .job {
		top: 150px;
	}
	#mainmenu li {
		width: 120px;
	}
	#mainmenu a {
		width: auto;
		word-wrap: break-word;
	}
	#mainmenu .home {
		width: 210px;
	}
	#mainmenu .home a {
		margin-right: 0;
	}
}
@media screen and (max-height: 755px), (max-width: 955px) {
	#footer, #footer-content {
		height: 50px;
	}
	#footer-content img {
		margin: 6px 46px;
		height: 35px;
	}
	.ipad #footer {
		top: -80px;
		margin-bottom: -80px;
	}
	#footerclearer {
		height: 90px;
	}
@media screen and (max-width: 955px) and (max-height: 755px) {
	#footer, #footer-content {
		text-align: right;
	}
}
