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,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;line-height:normal;outline:none;}table{width:100%;border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}strong{font-weight:bold}

body {
	background-color: #E9E9E9;
	background-image: url(../images/background.gif);
	text-shadow: #FFF 0px 1px 0px;
}

body, h2 {
	font-size: 13px;
}

body,input,textarea {
	font-family: /*'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight',*/'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

a {
	color: #0066CC;
}

div.ie {
	_height: 30px;
	_background-color: #FFF;
	_line-height: 30px;
	_font-size: 11px;
	_text-align: center;
}

div.container {
	width: 960px;
	margin: 41px auto 0px auto;
	display: table;
}

div.left {
	width: 170px;
	float: left;
	position: relative;
}

div.left a.logo {
	width: 100%;
	height: 94px;
	display: block;
	margin: 21px 0px 31px 0px;
	background-image: url(../images/left/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -2000px;
}

div.left ul li {
	width: 100%;
	height: 30px;
	background-position: 15px center;
	background-repeat: no-repeat;
}

div.left ul li a {
	display: block;
	padding-left: 45px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

div.left ul li.welkom {
	background-image: url(../images/left/icon_welkom.gif);
}

div.left ul li.folies {
	background-image: url(../images/left/icon_folies.gif);
}

div.left ul li.contact {
	background-image: url(../images/left/icon_contact.gif);
}

div.left ul li.active {
	border-left: 1px solid #DDD;
	background-color: #FFF;
}

div.right {
	width: 790px;
	float: left;
}

div.right h1 {
	font-size: 18px;
	font-weight: bold;
}

div.right div.header {
	height: 146px;
	background-image: url(../images/right/header/background.png);
	text-indent: -2000px;
}

div.right div.page div.block {
	padding: 30px;
	border: 1px solid #DDD;
	border-top: none;
	background-color: #FFF;
}

div.right div.page div.block,
div.right div.page div.block h2,
div.right div.page div.block h3,
div.right div.page div.block p {
	color: #333;
}

div.right div.page div.block.intro {
	border-bottom: 3px double #DDD;
}

div.right div.page div.block.intro p {
	line-height: 18px;
	font-size: 14px;
}

div.page div.block.intro a {
	width: 199px;
	height: 93px;
	margin: -15px 0px 15px 40px;
	display: block;
	float: right;
	background-image: url(../images/controllers/welkom/folies.gif);
	text-indent: -2000px;
}

div.right div.page div.block h2 {
	font-weight: bold;
	font-size: 14px;
}

div.right div.page div.block p {
	margin-bottom: 15px;
	line-height: 16px;
}

div.right div.page div.block p:last-child {
	margin-bottom: 0px;
}

div.right div.page div.block.grey {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #F5F5F5;
	background-image: url(../images/background_page_grey.gif);
	background-repeat: repeat-x;
}

div.right div.page div.block div.columns {
	width: 100%;
	display: table;
}

div.right div.page div.block div.columns div.column {
	width: 345px;
	float: left;
	display: table;
}

div.right div.page div.block div.columns div.column.left {
	margin-right: 30px;
}

/* 
  ---------------------------------------------------------------------------------
    FIELDS
  ---------------------------------------------------------------------------------
*/

table.fields {
	width: 100%;
}

table.fields tr th,
table.fields tr td {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #CCC;
}

table.fields tr:hover th,
table.fields tr:hover td {
	background-color: #F2F2F2;
}

table.fields tr:last-child th,
table.fields tr:last-child td {
	border: none;
}

table.fields tr th {
	width: 150px;
	font-weight: bold;
}

table.fields tr td input.text,
table.fields tr td textarea {
	width: 250px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #CCC;
}

table.fields tr td textarea {
	height: 100px;
}

table.fields tr td input.text {
	height: 26px;
}

table.fields tr td div.field_with_errors input.text {
	border-color: red;
}

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


div.footer {
	padding: 30px 0px 30px 170px;
	clear: both;
}

div.footer ul {
	width: 100%;
	display: block;
}

div.footer ul li {
	margin: 0px 30px 0px 30px;
	font-size: 12px;
}

div.footer ul li,
div.footer ul li a {
	color: #666;
}

div.footer ul li.copyright {
	margin-right: 0px;
	float: right;
}

div.footer ul li.copyright p.webics {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #CCCCCC;
	font-size: 9px;
}

div.footer ul li.copyright p.webics a {
	color: #666666;
	text-decoration: none;
}

div.footer ul li.copyright p.webics a:hover {
	text-decoration: underline;
}

div.footer ul li.address {
	padding-left: 90px;
	background-image: url(../images/footer/background.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.footer ul li.address,
div.footer ul li.contact {
	margin-right: 15px;
	float: left;
}

div.footer ul li.contact span {
	color: #999;
}


div.page div.block.partners p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDD;
}

div.page div.block.partners ul {
	margin-top: 15px;
}

div.page div.block.partners ul li {
	padding: 15px 15px 15px 0px;
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #CCC;
	background-position: right center;
	background-repeat: no-repeat;
}

div.block.partners ul li:last-child {
	padding-bottom: 0px;
	border: none;
}

div.page div.block.partners ul li strong {
	color: #666;
}

body#controller_welkom div.page div.block.partners ul li {
	padding-right: 155px;
}

body#controller_welkom div.page div.block.partners ul li a {
	font-weight: bold;
}

body#controller_welkom div.page div.block.partners ul li.profil {
	background-image: url(../images/controllers/welkom/profil.gif);
}

body#controller_welkom div.page div.block.partners ul li.rubo {
	border-top: none;
	background-image: url(../images/controllers/welkom/rubo.gif);
}

