@charset "utf-8";
/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearing floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { 
	display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Layout */
html {
	height: 100%;
}

body {
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
	height: 100%;
}

body#home {
	background: url(../images/bg_home/home_back_orange.jpg) center top no-repeat;
}

#wrapper {
	position: relative;
	border-top: 5px solid #666;
	min-height: 100%;
}

* html #wrapper {
	height: 100%;
}

#wrapperContainer {
	padding-bottom: 114px;
}

#wrapperHome {
	padding-bottom: 33px;
}

/* Login */
#loginWrapper {
	position: absolute;
	left: 0;
	top: 0;
}

#loginContainer {
	background: url(../images/logincontainer_back.gif) 0 0 repeat-x;
	height: 105px;
	display: none;
}

#loginContent {
	width: 960px;
	margin: 0 auto;
	padding-top: 9px;
	position: relative;
	display: none;
}

#loginLauncher {
	height: 37px;
	width: 484px;
	padding-left: 476px;
	margin: 0 auto;
	line-height: 12px;
}

#loginLauncher a {
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
	color: #666;
	background: url(../images/open_login.gif) 0 0 no-repeat;
	padding: 4px 0 1px 17px;
	display: block;
	float: left;
	width: auto;
}

#loginForm {
	width: 460px;
	float: left;
}

#loginForm h2 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 3px;
	background-color: transparent;
}

#loginItems {
	background: url(../images/icon_lock.gif) 0 0 no-repeat;
	padding: 0 0 10px 33px;
}

#loginForm p {
	font-size: 12px;
	color: #fff;
	background-color: transparent;
}

#loginForm a {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}
#loginForm a:hover {
	text-decoration: none;
}

.loginInput {
	float: left;
	width: 123px;
}

.loginInput label {
	font-size: 12px;
	color: #fff;
	display: block;
	padding-bottom: 3px;
	background-color: transparent;
}

.loginInput input.inpTxt {
	padding: 2px;
	border: none;
	width: 106px;
	height: 14px;
	font-size: 14px;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.loginInput input.inpBtn {
	background: url(../images/login_btn.gif) 0 0 no-repeat;
	width: 84px;
	height: 19px;
	font-size: 14px;
	color: #000;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: none;
	margin-top: 14px;
}

#loginTeaser {
	float: right;
	width: 420px;
}

#loginTeaser h2 {
	color: #fff;
	font-size: 18px;
	background-color: transparent;
}

#loginTeaser p, #loginTeaser a {
	color: #fff;
	font-size: 12px;
	line-height: 21px;
	background-color: transparent;
}

#loginTeaser a:HOVER {
	text-decoration: none;
}

#loginImageBox {
	border: 1px solid #fff;
	padding: 2px;
	width: 91px;
	height: 72px;
	float: left;
	margin: 0 10px 10px 0;
}

#loginImageBox a {
	width: 91px;
	height: 72px;
	overflow: hidden;
}

#loginRope {
	text-align: center;
	overflow: hidden;
	height: 46px;
	width: 100%;		
}

a#loginCloser {
	background: url(../images/login_close.gif) 0 0 no-repeat;
	float: left;
	display: block;
	text-indent: -9999px;
	width: 29px;
	height: 29px;
	position: absolute;
	left: 466px;
	top: 68px;
}

.errorTop {
	font-size: 10px;
	padding-bottom: 2px;
	color: #000;
}

/* Header */
#header {
	width: 960px;
	margin: 0 auto;
	height: 121px;
}

#logo {
	padding-top: 37px;
	width: 252px;
	float: left;
}

/* Header Redkiwi employee testimonials */
#employeeContainer {
	width: 680px;
	height: 121px;
	float: right;
	text-align: right;
	position: relative;
}

#employeeImg {
	position: absolute;
	right: 0;
	top: 0;
	width: 167px;
	height: 125px;
	overflow: hidden;
}

#employeeName {
	color: #f00;
	font-size: 16px;
	position: absolute;
	right: 162px;
	top: 44px;
	font-weight: bold;
}

#employeeName span.name, #employeeName span.name a {
	color: #999;
	text-decoration: none;
}

#employeeName span.department, #employeeName span.department a {
	color: #333;
	text-decoration: none;
}

#employeeTxt {
	position: absolute;
	top: 71px;
	right: 162px;
	font-size: 18px;
	font-style: italic;
}

/* Menu */
#menuContainer {
	height: 50px;
	background: url(../images/menu_back.gif) 0 bottom repeat-x;
}

#mainMenu {
	width: 970px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

#mainMenu ul li {
	float: left;
	display: block;
	height: 50px;
	background: url(../images/menu_item_back.gif) right top no-repeat;
	width: auto;
}

#mainMenu ul li.greyUnderline {
	float: left;
	display: block;
	height: 50px;
	background: url(../images/menu_item_back.gif) right -100px no-repeat;
	width: auto;
}

#mainMenu ul li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 14px 16px 18px 16px;
	float: left;
	display: block;
	width: auto;
	background-color: transparent;
}

#mainMenu ul li a:hover {
	background: url(../images/menu_item_back.gif) right -50px no-repeat;
}

#mainMenu ul li.active {
	background: url(../images/menu_active_left.gif) 0 0 no-repeat !important;
	margin-left: -2px;
}

#mainMenu ul li.firstItem.active {
	background: url(../images/menu_active_first_left.gif) 0 0 no-repeat;
}

#mainMenu ul li.active a, #mainMenu ul li.active a:hover {
	background: url(../images/menu_active_right.gif) right 0 no-repeat;
	margin-left: 9px;
	padding-left: 27px;
	padding-right: 36px;
	color: #000;
}

#traced {
	background: url(../images/traced_arrow.gif) 0 0 no-repeat;
	width: 19px;
	height: 9px;
	line-height: 0;
	font-size: 0;
	position: absolute;
	top: 50px;
	left: 80px;
}

/* Search */
#search {
	float: right;
	padding-top: 13px;
	margin-right: 7px;
	width: 175px;
}

#search input.inpTxt {
	border: none;
	padding: 4px 2px 3px 4px;
	background: url(../images/search_inp.gif) 0 0 no-repeat;
	width: 147px;
	vertical-align: middle;
	font-size: 13px;
	color: #999;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float:left;
}

#search input.inpBtn {
	border: none;
	width: 22px;
	height: 22px;
	background: url(../images/search_btn.gif) 0 0 no-repeat;
	cursor: pointer;
	vertical-align: middle;
	float:right;
}

/* Footer */
#footer {
	position: relative;  /* Needed for Safari */
	background: #d4d4d3 url(../images/footer_back.gif) 0 0 repeat-x;
	border-top: 1px solid #d4d4d4;
	color: #999;
	font-size: 12px;
	overflow: hidden;
	height: 33px;
	margin-top: -33px;
}

#footerContainer {
	width: 940px;
	margin: 0 auto;
	padding: 4px 10px 3px 10px;
	line-height: 20px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	width: 400px;
	position: relative;
}

#copyright h2 {
	text-transform: uppercase;
	color: #4e4e4f;
	font-weight: normal;
}

#footerAddress {
	float: right;
	width: 400px;
	position: relative;
}

#home #footerAddress {
	text-align: right;
	width: 470px;
}

