/* ------------------------------------------------------ */
/* Copyright 2010 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("form.css");
/* 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;
	vertical-align:baseline;
}
:focus { outline:0; }
body {
	line-height:1;
	color:black;
	background:white;
}
ol, ul { list-style:none; }
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:""""; }
/* Clearfix  */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* Basic structure -------------------------------------- */
/* ------------------------------------------------------ */

body {
	font: 62.5% Tahoma, Geneva, sans-serif;
	background: transparent url(/images/bg/body.png) repeat-x;
	color:#555;
}
#container {
	position: relative;
	width: 966px;
	margin: 0 auto;
	font-size:1.2em;
	line-height:1.4em;
}
#main {
	float: left;
	width: 966px;
	margin-top: 180px;
	z-index:9;
}
#inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
#content {
	float: left;
	width:670px;
	position: relative;
}
#header {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	overflow:hidden;
	left: 0;
	top: 0;
	width: 100%;
	height:185px;
	z-index:10;
}
#footer {
	clear: both;
	position: relative;
}
#sidebar {
	float: right;
	position: relative;
	width:272px;
}
/* Elements --------------------------------------------- */
/* ------------------------------------------------------ */

a {
	text-decoration:none;
	cursor:pointer;
}
strong { font-weight:700; }
em { font-style:italic; }
h1, h2 {
	font-size:1.5em;
	padding:0.5em 0;
	font-weight:700;
	color:#002C59;
}
.contents h1, .contents h2 { padding:0.5em 0 1em; }
.home h1, .home h2 { padding:0.5em 0; }
h3 {
	font-size:1.2em;
	font-weight:700;
}
#sidebar h3 a {
	color:#FFF;
	background-color:#C36;
	display:block;
	margin-right:1.1em;
	background: transparent url(/images/bg/h3_link.png) no-repeat right top;
}
#content p {
	padding-bottom:1.4em;
	line-height:1.6em;
}
.contentblock table { padding-bottom:1.4em; }
.contents a, .contentblock a {
	color:#E00019;
	border-bottom:1px solid #CDCDCD;
}
.contents a:hover, .contentblock a:hover { border-bottom:1px solid #E00019; }
.readmore {
	display:inline-block;
	background: transparent url(/images/bg/more_left.png) no-repeat left 1px;
	padding-left:15px;
	color:#FFF;
}
.readmore span {
	display:inline-block;
	padding:0.3em 40px 0.3em 0;
	background: transparent url(/images/bg/more_right.png) no-repeat right 1px;
}
.readprev {
	display:inline-block;
	background: transparent url(/images/bg/prev_left.png) no-repeat left 1px;
	padding-left:24px;
	color:#FFF;
}
.readprev span {
	display:inline-block;
	padding:0.3em 20px 0.3em 15px;
	background: transparent url(/images/bg/prev_right.png) no-repeat right 1px;
}
.contentblock ul {
	list-style:none inside !important;
	padding:0 0 1.4em 0;
}
.contentblock ul li {
	line-height:1.6em;
	background-image: url(/images/bg/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	padding:0 0 0.5em 2em;
}
.contentblock ol {
	padding:0em 0em 1.4em 1.6em;
	line-height:1.6em;
}
.contentblock ol li { list-style:decimal; }
/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}
.ui-corner-tr {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
.ui-corner-bl {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.ui-corner-br {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.ui-corner-top {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
.ui-corner-bottom {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.ui-corner-right {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.ui-corner-left {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.ui-corner-all {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.qtip { margin-top:2px; }
.qtip-content { font-size:1.2em; }
iframe { margin-bottom:1.4em; }
/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

.logo {
	position:absolute;
	top:10px;
	left:0;
	outline:none;
}
/* Nav -------------------------------------------------- */
/* ------------------------------------------------------ */

#nav {
	position:absolute;
	width:1000px;
	top:89px;
	left:250px;
	font-size:1.2em;
	font-weight:700;
}
#nav li {
	height:50px;
	float:left;
	margin-left:5px;
}
#nav a {
	height:50px;
	display:block;
	padding:1em 1.2em 0 1.2em;
	line-height:20px;
}
#nav a { color:#FFF; }
#nav li:hover { background: transparent url(/images/bg/nav_hover_right.png) no-repeat right top; }
#nav li:hover a { background: transparent url(/images/bg/nav_hover_left.png) no-repeat left top; }
#nav .selected { background: transparent url(/images/bg/nav_up_right.png) no-repeat right top; }
#nav .selected a { background: transparent url(/images/bg/nav_up_left.png) no-repeat left top; }
/* Shortcut --------------------------------------------- */
/* ------------------------------------------------------ */

#shortcut {
	font-size:1.1em;
	position:absolute;
	top:0px;
	right:160px;
	height:45px;
	background: #F3F3F3 url(/images/bg/shortcut_left.png) no-repeat;
}
#shortcut ul {
	padding-left:1.7em;
	height:45px;
	background: transparent url(/images/bg/shortcut_right.png) no-repeat right top;
}
#shortcut li {
	float:left;
	margin:1em 1.7em 0 0;
}
#shortcut a { color:#5D5D5D; }
#shortcut a:hover, #shortcut .selected { color:#E41713; }
/* Slideshow -------------------------------------------- */
/* ------------------------------------------------------ */

#slideshow {
	position:absolute;
	top:0;
	left:0;
	height:375px;
	width:660px;
	overflow:hidden;
}
.slideshow-nav {
	position:absolute;
	bottom:5px;
	left:13px;
	z-index:100;
}
.slideshow-nav a {
	padding:1em 0.8em;
	display:block;
	float:left;
	background:transparent url(/images/bg/slide_nav.png) no-repeat center center;
	color:#CDCDCD;
	font-weight:700;
}
.slideshow-nav .activeSlide {
	display:block;
	float:left;
	color:#FFF;
	background:transparent url(/images/bg/slide_nav_selected.png) no-repeat center center;
}
/* Lanswitch -------------------------------------------- */
/* ------------------------------------------------------ */

#lan {
	font-size:1.1em;
	position:absolute;
	top:0px;
	right:0;
	display:block;
	height:45px;
	width:139px;
	background: url(/images/bg/lan_bottom.png) no-repeat right bottom;
}
#lan div {
	font-size:1em;
	height:30px;
	padding:0.4em 1.3em 0.0em;
	width:139px;
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:#D1D1D1 url(/images/bg/lan_icon.png) no-repeat 106px 26px;
}
#lan:hover div { background:#D1D1D1 url(/images/bg/lan_icon_hover.png) no-repeat 106px 26px; }
#lan ul {
	position:absolute;
	top:-1000px;
	left:0;
	z-index:10;
	display:block;
	width:139px;
	padding-bottom:12px;
	background: transparent url(/images/bg/lan_bottom.png) no-repeat left bottom;
}
#lan li {
	display:block;
	padding:0.2em 1.3em;
	width:140px;
	background: #D1D1D1;
}
#lan div p { line-height:1.2em; }
#lan div strong { color:#FFF; }
#lan li a {
	padding-left:2em;
	color:#000;
	font-weight:700;
}
#lan li a:hover { color:#E41713; }
#lan .first { padding-top:1em; }
#lan-en a { background: transparent url(/images/icon/lan_en.png) no-repeat left center; }
#lan-nl a { background: transparent url(/images/icon/lan_nl.png) no-repeat left center; }
#lan-tr a { background: transparent url(/images/icon/lan_tr.png) no-repeat left center; }
#lan-pl a { background: transparent url(/images/icon/lan_pl.png) no-repeat left center; }