body#controller_welkom div.page div.block.partners ul li.profil {
	background-image: url(../images/controllers/welkom/profil.gif);
}

body#controller_welkom div.page div.block.partners ul li.colormatics {
	background-image: url(../images/controllers/welkom/colormatics.gif);
}

body#controller_welkom div.page div.block.partners ul li.portal {
	background-image: url(../images/controllers/welkom/portal.gif);
}

body#controller_welkom div.page div.block.sk {
	background-color: #E5EFF5;
	background-image: url(../images/controllers/welkom/background-sk.png);
}

body#controller_welkom div.page div.block.sk p {
	margin-right: 300px;
}

body#controller_foils div.page div.block.search {
	text-align: center;
	padding-bottom: 60px;
}

body#controller_foils div.page div.block.search input.search {
	width: 165px;
	height: 34px;
	line-height: 34px;
	padding: 0px 0px 0px 35px;
	border: none;
	background-image: url(../images/controllers/folies/background_search.gif);
	font-size: 20px;
	outline: none;
}

body#controller_foils div.page div.block.search input.inactive {
	font-size: 12px;
	color: #666;
}

body#controller_foils div.page div.block.results {
	padding-top: 20px;
}

body#controller_foils div.page ul.categories {
	display: table;
	position: absolute;
	margin: -30px 0px 0px 280px;
}

body#controller_foils div.page ul.categories li {
	height: 30px;
	float: left;
	margin-right: 2px;
	padding: 0px 15px 0px 15px;
	background-color: #ECECEC;
	line-height: 30px;
}

body#controller_foils div.page ul.categories li.active {
	margin-top: -10px;
	padding-top: 10px;
	background-color: #DDD;
}

body#controller_foils div.page ul.categories li.active a {
	color: #000;
}

body#controller_foils div.page div.block.results div#results_empty,
body#controller_foils div.page div.block.results div#results_empty * {
	text-align: center;
}

body#controller_foils div.page div.block.results ul.items {
	width: 100%;
	display: table;
	border-bottom: 1px solid #CCC;
}

body#controller_foils div.page div.block.results ul.items:last-child {
	border-bottom: none;
}

body#controller_foils div.page div.block.results ul.items li.item {
	width: 350px;
	display: table;
	position: relative;
	margin: 10px 10px 10px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
	border-right: 1px solid #CCC;
}

body#controller_foils div.page div.block.results ul.items li.item:last-child {
	margin-right: 0px;
	border-right: none;
}

body#controller_foils div.page div.block.results ul.items li.item div.description {
	width: 200px;
	float: right;
	margin-right: 20px;
}

body#controller_foils div.page div.block.results ul.items li.item div.description h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

body#controller_foils div.page div.block.results ul.items li.item div.description h3 strong {
	padding: 2px 3px 2px 4px;
	float: right;
	background-color: #666;
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
	font-size: 14px;
	letter-spacing: 2px;
	-webkit-border-radius: 6px;
}

body#controller_foils div.page div.block.results ul.items li.item div.ral {
	width: 125px;
	height: 100px;
}

body#controller_foils div.page div.block.results ul.items li.item ul {
	width: 100%;
	display: table;
}

body#controller_foils div.page div.block.results ul.items li.item ul li {
	padding: 4px 2px 4px 2px;
	border-bottom: 1px solid #DDD;
	font-size: 12px;
}

body#controller_foils div.page div.block.results ul.items li.item ul li:hover {
	background-color: #FFF;
}

body#controller_foils div.page div.block.results ul.items li.item ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

body#controller_foils div.page div.block.results ul.items li.item ul li span,
body#controller_foils div.page div.block.results ul.items li.item ul li div.product {
	padding-top: 2px;
	color: #666;
	font-size: 11px;
}

body#controller_foils div.page div.block.results ul.items li.item ul li span {
	float: right;
}

body#controller_foils div.page div.block.results ul.items li.item ul li div.foil,
body#controller_foils div.page div.block.results ul.items li.item ul li div.foil span {
	font-weight: bold;
}

body#controller_foils.action_show div.page div.block.foil h1 {
	margin-bottom: 10px;
}

body#controller_foils.action_show div.page div.block.foil div.ral {
	float: left;
	height: 200px;
}

body#controller_foils.action_show div.page div.block.foil span.ral {
	padding: 2px 3px 2px 4px;
	float: right;
	background-color: #666;
	color: #FFF;
	text-shadow: #000 0px 1px 0px;
	font-size: 16px;
	letter-spacing: 2px;
	-webkit-border-radius: 6px;
	font-weight: bold;
}

body#controller_foils.action_show div.page div.block.image div {
	width: 700px;
	height: 200px;
	margin: 0px auto;
	border-radius: 10px;
}