#home #footer a.langEn {
	text-transform: uppercase;
	background: url(../images/icon_flag_en.gif) right 1px no-repeat;
	padding-right: 18px;
	color: #4e4e4f;
	margin-left: 10px;
	position: relative;
}

#footer a.langEn {
	text-transform: uppercase;
	background: url(../images/icon_flag_en.gif) right 4px no-repeat;
	padding-right: 18px;
	color: #4e4e4f;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

#home #footer a.langNl {
	text-transform: uppercase;
	background: url(../images/icon_flag_nl.gif) right 1px no-repeat;
	padding-right: 18px;
	color: #4e4e4f;
	margin-left: 10px;
	position: relative;
}

#footer a.langNl {
	text-transform: uppercase;
	background: url(../images/icon_flag_nl.gif) right 4px no-repeat;
	padding-right: 18px;
	color: #4e4e4f;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

a.footerRss {
	width: 12px;
	height: 12px;
	background: url(../images/icon_rss_footer.gif) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
	float: left;
	position: absolute;
	top: 4px;
	left: 96px;
	margin-left:10px;
}

/* Content */
#frontTeaser {
	padding: 0 3px 21px 3px;
}

#mainContent {
	width: 968px;
	margin: 0 auto;
	padding-top: 22px;
	overflow: hidden;
}

/* Front teaser */
#frontTeaserLeft {
	float: left;
	width: 430px;
}

#frontTeaserLeft h1 {
	font-size: 26px;
	color: #f00;
	padding-bottom: 7px;
}

#frontTeaserLeft p {
	font-size: 16px;
	line-height: 24px;
}

#frontTeaserLeft a {
	color: #f00;
	text-decoration: none;
}

#frontTeaserLeft a:hover {
	color: #000;
}

#frontTeaserRight {
	background: url(../images/front_teaser_image_back.gif) 0 0 no-repeat;
	width: 472px;
	height: 172px;
	float: right;
	padding: 4px 4px 4px 21px;
	position: relative;
	margin-top: 5px;
}

#frontTeaserImage {
	width: 472px;
	height: 172px;
	overflow: hidden;
}

#frontTeaserText {
	background: url(../images/teaser_text_back.png) 0 0 no-repeat;
	width: 217px;
	height: 106px;
	position: absolute;
	right: 4px;
	top: 48px;
	padding: 7px 20px 0 20px;
}

#frontTeaserText h2 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 8px;
	background-color: transparent;
}

#frontTeaserText p, #frontTeaserText a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	background-color: transparent;
}

#frontTeaserText a:hover {
	color: #FF0000;
}

/* Front page */
.frontBox {
	float: left;
	background: url(../images/front_box_back.gif) 0 30px no-repeat;
	min-height: 150px;
	height: auto;
	width: 306px;
	margin-right: 25px;
	font-size: 14px;
	position: relative;
}

.lastFrontBox {
	margin-right: 0px;
}

a.rss {
	position: absolute;
	background: url(../images/icon_rss.gif) 0 0 no-repeat;
	width: 36px;
	height: 14px;
	float: right;
	display: block;
	text-indent: -9999px;
	right: 1px;
	top: 6px;
}

.frontBox h2 {
	font-size: 18px;
	padding-left: 3px;
	height: 34px;
}

.frontBox a {
	color: #f00;
	text-decoration: none;
}

.frontBox a:hover {
	color: #000;
}

.frontBox p {
	padding: 0 10px 10px 10px;
}

/* Front projects list */
.latestProjImg {
	background: url(../images/img_front_latest_back.gif) 0 0 no-repeat;
	height: 93px;
	width: 93px;
	padding: 3px 12px 3px 3px;
	float: left;
	margin-right: 0px;
	margin-top: 1px;
}

.newsItem:hover .latestProjImg {
	background-image: url(../images/img_front_latest_back_hover.gif);
}

.latestProjImg a {
	overflow: hidden;
	display: block;
	width: 93px;
	height: 93px;
}

#latestFrontProjList {
	padding: 0 4px 10px 4px;
}

.projHead {
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 7px;
	display: block;
	cursor: pointer;
	height: 16px; /* 14px; */
}
.frontBox #latestFrontProjList .ui-state-hover a, .frontBox #latestFrontNewsList .ui-state-hover a{ color:#FF0000 !important; }

.projDetails {
	margin-top: -3px;
	float: left;
	width: 170px;
	line-height: 20px;
}
.projDetails a {
	display: inline-table;
}

#latestFrontProjList div.projItem {
	padding: 8px 10px;
	border-bottom: 1px solid #ececed;
	position: relative;
}

#latestFrontNewsList .newsItem p a:hover {
	color: #000 !important;
}

#latestFrontProjList div.projItem:hover, #latestFrontNewsList div.newsItem:hover {
	background: url(../images/addhover_back.jpg) 0 0 no-repeat;
	cursor: pointer;
}

#latestFrontProjList div.projItem a.projectBig {
	position: absolute;
	display: block;
	width: 298px;
	height: 119px;
	left: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}

.frontBox #latestFrontProjList .projHead a {
	color: #666;
	text-decoration: none;
}

.frontBox #latestFrontProjList div.projContent a {
	color: #f00;
}

.frontBox #latestFrontProjList div.projContent a:hover {
	color: #000;
}

#latestFrontProjList div.projItem a:hover {
	color: #000;
}

.frontBox #latestFrontProjList .projHead a:hover {
	color: #f00;
}

#latestFrontProjList .projHead a span.date {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	padding-right: 5px;
	float: left;
	width: 56px;
	padding-top: 2px;
}

.frontBox .seeAll {
	padding: 0 14px 10px 14px;
}

/* Front Redkiwi brief */
ul#redkiwiBrief {
	padding: 10px 14px;
}

ul#redkiwiBrief li {
	background: url(../images/icon_checked.gif) 0 10px no-repeat;
	padding: 9px 0 9px 28px;
}

#typo3banner a {
	background: url(../images/typo3banner.gif) 0 0 no-repeat;
	width: 106px;
	height: 48px;
	display: block;
	padding: 10px 60px 0 130px;
	color: #666;
	line-height: 16px;
	font-size: 12px;
}

/* Front latest news */
#latestFrontNewsList {
	padding: 0 4px 10px 4px;
}

#latestFrontNewsList .newsItem {
	padding: 15px 0px 15px 42px;
	border-bottom: 1px solid #ececed;
	position: relative;
}
/* #latestFrontNewsList .ui-state-active  {
display:none;
} */
.newsHead {
	position: relative;
	height: 14px;
	cursor: pointer;
}

.newsItem strong {
	font-weight: normal;
}

#latestFrontNewsList div.newsItem a.newsBig {
	position: absolute;
	display: block;
	width: 298px;
	height: 116px;
	left: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}

#latestFrontNewsList a {
	color: #666;
}

.frontBox #latestFrontNewsList div.ui-state-active a, .frontBox #latestFrontNewsList div.ui-accordion-content-active a {
	color: #f00;
}

#latestFrontNewsList a:hover {
	color: #f00 !important;
}

.frontBox #latestFrontNewsList div.ui-state-active a:hover, .frontBox #latestFrontNewsList div.ui-accordion-content-active a:hover {
	color: #000;
}