/* Subnav ----------------------------------------------- */
/* ------------------------------------------------------ */
.subnav {
	position:absolute;
	top:0;
	left:4px;
	height:34px;
	overflow:hidden;
}
.subnav li {
	float:left;
	background: transparent url(/images/tabs/left.png) no-repeat left top;
	padding-left:12px;
}
.subnav li a {
	display:block;
	color:#003A5A;
	background: transparent url(/images/tabs/right.png) no-repeat right top;
	padding:11px 17px 4px 2px;
}
.subnav li:hover, .subnav .selected { background-image: url(/images/tabs/left_on.png); }
.subnav li:hover a, .subnav .selected a {
	color:#E41713;
	background-image:url(/images/tabs/right_on.png);
}
/* Footer ----------------------------------------------- */
/* ------------------------------------------------------ */

#footer-inner {
	position: relative;
	width: 966px;
	margin: 0 auto;
	line-height:1.8em;
}
#footer-top {
	background: transparent url(/images/bg/footer_top.png) no-repeat 5px top;
	height:25px;
}
#footer-content {
	font-size:1.2em;
	margin-left:5px;
	background: transparent url(/images/bg/footer_content.png) repeat-y 0 top;
	padding:0px 40px;
}
#footer-content > div {
	float:left;
	width:340px;
}
#footer-content .newsletter { width:250px; }
#footer-content .last {
	text-align:right;
	float:right;
	width:200px;
	line-height:2.2em;
}
#footer-bottom {
	font-size:1.8em;
	text-align:center;
	border-top:3px solid #E41715;
	height:45px;
}
#footer-bottom p {
	display:block;
	margin-top:3px;
	padding:0.6em 0;
	background-color:#003A5A;
}
#footer-bottom a { color:#FFF; }
#footer-content .last a {
	color:#707070;
	padding-bottom:0.1em;
	border-bottom:1px solid #CDCDCD;
}
#footer-content .last a:hover, #footer-content .last .selected {
	color:#E41713;
	border-bottom:1px solid #E41713;
}
.footer-last {
	height:25px;
	background: transparent url(/images/bg/footer_last.png) repeat-y 5px top;
}
.tweet {
	width:252px !important;
	background: transparent url(/images/bg/tweet_top.png) no-repeat left top;
	margin-bottom:1em;
}
.eq1 {
	position:relative;
	padding-bottom:2em;
}
.footer-button {
	position:absolute;
	left:0;
	bottom:0;
}
.tweet p a {
	color:#E00019;
	text-decoration:underline;
}
.tweet h2 {
	display:block;
	height:32px;
}
.tweet p {
	display:block;
	background:#DFDFDF url(/images/bg/tweet_bottom.png) no-repeat left bottom;
	padding:0 1em 1em 1em;
}
/* Sidebar blocks --------------------------------------- */
/* ------------------------------------------------------ */