#latestFrontNewsList .newsItem p {
	padding-bottom: 0;
	padding-left: 0;
	line-height: 24px;
}

.newsDate {
	position: absolute;
	left: -32px;
	top: -4px;
	width: 23px;
	height: 24px;
	background: url(../images/newsdate_back.gif) 0 0 no-repeat;
}

.newsBox .newsDate, .newsTopBox .newsDate {
	top: 20px;
	left: 18px;
}

.newsDate .month {
	display: block;
	font-size: 8px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: transparent;
}

.newsDate .day {
	font-weight: bold;
	display: block;
	text-align: center;
	color: #50585a;
	padding-top: 1px;
}
.newsBox .googlealert {
	background: url(../images/googleAlerts.gif) 0 0 no-repeat;
	float:right;
	width:10px;
	height:10px;
}

/* Columns */
#columnLeft {
	width: 206px;
	float: left;
}

#columnRight {
	width: 206px;
	float: right;
}

#columnCenter {
	width: 504px;
	float: left;
	padding-left: 22px;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 15px;
	color: #666;
}

/* Submenu */
ul#subMenu {
	background: url(../images/column_back.gif) 0 0 no-repeat;
	padding: 4px 3px 3px 4px;
}

ul#subMenu li ul {
	background: url(../images/left_submenu_back.gif) 11px bottom no-repeat;
	padding-bottom: 1px;
}

ul#subMenu li a {
	color: #666;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	padding: 0 0 0 12px;
	background-position: 0 0;
	background-image: url(../images/left_menu_item_back.gif);
	background-repeat: no-repeat;
	display: block;
}

ul#subMenu li a:hover, ul#subMenu li.activeSub a {
	background-position: 0 -30px;
	color: #fff !important;
	background-color: transparent;
}

ul#subMenu li.activeSub.openSub ul li a {
	color: #666 !important;
}

ul#subMenu li.activeSub.openSub ul li a:hover {
	color: #000 !important;
}

ul#subMenu li.activeSub ul li.activeSub a {
	color: #fff;
	background-color: transparent;
}
ul#subMenu li.activeSub.openSub ul li.activeSub a {
	color: #FF0000 !important;
}

ul#subMenu li.activeSub.openSub a {
	background-position: 0 -60px;
}

ul#subMenu li ul li a, ul#subMenu li.activeSub ul li a, ul#subMenu li.activeSub.openSub ul li a {
	background-position: 0 -90px;
	padding-left: 22px;
	color: #666;
}

/* Rightmenu */
ul#rightMenu {
	background: url(../images/column_back.gif) 0 0 no-repeat;
	padding: 4px 3px 3px 4px;
	margin-bottom: 15px;
}

ul#rightMenu li {
	background: url(../images/left_submenu_back.gif) 11px bottom no-repeat;
	padding-bottom: 1px;
}

ul#rightMenu li a {
	padding: 17px 20px 18px 20px;
	font-size: 13px;
	color: #666;
	text-decoration: none;
	display: block;
	background-position: 149px 0;
	background-repeat: no-repeat;
}

ul#rightMenu li a:hover {
	color: #000;
}

ul#rightMenu li a.inviteUs {
	background-image: url(../images/icon_inviteus.gif);
}

ul#rightMenu li a.callU {
	background-image: url(../images/icon_callu.gif);
}

ul#rightMenu li a.quote {
	background-image: url(../images/icon_quote.gif);
}

ul#rightMenu li a.newsLetter {
	background-image: url(../images/icon_newsletter.gif);
}

/* Client box */
.clientBox {
	background: url(../images/column_back.gif) 0 0 no-repeat;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 18px;
}

.clientBoxImg {
	border: 1px solid #cfcfcf;
	padding: 3px;
}

.clientBoxImg img {
	display: block;		
}

.clientBoxImg div {
	width: 182px;
	height: 100px;
	overflow: hidden;
}

.clientBox h2, #columnRight h1 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 2px 7px 2px;
}

.clientBox a, #columnRight a {
	color: #f00;
	text-decoration: none;
}

.clientBox a:hover, #columnRight a:hover {
	color: #000;
}

.clientBox p, #columnRight p {
	padding-bottom: 24px;
}

#columnRight p.bodytext {
	padding: 0 2px 24px 2px;
	font-size: 13px;
	line-height: 18px;
}

/* Actions box */
.actionsBox {
	background: url(../images/column_back.gif) 0 0 no-repeat;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 18px;
	padding-left: 14px;
}
.actionsBoxImg {
	border: 1px solid #cfcfcf;
	padding: 3px;
}

.actionsBoxImg img {
	display: block;		
}

.actionsBoxImg div {
	width: 182px;
	height: 100px;
	overflow: hidden;
}

.actionsBox h2, #columnRight h1 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 2px 7px 2px;
}

.actionsBox a, #columnRight a {
	color: #f00;
	text-decoration: none;
}

.actionsBox a:hover, #columnRight a:hover {
	color: #000;
}

.actionsBox p, #columnRight p {
	padding-bottom: 24px;
}

/* Breadcrumb */
#breadcrumb {
	padding: 0 4px 24px 4px;
	font-size: 12px;
}

#breadcrumb a {
	color: #f00;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #000;
}

/* Styles */
#columnCenter h1 {
	color: #f00;
	font-size: 26px;
	padding: 0 4px 9px 4px;
}

#columnCenter h2 {
	font-size: 18px;
	line-height: 24px;
	padding: 0 4px 0 4px;
}

#columnCenter h3, #columnCenter .tx-felogin-pi1 legend {
	font-size: 16px;
	line-height: 24px;
	padding: 0 4px 0 4px;
	font-weight: bold;
}

#columnCenter #teamMembers h3 {
	padding: 0 0 0 0;
}

#columnCenter .gridName h3 {
	font-weight: normal;
	font-size: 14px;
}

#columnCenter p, #columnCenter .tx-felogin-pi1 div {
	font-size: 16px;
	line-height: 24px;
	padding: 0 4px 23px 4px;
}

#columnCenter .tx-lumogooglemaps-pi1 p {
	padding: 0;
	font-size: 12px;
}

form#gmapDirTo {
	position: relative;
	top: -25px;
}

div.tx-lumogooglemaps-pi1 div div div div .gmnoprint {
	background:transparent url(../images/googlemaps/marker.gif) no-repeat scroll 0 0 !important;
}

#columnCenter .tx-felogin-pi1 fieldset div, #columnCenter .tx-felogin-pi1 label {
	display: inline;
}

#columnCenter p.special {
	background: #f6f6f6;
	margin: 0 4px 15px 4px;
	padding: 8px;
}

#columnCenter a {
	color: #f00;
	text-decoration: none;
}

#columnCenter a:hover {
	color: #000;
}

.rightImg {
	float: right;
	padding: 0 0 10px 10px;
	width: auto;
}

#columnCenter blockquote {
	padding-left: 20px;
}

/* Grey box */
.greyBox, .newsBox {
	background: url(../images/grey_box.gif) 0 0 no-repeat;
	padding: 8px 7px 7px 8px;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	margin: 0 4px 20px 4px;
	position: relative;
}

.newsBox, .newsTopBox {
	padding: 13px 7px 7px 57px;
}

.newsTopBox {
	background: #f6f6f6;
	position: relative;
	margin-bottom: 20px;
	min-height: 46px;
	height: auto;
}

.greyBoxImg {
	background: url(../images/grey_box_img_back.gif) 0 0 no-repeat;
	padding: 1px 15px 1px 1px;
	width: 130px;
	width: 130px;
	float: left;
	margin-right: 7px;
}

.greyBoxImg a {
	width: 130px;
	height: 130px;
	overflow: hidden;
}

.greyBox a, .newsBox a {
	color: #f00;
	text-decoration: none;
}

.greyBox a:hover, .newsBox a:hover {
	color: #000;
}

#columnCenter .greyBox h3, #columnCenter .newsBox h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}

#columnCenter .greyBox p, #columnCenter .newsBox p {
	padding: 0;
	font-size: 14px;
	line-height: 24px;
}

#columnCenter .newsTopBox p {
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}

.moreNews {
	position: absolute;
	left: 0;
	top: 0;
}

.moreNews a {
	display: block;
	width: 99px;
	height: 23px;
	border: 1px solid #f6f6f6;
	padding: 69px 0 0 396px;
}

.moreNews a:hover {
	border-color: #ccc;
}

.bigQuote {
	background: url(../images/big_quote_back.gif) 0 0 no-repeat;
	padding: 20px;
	color: #999;
	font-size: 26px;
	text-align: center;
}

.smallQuote {
	background: url(../images/small_quote_back.gif) 0 0 no-repeat;
	padding: 20px;
	color: #999;
	font-size: 34px;
	text-align: center;
	width: 253px;
	float: right;
	margin: 0 0 20px 20px;
}

#columnCenter .bigQuote p, #columnCenter .smallQuote p {
	padding: 0 0 0 0;
}

#columnCenter .bigQuote p {
	font-size: 26px;
	line-height: 26px;
}

#columnCenter .smallQuote p {
	font-size: 34px;
	line-height: 34px;
}

#columnCenter .bigQuote a, #columnCenter .smallQuote a {
	color: #999;
	text-decoration: none;
}

#columnCenter .bigQuote a:hover, #columnCenter .smallQuote a:hover {
	color: #000;
}

/* Folded */
.foldedImg {
	float: left;
	width: auto;
}
.foldedImg img {
	padding: 0 10px 10px 0;
}

.foldedHide a {
	color: #999!important;
}

.foldedHide a:hover {
	color: #000!important;
}

.foldedHide {
	display: none;
	/*background: url(../images/big_folded_back.gif) 0 0 no-repeat;*/
	padding: 20px;
	font-size: 26px;
	/*text-align: center;*/
}

#opened .foldedHide {
	display: block;
	/*background: url(../images/big_folded_back.gif) 0 0 no-repeat;*/
	padding: 20px;
	font-size: 26px;
}

.foldedTrigger, #opened .foldedTrigger.opened {
	background: url(../images/folded_trigger_back.gif) 4px 0 no-repeat;
	text-align: right;
}

.foldedTrigger.opened, #opened .foldedTrigger {
	background: url(../images/folded_trigger_back.gif) 4px -24px no-repeat;
}

#columnCenter .folded p {
	padding-bottom: 15px;
}

#columnCenter .foldedTrigger {
	display: block;
	padding: 7px 80px 5px 0;
	font-size: 12px;
	color: #999;
	cursor: pointer;
	margin-bottom: 20px;
}

#columnCenter .foldedTrigger:hover {
	color: #000;
}

.closed .seen, .opened .hided, #opened .opened .seen, #opened .closed .hided {
	display: none;
}

.opened .seen, .closed .hided, #opened .closed .seen, #opened .opened .hided {
	display: block;
}

/* News */
.newsContent {
	padding-bottom: 15px;
}

#home .newsContent {
	padding-bottom: 0;
	position: relative;
}

.newsContentLink a {
	position: absolute;
	width: 256px;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	left: 0;
	top: 0;
	float: left;
}

.newsPagination {
	background: #d4d4d4 url(../images/pagination_back_twitter.gif) right top no-repeat;
	text-align: center;
	padding-right: 110px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	position: relative;
	margin-bottom: 17px;	
}

.newsPagination a {
	line-height: 30px;
	position: absolute;
	top: 0;
}

.newsPagination a.prev {
	padding-left: 11px;
	background: url(../images/arrow_prev_news.gif) 0 50% no-repeat;
	left: 10px;
}

.newsPagination a.next {
	padding-right: 11px;
	background: url(../images/arrow_next_news.gif) right 50% no-repeat;
	right: 115px;
}


.newsPagination a.newsRss {
	float: right;
	width: 60px;
	height: 30px;
	background: url(../images/icon_rss_grey.gif) center 10px no-repeat;
	text-indent: -9999px;
	right: 0;
}

.newsPagination a.newsTwitter {
	width: 60px;
	height: 46px;
	background: url(../images/retweet.gif) left bottom no-repeat;
	text-indent: -9999px;
	right: 40px;
	top: -22px;
}

.newsPagination a.newsTwitter:hover {
	background: url(../images/retweet.gif) left top no-repeat;
}


.newsCommentContainer {
	padding-top: 8px;
}

.newsComment {
	background: url(../images/big_quote_back.gif) 0 0 no-repeat;
	padding: 9px 15px 5px 39px;
}

.newsComment .userComment {
	font-size: 14px;
	float: left;
	width: 200px;
}

.newsComment .timeComment {
	font-size: 12px;
	color: #999;
	float: right;
	width: 200px;
	text-align: right;
}

#columnCenter .contentComment {
	font-size: 15px;
	line-height: 15px;
	font-style: italic;
	padding: 10px 0;
}

.commentForm {
	padding: 17px 30px;
	background: #f6f6f6;
	margin: 15px 0 20px 0;
}

.commentForm h4 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 13px;
}

.comCol1 {
	float: left;
	width: 276px;
}

.comCol2 {
	float: left;
	width: 156px;
}

.comCol3 {
	width: 100%;
}

.commentForm label {
	font-size: 14px;
	float: left;
	width: 60px;
}

.commentForm input.inpTxt, .commentForm textarea {
	margin-bottom: 5px;
	background: url(../images/comment_inp.gif) 0 0 no-repeat;
	padding: 2px;
	border: 1px solid #cfcfcf;
}

.comCol1 input.inpTxt {
	width: 196px;
}

.comCol2 input.inpTxt {
	width: 121px;
}

.comCol2 div {
	padding-left: 13px;
}

.comCol2 div.captchaImg {
	padding-left: 0px;
	padding-bottom: 4px;
}

.comCol2 div.captchaImg img {
	margin: 0px;
}

.comCol3 textarea {
	width: 359px;
	height: 67px;
}

span.red {
	font-weight: bold;
	color: #f00;
}

input.commentBtn {
	background: url(../images/comment_btn.gif) 0 0 no-repeat;
	width: 136px;
	color: #000;
	border: none;
	margin-left: 296px;
	padding-bottom: 10px;
	cursor: pointer;
}

/* Portofolio */
a.listView, a.gridView {
	width: 17px;
	height: 16px;
	float: left;
	position: absolute;
	top: 7px;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/portofolio_view.gif);
	background-repeat: no-repeat;
}

a.listView {
	right: 33px;
	background-position: 0 0;
}