.block, .quote { margin-bottom:2.4em; }
.block .top {
	min-height:25px;
	display:block;
	background: transparent url(/images/bg/block_top.png) no-repeat;
	color:#FFF;
	padding:1em 0 0 1em;
}
.block .contents {
	background-color:#E9E9E9;
	padding:1em 1em 0.1em;
}
.block .bottom { background: transparent url(/images/bg/block_bottom.png) no-repeat left bottom; }
.social-networks { padding:0.5em; }
.social-networks li {
	display:block;
	float:left;
	height:39px;
	width:39px;
	margin-right:2em;
	background-image: url(/images/bg/social-networks.png);
}
.social-networks .last { margin-right:0; }
.social-networks li a {
	display:block;
	height:39px;
	width:39px;
	text-indent:-9999px;
	outline:none;
	border:0;
}
.social-networks li a:hover { border:0; }
.twitter { background-position:-78px 0; }
.hyves { background-position:-39px 0; }
.youtube { background-position:-117px 0; }
.prices .odd a, .prices .even a, .prices .last a {
	display:block;
	color:#FFF;
	width:272px;
	float:left;
	display:block;
}
.prices a:hover { font-weight:700; }
.prices .odd { background:#7F96AC; }
.prices .even { background:#33577B; }
.prices .last { background: transparent url(/images/bg/prices_bottom.png) no-repeat left bottom; }
.block .odd a:hover, .block .even a:hover { background: transparent url(/images/bg/prices_selected.png) no-repeat left bottom; }
.prices a:hover .title, .prices a:hover .local { border-right:1px solid #E4475A; }
.block .odd span, .block .even span { padding:0.3em 0 0.3em 12px; }
.prices, .block .top, .quote .top { font-family:Arial, Helvetica, sans-serif; }
.prices span {
	display:block;
	float:left;
}
.prices .top { background: transparent url(/images/bg/prices_top.png) no-repeat; }
.prices .title { width:90px; }
.prices .local { width:56px; }
.prices .mobilelegend {
	font-weight:normal;
	font-size:0.85em;
}
.prices .locallegend {
	width:68px;
	font-weight:normal;
	font-size:0.85em;
}
.prices .titlelegend {
	width:130px;
	font-size: 0.85em;
}
.prices .odd .title, .prices .odd .local { border-right:1px solid #A3B3C3; }
.prices .even .title, .prices .even .local { border-right:1px solid #6C86A0; }
.prices .odd .title { padding-left:40px; }
.prices .even .title { padding-left:40px; }
.prices .last .title { padding-left:40px; }
.prices .last a {
	border-top:1px solid #6C86A0;
	padding:0.7em 1em 0.8em;
	font-weight:700;
	cursor: pointer;
}
.prices .info {
	font-style: italic;
	color: #FFF;
	padding:0.7em 0.8em 0.5em;
	font-size:0.8em;
}
.prices .last a:hover { text-decoration:underline; }
.quote .top {
	min-height:25px;
	display:block;
	background: transparent url(/images/bg/block_top.png) no-repeat;
	color:#FFF;
	padding:1em 0 0 0;
}
.quote h3 {
	line-height:1.2em;
	display:block;
	text-align:center;
	margin:0;
}
.even, .last, .odd { position:relative; }
.even img, .last img, .odd img {
	position:absolute;
	top:4px;
	left:10px;
}
.prices-content {
	border:1px solid #F1F1F1;
	width:100%;
}
.prices-content .odd { background-color:#E9E9E9; }
.prices-content .odd .col2 { background-color:#DBE1E8; }
.prices-content .even { background-color:#FFF; }
.prices-content .even td { color:#003959; }
.prices-content td {
	padding:0.5em 1em;
	color:#646464;
}
/* Content styles --------------------------------------- */
/* ------------------------------------------------------ */

.contentblock .top {
	height:25px;
	background:transparent url(/images/bg/contents_top.png) no-repeat;
}
.home .contentblock .contents {
	padding:0;
	float:right;
	width:510px;
	background:none;
	margin-bottom:1em;
}
.with-subnav .top { background:transparent url(/images/bg/contents_top_subnav.png) no-repeat; }
.fullscreen .top { background:transparent url(/images/bg/contents_top_subnav_fullscreen.png) no-repeat !important; }
.nosubnav .top { background:transparent url(/images/bg/contents_top_fullscreen.png) no-repeat !important; }
.contentblock .contents {
	padding:0 3em;
	background:transparent url(/images/bg/contents_repeat.png) repeat-y;
}
.contentblock .bottom {
	height:45px;
	background:transparent url(/images/bg/contents_bottom.png) no-repeat;
}
.contentblock {
	position:relative;
	z-index:11;
}
.home .contentblock { margin-top:420px; }
.margin-top { margin-top:32px; }
.home .contentblock .bottom { display:none; }
#globe {
	position:absolute;
	top:0;
	left:5px;
}
.fullscreen { width:968px; }
.fullscreen .top { background:transparent url(/images/bg/contents_top_fullscreen.png) no-repeat; }
.fullscreen .contents { background:transparent url(/images/bg/contents_repeat_fullscreen.png) repeat-y; }
.fullscreen .bottom { background:transparent url(/images/bg/contents_bottom_fullscreen.png) no-repeat; }
/* Gallery ---------------------------------------------- */
/* ------------------------------------------------------ */

.gallery, .category {
	list-style:none none outside !important;
	padding:0 !important;
}
.gallery li, .category li {
	padding:0 !important;
	background:none;
}
.gallery { margin:3em 0 0 0 !important; }
.gallery li {
	float:left;
	margin-right:1.1em;
	margin-bottom:1em;
}
.gallery img { border:2px solid #C4CED9; }
.gallery img.selected { border:2px solid #E41715; }
.gallery-photo img { border:10px solid #F1F3F6; }
.gallery a, .gallery a:hover, .gallery-photo-side a, .gallery-photo-side a:hover { border:none; }
.gallery-photo-side {
	position:absolute;
	top:0;
	right:0;
	width:260px;
}
.download {
	position:absolute;
	bottom:0;
	left:240px;
}
.prev-next {
	position:relative;
	padding:0.7em 5px 0;
	display:block;
	width:610px;
}
.prev-next a {
	border:none !important;
	color:#FFF;
}
.prev-next div {
	position:absolute;
	top:0.7em;
	right:5px;
}
.gallery-photo { position:relative; }
.gallery-blank {
	position:absolute;
	top:0;
	left:0;
}
.category li {
	float:left;
	margin:0 2em 2em 0;
}
.category a, .category a:hover {
	border:none;
	display:block;
	width:112px;
	background:#003B5C;
	padding:2px;
}
.category a, .category a:hover {
	border:none;
	display:block;
	width:110px;
	background:#003B5C;
	padding:2px;
	color:#FFF;
}
.category a:hover { background:#E41715; }
.category li span {
	display:block;
	margin:0.5em 0.5em;
}
.banner {
	margin:1.4em 0;
	border:none !Important;
}
/* List Overviews --------------------------------------- */
/* ------------------------------------------------------ */

.list-overview h4 {
	display:block;
	height:36px;
	background-image: url(/images/item/list_overview_header.png);
	background-repeat: no-repeat;
	font-weight:700;
	padding:0.7em 0 0 0.9em;
	color:#333;
	overflow:hidden;
}
h4.full, .full h4 { background-image: url(/images/item/list_overview_header-full.png); }
.list-overview div {
	float:left;
	width:190px;
	margin:0 1.1em 0.5em 0;
}
.list-overview .big { width:380px; }
.list-overview .full { width:600px; }
.list-overview li {
	position:relative;
	line-height:1.4em !important;
	border-bottom:1px dotted #CCC;
	background-image: url(/images/bg/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding-left:2em !important;
	padding-bottom:0.3em !important;
}
.bordertop {
	border-top:1px dotted #CCC;
	padding-top:4px !important;
}

.list-overview li var {
	position:absolute;
	right:0;
	width:50px;
	font-style:normal;
}
.bigvar { width:450px !important; }
.bigvar a { color:#E00019 !important; }
.bigvar a:hover { text-decoration:underline !important; }
.list-overview li a {
	border:none;
	color:#555555;
}
.list-overview li a:hover {
	border:none;
	color:#E00019;
}
.list-overview .last { margin-right:0; }
.list-overview li { margin-bottom:0.3em; }
.two-columns { margin-bottom:1em; }
.two-columns div {
	float:left;
	width:299px;
}
.two-columns .last {
	float:right;
	width:250px;
}
.list-overview .legend {
	position:relative;
	padding-bottom:0.2em !important;
	margin-bottom:0.3em;
	font-weight:700;
	border-bottom:1px solid #CCC;
}
.list-overview .legend var {
	position:absolute;
	right:0;
	width:450px !important;
	font-style:normal;
}
/* Service links ---------------------------------------- */
/* ------------------------------------------------------ */

.service-link { margin-bottom:1.4em; }
.service-link a {
	float:left;
	display:block;
	height:230px;
	border:0;
	background-position: 0px bottom;
	background-repeat:no-repeat;
	text-align:center;
}
.service-link a:hover {
	border:0;
	text-decoration:underline;
}
.button-manual {
	width:145px;
	background-image: url(/images/item/service-manual.png);
	margin-right:0.5em;
}
.button-manual:hover { background-position: -154px bottom; }
.button-number {
	width:152px;
	background-image: url(/images/item/service-number.png);
	margin-right:0.5em;
}
.button-number:hover { background-position: -152px bottom; }
.button-price {
	width:280px;
	background-image: url(/images/item/service-price.png);
}
.button-price:hover { background-position: -280px bottom; }