a.listView:hover, a.listView.activated {
	background-position: 0 -16px;
}

a.gridView {
	right: 11px;
	background-position: 0 -32px;
}

a.gridView:hover, a.gridView.aactivated {
	background-position: 0 -48px;
}

.portofolioItem {
	background: url(../images/grey_box.gif) -1px -1px no-repeat;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #f6f6f6;
}

.grided .portofolioItem {
	float: left;
	width: 211px;
	padding: 8px 0 8px 23px;
	margin-right: 32px;
}

.listed .portofolioItem:hover, .grided .portofolioItem:hover {
	border-color: #ccc;
	cursor: pointer;
}

.listed .portofolioItem h3 {
	font-size: 16px;
	font-weight: normal;
}

.listed .portofolioItem {
	padding: 8px 13px 8px 8px;
}

.listed .portofolioImage {
	float: left;
	width: 124px;
	height: 124px;
	padding: 4px 18px 4px 4px;
	background: url(../images/portofolio_listed_img_back.gif) 0 0 no-repeat;
}

.grided .portofolioImage {
	width: 182px;
	height: 100px;
	float: none;
	background: url(../images/portofolio_grided_img_back.gif) 0 0 no-repeat;
	padding: 4px 18px 4px 4px;
}

.listed .portofolioImage a {
	width: 124px;
	height: 124px;
	overflow: hidden;
	float: left;
	display: block;
}

.grided .portofolioImage a {
	width: 182px;
	height: 100px;
	overflow: hidden;
	float: left;
	display: block;
}

.listed .portofolioDetailLine {
	background: url(../images/portofolio_line_back.gif) 0 bottom repeat-x;
}

.grided .portofolioDetailLine {
	display: none;
}

.listed .portofolioDetailLine span.date {
	position: absolute;
	right: 13px;
	top: 8px;
}

.listed .portofolioDetailLineLast {
	font-size: 12px;
	color: #ccc;
	text-align: right;
	padding-top: 3px;
}

.grided .portofolioDetailLineLast {
	display: none;
}

a.portofolioItemLink {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #f6f6f6;
	width: 504px;
	height: 148px;
}

a.dienstenItemLink {
	position: absolute;
	left: 0;
	top: 0;
	width: 497px;
	height: 150px;
	display: block;
}

a.dienstenItemLink:hover {
	background: url(../images/diensten_back.gif) 0 0 no-repeat;
}

.tx-jppageteaser-pi1 .greyBox:hover {
	cursor: pointer;
}

#columnCenter .tx-jppageteaser-pi1 .greyBox:hover a {
	color: #000;
}

.grided a.portofolioItemLink {
	width: 236px;
	height: 149px;
}

a.portofolioItemLink:hover, a.dienstenItemLink:hover {
	border-color: #ccc;
}

.listed .gridName {
	display: none;
}

span.shortDate {
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
	float: left;
	width: 45px;
	padding-top: 1px;
}

/* Team */
#teamMembers{
	padding-bottom: 20px;
}

.teamItem {
	background: url(../images/grey_box.gif) 0 0 no-repeat;
	float: left;
	width: 222px;
	padding: 8px 0 8px 30px;
	font-size: 13px;
}

.teamImage {
	width: 182px;
	height: 100px;
	background: url(../images/portofolio_grided_img_back.gif) 0 0 no-repeat;
	padding: 4px 18px 4px 4px;
	margin-bottom: 7px;
}

.teamImage.hovered {
	background: url(../images/portofolio_grided_img_back_hover.gif)
}

.teamImage a {
	width: 182px;
	height: 100px;
	display: block;
	float: left;
	overflow: hidden;
}

.teamItem h4 {
	color: #000;
}

#columnCenter .teamItem h3 a {
	color: #666;
}

#columnCenter .teamItem h3 a:hover, #columnCenter .teamItem:hover h3 a {
	color: #f00;
}

#teamCol {
	padding: 8px 4px 18px 4px;
}

.teamColImge {
	float: left;
	width: 46px;
	height: 46px;
	padding: 2px 7px 2px 2px;
	background: url(../images/team_col_back.gif) 0 0 no-repeat;
	margin-bottom: 5px;
}

.teamColImge a {
	float: left;
	width: 46px;
	height: 46px;
	overflow: hidden;
	display: block;
}

#slideshowContainer {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0 4px 5px 4px;
	position: relative;
}

#slideShow {
	width: 490px;
	height: 224px;
	overflow: hidden;
}

.pics {
	width: 490px;
	height: 224px;
	padding: 0;
	margin: 0;
	overflow: hidden
}

.pics img {
	width: 490px;
	height: 224px;
}

.teamQuote {
	background: url(../images/teamquote_back.gif) 0 0 no-repeat;
	padding: 20px;
	color: #999;
	font-size: 24px;
	text-align: center;
	width: 250px;
	float: right;
	margin: -71px 8px 10px 10px;
	z-index: 1000;
	position: relative;
}

a#prevSlide, a#nextSlide {
	position: absolute;
	float: left;
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	top: 9px;
	z-index: 1000;
}

a#prevSlide {
	background: url(../images/next_slide_back.png) 0 0 no-repeat;
	left: 9px;
}

a#nextSlide {
	background: url(../images/prev_slide_back.png) 0 0 no-repeat;
	right: 9px;
}

a#pauseSlide {
	background: url(../images/pause_slide_back.png) 0 0 no-repeat;
	width: 11px;
	height: 13px;
	float: left;
	position: absolute;
	display: block;
	left: 9px;
	bottom: 9px;
	text-indent: -9999px;
	z-index: 1001;
}

a#playSlide {
	background: url(../images/play_slide_back.png) 0 0 no-repeat;
	width: 11px;
	height: 13px;
	float: left;
	position: absolute;
	display: block;
	left: 9px;
	bottom: 9px;
	text-indent: -9999px;
	z-index: 1001;
	display: none;
}

/* Contact */
#contactTable { height:60px; width:495px; }
#contactTable th { background-color:#e7e7e7; height:10px; width:40%; text-align:right; }
#contactTable td { background-color:#f4f4f4; height:10px; width:60%; text-align:left; }

.tx-powermail-pi1 {
	padding: 0 0 20px 4px;
	font-size: 16px;
	font-family: Calibri,'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:bold;
	margin-right:10px;
}


.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 label {
	float: left;
	width: 206px;
}

.tx-powermail-pi1 input.powermail_text, textarea.powermail_textarea, .tx-powermail-pi1 .powermail_select {
	margin-bottom: 5px;
	padding: 0px;
	width: 260px;
	background: url(../images/comment_inp.gif) 0 0 no-repeat;
	border: none;
	border: 1px solid #ccc;
	margin-left:22px;
}
.tx-powermail-pi1 .powermail_select { width: 262px; }
.tx-powermail-pi1 input.powermail_text {
	height: 20px;
}

.tx-powermail-pi1 .powermail_mandatory_js {
	padding-left: 232px;
	font-size: 11px;
	color: #f00;
}

.tx-powermail-pi1 input.powermail_submit {
	background: url(../images/submit_btn.gif) 0 0 no-repeat;
	width: 133px;
	padding-bottom: 8px;
	color: #000;
	margin-left: 365px;
	border: none;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	height:28px;
}


.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html{
	padding-top: 3px;
}

.tx-lumogooglemaps-pi1 {
	padding-bottom: 20px;
}

.formSimple {
	margin-left: 4px;
}
.formSimple input {
	margin-bottom: 3px;
	padding: 2px;
	width: 200px;
	background: url(../images/comment_inp.gif) 0 0 no-repeat;
	border: none;
	border: 1px solid #ccc;
	margin-left:22px;
}
.formSimple .submit {
	background: url(../images/submit_btn.gif) 0 0 no-repeat;
	width: 133px;
	padding-bottom: 8px;
	color: #000;
	border: none;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	margin-left: 0px;
}


/* Search */
.tx-indexedsearch {
	padding: 0 4px;
}

.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
	display: inline;
}

input.tx-indexedsearch-searchbox-sword {
	border: 1px solid #ccc;
	padding: 4px 2px 3px 2px;
	background: url(../images/search_inp.gif) 0 0 no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

input.tx-indexedsearch-searchbox-button {
	border: 1px solid #ccc;
	padding: 3px 2px 2px 2px;
	background: #fff;
	vertical-align: middle;
	font-size: 13px;
	font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
}

#columnCenter .tx-indexedsearch p {
	padding-left: 0;
	padding-right: 0;
}

.tx-indexedsearch-browsebox strong {
	font-weight: normal;
	color: #000;
}

.tx-indexedsearch-res h3 {
	font-size: 16px;
}

ul.browsebox {
	height: 30px;
	text-align: center;
}

ul.browsebox li {
	display: inline;
	padding-right: 5px;
}

/* Sitemap */
#columnCenter ul li {
	padding: 0 0 5px 10px;
	list-style-type: disc;
	list-style-position: outside;
}

#columnCenter .csc-sitemap ul li ul {
	padding-bottom: 0;
	padding-top: 2px;
}

#columnCenter .csc-sitemap ul li {
	padding: 0 0 2px 0;
	list-style-type: none;
	list-style-position: inside;
}

#columnCenter .csc-sitemap ul li ul li {
	padding-left: 20px;
}

#columnCenter .csc-sitemap ul li a {
	background: #e9e9e9;
	border-bottom: 1px solid #dfdfdf;
	display: block;
	padding: 5px;
}

#columnCenter .csc-sitemap ul li ul li a {
	background: #fafafa;
	padding-left: 30px;
}

#columnCenter .csc-sitemap ul li a:hover {
	background: #dfdfdf;
}

#columnCenter ol li {
	list-style-type: decimal;
	padding-left: 6px;
}

#columnCenter ul, #columnCenter ol {
	font-size: 16px;
	line-height: 17px;
	padding-bottom: 15px;
	padding-left: 20px; 
}

#columnCenter ol {
	padding-left: 25px;
}

/* News archive */
table.newsTable {
	margin-bottom: 20px;
}

table.newsTable td {
	padding: 5px;
	font-size: 14px;
}

table.newsTable td h3, table.newsTable td h3 strong {
	font-weight: normal;
}

table.newsTable tr.odd td {
	background-color: #f4f4f4;
}

table.newsTable tr.odd.hoverLine td, table.newsTable tr.hoverLine td {
	background-color: #e9e9e9;
}

.tx-ttnews-browsebox {
	text-align: center;
	padding-bottom: 15px;
}

.tx-ttnews-browsebox-SCell {
	background-color: transparent !important;
}

/* Portofolio search */
/*
form.projSearch { padding: 5px;	background: #d4d4d4; margin: 0 3px 20px 3px; }
form.projSearch input.inpTxt { color: #999; padding: 2px 9px 5px 9px; font-size: 13px; font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif; background: url(../images/search_inp.gif) 0 0 no-repeat; width: 150px; border: none; vertical-align: middle; }
form.projSearch input.inpBtn { border: none; width: 22px; height: 22px; background: url(../images/search_btn.gif) 0 0 no-repeat; cursor: pointer; vertical-align: middle; }
*/

form.projSearch { width: 200px; height: 23px; background: #d4d4d4 url(../images/portfolio-search.png) no-repeat 0 0; text-align: right; padding-top: 9px; }
form.projSearch input { vertical-align: top; padding: 0; }
form.projSearch .inpTxt { color: #999; font-size: 13px; font-family: Calibri, 'Lucida Grande', Verdana, Arial, Sans-Serif; width: 155px; border: 0; background: none; }
form.projSearch .inpBtn { width: 22px; border: 0; background: none; cursor: pointer; margin-left: 10px; }

#columnCenter .special {
	background: #F6F6F6 none repeat scroll 0 0;
	margin: 0 4px 15px;
	padding: 8px;
	font-size: 16px;
	line-height: 24px;
}

#columnCenter h6 {
	background: #F6F6F6 none repeat scroll 0 0;
	margin: 0 4px 15px;
	padding: 14px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}


div.tx-felogin-pi1 form fieldset div {
	float: none !important;
	display: block !important;
	clear: both !important;
	width: auto;
}

div.tx-felogin-pi1 form fieldset div label {
	width: 120px !important;
	display: block !important;
	float: left;
	width: auto; 
}

	
#uid62{
	margin-left: 172px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}	
	
#uid64, #uid91{
	margin-left: 22px;
	margin-bottom: 5px;
}	
	
#uid70{
	margin-left: 22px;
	margin-bottom: 1px;
}
	
#uid71{
	margin-left: 22px;
	margin-bottom: 1px;
}	

#columnCenter .contenttable p {
	padding: 0 4px 3px;
}


div .tx_lumogooglemaps_pi1_infobox {
	font-size: 14px;
	height: 133px;
}

.gmapDir {
	font-size: 14px;
}

#contact .tx-powermail-pi1_fieldset_9 textarea {
	float: right;
	margin-top: -14px;
	margin-right: 4px;
}

/*newsbox for google alert news*/
.clientBox div.newsBoxAlert {padding:8px 8px 8px 5px;}
.clientBox div.newsBoxAlert ul { margin-top: 6px; overflow: hidden; width: 180px; list-style: none; border-top: 1px solid #ebebeb; }
.clientBox div.newsBoxAlert li { line-height: 18px; border-bottom: 1px solid #ebebeb;  }
.clientBox div.newsBoxAlert li a {display: block; text-decoration: none; color: #666666 !important;}
.clientBox div.newsBoxAlert li a:hover { background:transparent url(../images/addhover_back.jpg) no-repeat scroll 0 0; color:#FF0000 !important;}
.clientBox div.newsBoxAlert em { padding-bottom: 3px; display: block; cursor: pointer; font-size: 11px; font-style: normal; color: #9b9b9b;}

#columnCenter .portofolioDetailLine p.bodytext {line-height:24px; padding:0;font-size: 14px;}

body#miniworkshop table {margin-bottom:24px;}
body#miniworkshop table, body#miniworkshop table td {border:1px solid #EFEFEF;}
body#miniworkshop table th { background:transparent url(/fileadmin/images/menu_back.gif) repeat-x; color: white; text-align:left;}
body#miniworkshop table td.firstColumn {width:150px;}

body#miniworkshop .tx-powermail-pi1 div.powermail_radio_inner powermail_radio_inner_uid121_0 input#uid121_0 {margin-left:100px;}

body#miniworkshop .tx-powermail-pi1 #powermail_float_121, body#miniworkshop .tx-powermail-pi1 #powermail_float_175 {float:left; width: 211px;}
body#miniworkshop .tx-powermail-pi1 #powermail_float_121 p {padding:0px;}
body#miniworkshop .tx-powermail-pi1 #powermaildiv_uid105, body#miniworkshop .tx-powermail-pi1 #powermaildiv_uid128 {clear:both;}
body#miniworkshop .tx-powermail-pi1 #powermaildiv_uid128 {margin-bottom:10px;}
body#miniworkshop .tx-powermail-pi1 #powermail_float_128 p {padding:0px; margin-bottom:10px;}
body#miniworkshop .tx-powermail-pi1 .powermail_check_inner { margin-bottom:9px; }
body#miniworkshop .tx-powermail-pi1 #powermaildiv_uid244 { height:30px; }
body#miniworkshop .tx-powermail-pi1 #powermail_float_244 { width:210px; float:left;}
body#miniworkshop .tx-powermail-pi1 .powermail_radio_inner span { margin-left:5px; }
body#miniworkshop .tx-powermail-pi1 .powermail_radio_inner_uid244_0,
body#miniworkshop .tx-powermail-pi1 .powermail_radio_inner_uid244_1 { margin-top:5px; width:120px; float:left;}
body#miniworkshop .tx-powermail-pi1 .powermail_check_inner span {padding-left:4px; font-weight:normal;}
body#miniworkshop .tx-powermail-pi1 .powermail_check_inner powermail_check_inner_uid128_0 {margin-top:10px; margin-bottom:10px;}
body#miniworkshop .tx-powermail-pi1 #powermaildiv_uid129 {margin-bottom:10px; font-style:italic;}
body#miniworkshop .tx-powermail-pi1 .powermail_mandatory_js {padding-left:210px;}

body#miniworkshop #evaluatieformulier .tx_powermail_pi1_fieldwrap_html { color: #999; }
body#miniworkshop #evaluatieformulier .tx_powermail_pi1_fieldwrap_html_label { color: #666; clear: both; }
body#miniworkshop #evaluatieformulier label { width: 150px; }
body#miniworkshop #evaluatieformulier .tx_powermail_pi1_fieldwrap_html_date label { width: 155px; }
body#miniworkshop #evaluatieformulier .tx_powermail_pi1_fieldwrap_html_date input {	background: transparent url(../images/comment_inp.gif) no-repeat scroll 0 0; 	border:1px solid #CCCCCC;	height: 20px; }
body#miniworkshop #evaluatieformulier .jscalendar_cb { vertical-align: middle; }
body#miniworkshop .tx-powermail-pi1 input.powermail_text, body#miniworkshop textarea.powermail_textarea, body#miniworkshop .tx_powermail_pi1_fieldwrap_html_date input { padding:3px 5px 0; }
body#miniworkshop .tx-powermail-pi1 input.powermail_text, body#miniworkshop textarea.powermail_textarea {margin-left: 0;}
body#miniworkshop label {padding-top: 2px;}
span#uid175_1, span#uid175_0, span#uid121_0, span#uid121_1 {padding-left: 10px;}
#columnCenter p.tx_powermail_pi1_fieldwrap_html_radio_title {padding: 0 0 5px 0;}
body#miniworkshop .tx-powermail-pi1 input.powermail_submit {margin-left: 353px;}
body#miniworkshop .tx-powermail-pi1_fieldset_optioneelindienja > div { float: left; }
body#miniworkshop .tx-powermail-pi1_fieldset_optioneelindienja label { display: none; }
body#miniworkshop .tx-powermail-pi1_fieldset_optioneelindienja input { width: 100px; margin-left:0; margin-right:22px; } 
body#miniworkshop #uid152, body#miniworkshop #uid155, body#miniworkshop #uid158, body#miniworkshop #uid161 { width: 185px; }
#powermail_float_145 { display: none; }
#evaluatieformulier .tx_powermail_pi1_fieldwrap_html_radio { margin-left: 175px; }
#evaluatieformulier .tx_powermail_pi1_fieldwrap_html_radio > div  > p { display: none; }
#evaluatieformulier .powermail_radio_inner { display:block; float:left; margin-right:15px; }
#evaluatieformulier .powermail_radio_inner span { display:block; text-align:center; width:14px; }
body#miniworkshop #evaluatieformulier .tx_powermail_pi1_fieldwrap_html select {
	margin-bottom: 5px;
	padding: 0px;
	width: 272px;
	background: url(../images/comment_inp.gif) 0 0 no-repeat;
	border: none;
	border: 1px solid #ccc;
	margin-left:22px;
}
#evaluatieformulier fieldset { padding: 10px 0;}
#evaluatieformulier textarea { width: 310px; }

/* charity */

.tx-charity-pi1 {
	width:540px;
	}

.listcharity {
	background:url(../images/bg_doel.gif) no-repeat;
	border:1px solid #F6F6F6;
	width:204px;
	height:162px;
	float:left;
	margin-bottom:20px;
	padding:9px 15px 15px 15px;
	margin-right:32px;
	display:block;
	}
	
.listcharity .title {
	font-size:18px;
	height:37px;
	}	
	
.listcharity .image {
	width:212px;
	height:103px;
	background:url(../images/img_back.gif) no-repeat;
	padding:4px 3px 3px 4px;
	margin-top:4px;
	}	
	
.listcharity .image a img {
	width:201px;
	height:100px;
	}	

.listcharity .more {
	margin-top:4px;
	}
	
.listcharity .more a {
	font-size:12px;
	float:right;
	}
	
#columnCenter .tx-charity-pi1 .singlecharity .short h6 {
	width:467px;
	}

#columnCenter .tx-charity-pi1 .singlecharity .short h6 p {
	padding:0 4px;
}

#columnCenter .tx-charity-pi1 .singlecharity .image {
	float:right;
	margin-right:25px;
	}
	
#columnCenter .tx-charity-pi1 .singlecharity .image img {
	width:201px;
	height:100px;	
	margin:10px 17px 0 10px;
}

#columnCenter .tx-charity-pi1 .singlecharity .desc p.bodytext {
	width:500px;
	}	

#columnCenter .tx-charity-pi1 .singlecharity .vote img {
	margin-bottom:23px;
	}	
	
#columnCenter .tx-charity-pi1 .singlecharity .terug {
	background:#D4D4D4 url(../images/charity_pagination_back.gif) no-repeat scroll right top;
	font-size:14px;
	line-height:24px;
	margin-bottom:40px;
	padding-top:3px;
	width:500px;
	position:relative;
}

#columnCenter .tx-charity-pi1 .singlecharity .terug a {
	background:transparent url(../images/arrow_prev_news.gif) no-repeat scroll left 4px;
	margin-left:11px;
	padding-left:11px;
	}

.vote {
	line-height:24px;
	padding:0 4px 23px;
	}	
	
.votefor {
	font-size:16px;
	line-height:24px;
	padding:0 4px 23px;
	}	
	
.listcharity:hover {
border-color:#CCCCCC;
cursor:pointer;
}		
	
	
	/*form jubileum **/
	
body#jubileum table {margin-bottom:24px;}
body#jubileum table, body#miniworkshop table td {border:1px solid #EFEFEF;}
body#jubileum table th { background:transparent url(/fileadmin/images/menu_back.gif) repeat-x; color: white; text-align:left;}
body#jubileum table td.firstColumn {width:150px;}

body#jubileum #powermaildiv_uid192 label {width:50px;}
body#jubileum #powermaildiv_uid191 label {width:50px;}
body#jubileum #powermaildiv_uid202 {clear:both; margin-top:20px;}
input#uid192_0, input#uid192_1, input#uid192_0, input#uid191_1 {margin-top:2px;}
body#jubileum form#jubileum p, body#jubileum form#jubileum label {font-weight:normal;}
body#jubileum .tx-powermail-pi1 .powermail_mandatory_js {padding-left:231px;}


body#jubileum #columnCenter {
	position:relative;
}
	
body#jubileum #snorro {
	position:absolute;
	top:193px;
	left:-71px;
}

body#jubileum #columnCenter table.contenttable .snorro_programma p {
	padding-top:3px;
	padding-bottom:0px;
	padding-left:5px;
}

body#jubileum  .tx-powermail-pi1 {
background:transparent url(../images/grey_box.gif) no-repeat scroll -1px -1px;
border:1px solid #F6F6F6;
font-family:Calibri,'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:16px;
font-weight:bold;
margin-right:10px;
margin-top:-10px;
margin-bottom:20px;
padding:20px 0 20px 20px;
width:513px;
}

#frontTeaserLink {width:472px; height: 172px; position: absolute; display: block; float: left; z-index: 1000; top: 4px; left: 4px; background: url(../images/blank.gif) 0 0 repeat;}


div.tx-irfaq-pi1 p.bodytext { min-height: 45px; }
div.tx-irfaq-pi1 { margin-bottom: 33px; }
div.tx-irfaq-pi1 dl { margin: 0px 7px; }


fieldset#tx-powermail-pi1_fieldset_28 input { width: auto!important; }
fieldset#tx-powermail-pi1_fieldset_28 label { width: 181px; }
fieldset#tx-powermail-pi1_fieldset_28 { padding-bottom: 20px; border-bottom: 1px solid #D4D4D3; margin-bottom: 20px; }

/* MailTool */
#mailTool {
	padding: 0 4px;
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight:bold;
}

#mailTool ol { padding:0 !important; margin: 0; list-style: none; }

#mailTool label {
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding-right: 10px;
}

#mailTool input {
	padding: 3px;
	width: 168px;
	background: url(../images/comment_inp.gif) 0 0 no-repeat;
	border: none;
	border: 1px solid #ccc;
}

#mailTool textarea {
	padding: 3px;
	width: 418px;
	background: url(../images/comment_inp.gif) 0 0 no-repeat;
	border: none;
	border: 1px solid #ccc;
	height: 50px;
	overflow: auto;
}

#mailTool .inpBtnReset {
	background: url(../images/submit_btn.gif) 0 0 no-repeat;
	width: 133px;
	color: #000;
	margin: 0;
	border: none;
	cursor: pointer;
	font-size:12px;
	font-weight:bold;
	height: 28px;
        position: relative;
        right: -5px;
        vertical-align: top;
        padding-bottom: 9px;
}

#mailTool .error { padding:3px 0; font-size: 10px; font-style: italic; color: red; line-height: normal; text-align: right; }

#mailTool li {
	padding: 0 !important;
	margin-bottom: 5px;
	display: inline;
	list-style: none !important; 	
}

#mailTool li.name { width: 250px; float: left; }
#mailTool li.name .error { padding-right: 10px; }
#mailTool li.mail { width: 235px; float: right; text-align: right; }

#mailTool li.company { float: left ; width: 246px; clear: left; text-align: right; }
#mailTool li.company label { text-align: left; }
#mailTool li.company input { width: 133px; }
#mailTool li.company .error { padding-right: 10px; }

#mailTool li.telephone { float: right; width: 235px; text-align: right; }
#mailTool li.telephone input { width: 108px; }

#mailTool li.name label, #mailTool li.message label { width: 60px; text-align: left; }

#mailTool li.message { text-align: right; clear: both; display: block; }
#mailTool li.message label { padding: 0; }

#mailTool li.last { text-align: right; float: none; display: block; }


/*
 * Portfolio Small
 */
.portfolio-small a { display: inline-block; overflow: hidden; width: 184px; height: 40px; background: url(../images/portfolio-small.png) no-repeat 0 0; position: relative; color: #666 !important; font: 12px/16px Calibri, Arial, sans-serif; margin-bottom: 5px; }
.portfolio-small a { display: block; }
.portfolio-small a:hover, .portfolio-small a:focus { background-position: 0 -40px; }
.portfolio-small .image { display: block; width: 28px; height: 28px; overflow: hidden; position: absolute; top: 6px; left: 6px; } 
.portfolio-small .content { display: block; margin-left: 44px; padding-top: 4px; } 
.portfolio-small .title { display: block; font-size: 13px; color: #f00; } 

.specialTxt { position: absolute; left: 11px; top: 0; display: block; line-height: 30px; }
/* Thickbox fix*/
#TB_ajaxContent { overflow:hidden !important; }

/* New footer */
#newFooter {
	position: relative;
	background: url(../images/newfooter_back.gif) 0 0 repeat-x;
	height: 114px;
	margin-top: -114px;
}

#newFooterContainer {
	margin: 0 auto;
	width: 962px;
	padding-top: 16px;
}

.newFooterLine {
	min-height: 74px;
	height: auto;
}

#cmsLogos {
	float: left;
	width: 276px;
}

#cmsLogos a {
	float: left;
	padding-right: 16px;
}

#newFooterNews {
	float: left;
	width: 447px;
	color: #999;
	line-height: 23px;
	margin-top: -2px;
}

#newFooterNews a {
	color: #666;
	text-decoration: none;
}

#newFooterNews a:hover {
	text-decoration: underline;
}

#newFooterSocial {
	float: right;
	width: 200px;
	padding-left: 36px;
}

#newFooterSocial a {
	color: #4e4e4f;
	text-decoration: none;
	float: left;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 8px 24px;
}

#newFooterSocial a:hover {
	text-decoration: underline;
}

a.enlang {
	background-image: url(../images/icon_en.gif);
}

a.nllang {
	background-image: url(../images/icon_nl.gif);
}

a.twitter {
	background: url(../images/icon_twitter.gif);
}

a.linkedin {
	background: url(../images/icon_linkedin.gif);
}

a.rssnews {
	background: url(../images/icon_rssfooter.gif);
}

#newFooterSocial a.nllang:hover, #newFooterSocial a.enlang:hover {
	text-decoration: underline;
}

#followUs {
	position: absolute;
	left: -1px;
	top: -27px;
	display: none;
}

.newFooterSocialItem {
	float: left;
	width: 136px;
	position: relative;
	padding-top: 2px;
}

#newFoooterBottom {
	text-align: center;
	color: #fff;
	background-color: transparent;
}

#newFoooterBottom a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#newFoooterBottom a:hover {
	text-decoration: underline;
}

#newFooterNews .newsFooterNewsItem p { width: auto; float: left; }

.rk_video {
	margin-bottom: 20px;
}
#newFooterNews .newsFooterNewsItem { display: block; clear: both; }
