/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

html, body {
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #293248;
	font: 12px Arial, Helvetica, sans-serif;
	color: #9FACC4;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
	color: white;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: white;
}

h1 {
	margin: 0 0 12px;
	font-size: 18px;
}

h2 {
	margin: 0 0 10px;
	font-size: 15px;
}

h3 {
	margin: 0 0 8px;
	font-size: 14px;
}

h4 {
	margin: 0 0 6px;
	font-size: 13px;
}

h5 {
	margin: 0 0 4px;
	font-size: 12px;
}

h6 {
	margin: 0 0 2px;
	font-size: 12px;
}

img {
	border: 0;
}

object, embed {
	display: block;
	outline: none;
}

ol, ul {
	margin: 20px 0;
	padding: 0 0 0 30px;
	line-height: 160%;
}

p {
	margin: 0 0 20px;
	line-height: 160%;
}

p.accent {
	font-weight: bold;
}

.date {
	font-size: 11px;
	font-weight: bold;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

thead td {
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form ul li {
	margin: 0 0 10px;
}

form ul li.indent {
	padding-left: 150px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #DDD;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.focus {
	color: #333 !important;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	padding: 4px;
	width: 350px;
	height: 150px;
	border: 1px solid #DDD;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 0 -70px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/timeline-bg-new.gif) 0px 360px repeat-x;
}

#header {
	height:60px;
	background-color: #181D2A;
}

#visual {
	height: 300px;
}

#main {
	padding: 60px 0 90px;
	height: auto !important;
	height: 360px;
	min-height: 360px;
	background: #293248 url(../img/main-bg.png) repeat-x top center;
}

#main.no-padding {
	padding-top: 0;
}

#sidebar {
	width: 230px;
}

#content {
	width: 430px;
}

#content-span {
	margin-right: 0;
	width: 690px;
}

#mediabar {
	margin-right: 0;
	width: 230px;
}

#mediabar.shift {
	margin-top: -14px;
}

#footer {
	width: 100%;
	background-color: #4B5A83;
}

.inner-content {
	margin: 0 auto;
	width: 950px;
}

.column {
	float: left;
	margin-right: 30px;
	width: 330px;
}

.column.offset {
	padding-top: 34px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.no-margin {
	margin: 0 !important;
}


/* General classes */

.read-more {
	display: block;
	width: 123px;
	height: 30px;
	background: url(../img/read-more-sprite.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.read-more:hover {
	background-position: 0 -30px;
}


/* Related lists */

.related {
	padding: 0;
	list-style: none;
}

.related li {
	padding-left: 15px;
	background: url(../img/arrow-sprite.gif) no-repeat;
}

.related a {
	font-weight: bold;
	text-decoration: none;
	color: #9FACC4;
}

.related a:hover {
	color: white;
}


/* Labels */

.label {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	overflow: hidden;
}

.label.actie {
	background: url(../img/actie-label-sprite.gif) no-repeat 0 0;
}


/* Buttons */

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	padding: 0;
	border: none;  /* overrides extra padding in Firefox */
}

#main .button {
	display: inline-block;
	padding-right: 40px;
	height: 30px;
	line-height: 30px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	background: url(../img/arrow-sprite.gif) no-repeat 100% -440px;
	color: white;
}

#main .button:hover {
	text-decoration: underline;
	background-position: 100% -470px;
}

#service-navigation .button {
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 20px;
	height: 30px;
	background: url(../img/footer-navigation-sprite.gif) no-repeat;
}

#service-navigation .button:hover {
	text-decoration: none;
}

#service-navigation .button-text {
	display: -moz-inline-box;
	display: inline-block;
	padding: 7px 35px 8px 0;
	height: 15px;
	background: url(../img/footer-navigation-sprite.gif) no-repeat 100% 0;
	font-weight: bold;
	cursor: pointer;
	color: #4B5A83;
}

#service-navigation .button:hover .button-text {
	background-position: 100% -30px;
	color: white;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#header #logo {
	display: block;
	float: left;
	margin: 18px 0 17px 0;
	width: 168px;
	height: 25px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


/* Navigation */

#navigation {
	float: left;
	margin: 0;
	padding: 22px 0;
	height: 16px;
	width: 782px;
	list-style: none;
}

#navigation li {
	float: left;
	margin-right: 20px;
}

#navigation li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #7A84A4;
}

#navigation li a:hover,
#navigation li.selected a {
	color: white;
}


/**
 * VISUAL ELEMENTS
 * ----------------------------------------
 */

#visual .inner-content {
	position: relative;
	width: 970px;
	height: 100%;
}

.visual-title  {
	position: absolute;
	margin: 0;
	bottom: -40px;
	left: 10px;
	width: 400px;
	height: 110px;
	background: url(../img/visual-title-bg.gif) no-repeat;
	font-size: 40px;
	font-weight: normal;
	line-height: normal;
	text-indent: -9999px;
	color: #4B5A83;
}


/* Visual carousel */

#visual-carousel {
	width: 970px;
	height: 300px;
	overflow: hidden;
}

#visual-carousel-content {
	width: 19400px;
	height: 100%;
}

.visual-carousel-item {
	float: left;
	width: 970px;
	height: 100%;
	overflow: hidden;
}

.visual-carousel-item img {
	display: block;
}


/* Twitter updates */

#twitter-wrap {
	position: absolute;
	top: 35px;
	right: 10px;
	width: 230px;
}

#twitter-updates {
	position: relative;
	padding: 48px 15px 35px;
	width: 200px;
	height: 137px;
	background: url(../img/twitter-bubble.png) no-repeat;
}

#twitter-avatar {
	position: absolute;
	top: -10px;
	right: 10px;
}

#twitter-name {
	margin: 0;
	font-weight: bold;
	color: #38CCFF;
}

#twitter-status {
	margin: 0 0 10px;
	white-space: normal;
	word-wrap: break-word;
}

#twitter-published {
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

#twitter-status-link {
	position: absolute;
	display: block;
	right: 15px;
	bottom: 35px;
	width: 30px;
	height: 30px;
	background: url(../img/arrow-sprite.gif) no-repeat 0 -320px;
	text-indent: -9999px;
	overflow: hidden;
}

#twitter-status-link:hover {
	background-position: 0 -350px;
}

#twitter-link {
	display: block;
	margin: -5px 0 0 55px;
	width: 142px;
	height: 30px;
	background: url(../img/twitter-link.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}


.timeline-item img {
	display: block;
}

.timeline-gallery {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 420px;
	height: 170px;
}

.timeline-gallery .thumbs {
	margin-bottom: 20px;
	width: 100%;
	height: 120px;
}

.timeline-gallery .thumbs a {
	display: block;
	float: left;
	margin-right: 20px;
	width: 120px;
	height: 120px;
}

.more-photos {
	display: block;
	width: 125px;
	height: 30px;
	background: url(../img/more-photos.png) no-repeat;
	text-indent: -9999px;
}

.timeline-logo {
	position: absolute;
	top: 90px;
	right: 50px;
	width: 230px;
	height: 120px;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

.item {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

.offer {
	margin-bottom: 30px;
	padding: 0 10px 0 0;
	width: 350px;
	overflow: hidden;
	float: left;
}

.item-thumb {
	position: relative;
	display: block;
	float: left;
	margin: 25px 15px 0 0;
	width: 128px;
	height: 88px;
	background-color: #353F5C;
	border: 1px solid #CBD2DD;
}

.bio-thumb {
	position: relative;
	display: block;
	float: left;
	margin: 5px 15px 5px 0;
	background-color: #353F5C;
	border: 1px solid #CBD2DD;
}

.item-thumb:hover {
	border-color: white;
}

.item-thumb img {
	display: block;
}

.item-body {
	float: left;
	width: 285px;
}

.item-body h2 {
	margin: 0 0 5px;
	font-size: 14px;
	text-transform: none;
}

.item-body p {
	margin: 0 0 5px;
}


/* Compact items */

.compact {
	margin-bottom: 10px;
}

.compact .item-thumb {
	margin: 0 15px 0 0;
	width: 80px;
	height: 60px;
	border: 0;
}

.compact .item-body {
	width: 235px;
}

.compact .item-body h2 {
	font-size: 16px;
}


/* Community list */

#community-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#community-list li {
	margin-bottom: 5px;
	width: 100%;
	background: url(../img/community-list-bg.gif) no-repeat 100% 0;
	vertical-align: middle;
}

#community-list a {
	display: block;
	padding: 8px 25px 8px 127px;
	height: 19px;
	background: url(../img/community-sprite.gif) no-repeat;
}

#community-list a:hover {
	text-decoration: none;
}


/* Archive */

.archive {
	margin: 0;
	padding: 0;
	list-style: none;
}

.archive li {
	border-bottom: 1px solid #334053;
}

.archive a {
	display: block;
	padding: 6px 25px 5px 5px;
	width: 400px;
	height: 19px;
	background: url(../img/archive-list-bg.gif) no-repeat;
	overflow: hidden;
}

.archive a:hover {
	background-position: 0 -30px;
	text-decoration: none;
}

.archive .date {
	margin-right: 15px;
	color: #828EA5;
}


/* Timeline */

.title-bar {
	height: 70px;
	width: 1050px;
	background:url(../img/title-bar.png);
	margin:0 auto 15px;
}

.companies {
	width: 220px;
	float:right;
	margin-right:50px;
	padding-top:15px;
}

.companies label {
	display:block;
	text-transform:uppercase;
	color:white;
	margin-bottom:8px;
	font-size:12px;
	font-weight:bold;
}

.js-enabled .tab-content {
	display: none;
	margin-top: -48px;
}

.js-enabled .tab-content.selected {
	display: block;
}

.js-enabled .tab-content h1 {
	margin-bottom: 27px;
}

#timeline {
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 390px;
	background: #293248;
	overflow: hidden;
}

#visual,
#milestones {
	white-space: nowrap;
	vertical-align: bottom;
}

#visual .timeline-item {
	position: relative;
	display: inline-block;
	width: 1050px;
	height: 300px;
}

#visual-next,
#visual-prev {
	position: absolute;
	display: block;
	padding-top: 111px;
	width: 52px;
	height: 0;
	left: 0px;
	top: 94px;
	font-size: 5px;
	background: url(../img/arrow-visual.png) top left no-repeat;
	overflow: hidden;
	z-index: 100;
	outline: none;
}

#visual-next {
	left: 998px;
	background-position: top right;
}

#visual-next:hover {
	background-position: -52px -112px;
}

#visual-prev:hover {
	background-position: 0 -112px;
}

#milestones {
	position: absolute;
	margin: -10px 0 0;
	padding: 0;
	height: 70px;
	list-style: none;
	z-index: 100;
	clear: both;
}

#milestones li {
	padding-right: 1px;
	height: 70px;
}

.milestone {
	display: block;
	padding: 8px 10px 12px;
	width: 168px;
	height: 44px;
	background: #171C2A;
	color: #4B5983;
	overflow: hidden;
	outline: none;
}

.milestone:hover,
#milestones .selected {
	text-decoration: none;
	color: white;
}

#milestones .selected {
	border-top: 10px solid white;
}

.milestone .year {
	display: block;
	font: 24px Georgia, serif;
}

.milestone .name {
	display: block;
	font-size: 11px;
}

#timeline-scrollbar {
	display: block;
	padding: 0 94px;
	width: 862px;
	height: 30px;
	background-color: #4B5A83;
	clear: both;
}

#timeline-scrollbar .slider-handle {
	display: block;
	float: left;
	margin: 0 -94px;
	width: 188px;
	height: 30px;
	background: url('../img/slider-thumb.gif');
	cursor: pointer;
}

#timeline-scrollbar .slider-track {
	float: left;
	height: 30px;
}

#timeline-scrollbar .value {
	display: none;
}

#timeline-controls {
	width: 100%;
	height: 30px;
	overflow: hidden;
	clear: both;
}

a#tabs-prev, a#tabs-next {
	display: block;
	float: left;
	padding-left: 105px;
	width: 0;
	height: 30px;
	background: url(../img/vorige-volgende-sprite.gif) -105px 0 no-repeat;
	font-size: 5px;
	overflow: hidden;
	outline: none;
}

a#tabs-prev:hover {
	background-position: -105px -30px;
}

a#tabs-next {
	float:right;
	background-position: 0 0;
}

a#tabs-next:hover {
	background-position: 0 -30px;
}

.timeline-control {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/arrow-sprite.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#timeline-prev {
	float: left;
	background-position: 12px -115px;
}

#timeline-next {
	float: left;
	background-position: 12px -75px;
}

#timeline-prev:hover {
	background-position: 12px -275px;
}

#timeline-next:hover {
	background-position: 12px -235px;
}

.tab-content {
	width: 100%;
}


/* Timeline fixes for IE6 without affecting others */

#visual {
	position: relative;
	left: 0;
}

#visual .timeline-item {
	height: 300px;
	overflow: hidden;
}

#milestones li {
	display: inline;
}

#milestones .milestone {
	display: inline-block;
	height: 40px;
}


/* Order form */

input.text {
	padding: 7px 4px;
	border-color: #9FACC4;
	background-color: #181D2A;
	color: #9FACC4;
}

#logo-ideal {
	vertical-align: middle;
	margin-left: 70px;
}


/* Banner book */

#banner-book {
	margin: -20px 0 30px -10px;
	padding: 20px 0 0;
	width: auto;
}

#banner-book .item-thumb {
	margin: -20px 15px 0 0;
	width: 90px;
}

#banner-book .item-body {
	
}


/* Twitter responses */

#twitter-responses {
	margin: -20px 0 10px;
	padding: 20px 10px 10px;
	width: 210px;
	background: url(../img/block-bg.png) no-repeat 0 0;
}

#twitter-responses .header {
	margin: 0 0 20px;
	padding: 0 5px;
}

#twitter-responses .header img {
	display: block;
	margin: 0 0 5px;
}

#twitter-responses .header a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#twitter-responses .header a:hover {
	color: #9FACC4;
}

#twitter-responses .response {
	margin: 0 0 10px;
	padding: 10px;
	position: relative;
	font-size: 11px;
	border: 1px solid #293248;
	background-color: #181D2A;
}

#twitter-responses .response p {
	margin: 0;
}

#twitter-responses .response a {
	font-weight: bold;
}

#twitter-responses .response em {
	font-style: normal;
	font-weight: bold;
	color: white;
}

#twitter-responses .response .time {
	position: absolute;
	top: 10px;
	right: 10px;
}


/* Offers */

.action-block {
	margin: 0 0 20px 0;
	height: 140px;
	border-bottom: 1px solid #393F50;
}

.company-offer {
	margin: 0 0 10px 0;
	background-color: #CCC;
}

.company-name {
	color: #4B5983;
	font-size: 13px;
	float: left;
	margin: 0 10px 0 0;
}

.company-label {
	background: #FFF;
	width: 200px;
	height: 60px;
	border-right: 10px solid #000;
}

.company-label img {
	float: right;
	padding: 5px 3px 0 0;
}

.company-label p {
	width: 90px;
	float: left;
	padding: 10px 0 0 10px;
	line-height: 1.2em;
}

#wunderland 		.company-label { border-color: #F00; }
#koperenhoogte 		.company-label { border-color: #329587; }
#prestonpalace 		.company-label { border-color: #DC8816; }
#pipodorp 			.company-label { border-color: #0A50A1; }
#speelstadoranje 	.company-label { border-color: #FF4E00; }
#piripiri	 		.company-label { border-color: #8CCEF7; }
#dorfwangerland		.company-label { border-color: #FED17E; }
#desmelt	 		.company-label { border-color: #445098; }
#bouwhandel 		.company-label { border-color: #36379C; }
#horecahandel 		.company-label { border-color: #005C48; }
#ijzerhandel 		.company-label { border-color: #008E90; }
#materieelverhuur	.company-label { border-color: #006C49; }
#interieurbouw 		.company-label { border-color: #005C48; }
#staalbouw	 		.company-label { border-color: #E41815; }
#specialproducts	.company-label { border-color: #E41815; }

#wunderland 		.label.actie { background-position: 0 0 }
#koperenhoogte 		.label.actie { background-position: 0 -60px }
#prestonpalace 		.label.actie { background-position: 0 -120px }
#pipodorp 			.label.actie { background-position: 0 -180px }
#speelstadoranje 	.label.actie { background-position: 0 -240px }
#piripiri	 		.label.actie { background-position: 0 -300px }
#dorfwangerland		.label.actie { background-position: 0 -360px }
#desmelt	 		.label.actie { background-position: 0 -420px }
#bouwhandel 		.label.actie { background-position: 0 -480px }
#horecahandel 		.label.actie { background-position: 0 -540px }
#ijzerhandel 		.label.actie { background-position: 0 -600px }
#materieelverhuur	.label.actie { background-position: 0 -660px }
#interieurbouw 		.label.actie { background-position: 0 -720px }
#staalbouw	 		.label.actie { background-position: 0 -780px }
#specialproducts	.label.actie { background-position: 0 -840px }


/**
 * SIDEBAR/MEDIABAR ELEMENTS
 * ----------------------------------------
 */

.menu {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.menu li {
	width: 100%;
	border-bottom: 1px solid #293248;
}

.menu li a {
	display: block;
	padding: 7px 25px 8px 12px;
	width: 193px;
	background: url(../img/menu-sprite.gif) no-repeat 100% 0;
	font-weight: bold;
	line-height: normal;
	color: #9FACC4;
}

.menu li a:hover,
.menu li.selected a {
	background: url(../img/menu-sprite.gif) no-repeat 100% -60px;
	text-decoration: none;
	color: #4B5A83;
}


/* Thumbnails */

.thumb {
	position: relative;
	display: block;
	margin-bottom: 10px;
	width: 226px;
	border: 2px solid #CBD2DD;
}

.thumb img {
	display: block;
}

.thumb .zoom {
	position: absolute;
	display: block;
	right: 8px;
	bottom: 8px;
	width: 30px;
	height: 30px;
	background: url(../img/arrow-sprite.gif) no-repeat 0 -380px;
	text-indent: -9999px;
	overflow: hidden;
}

.thumb:hover {
	border-color: white;
}

.thumb:hover .zoom {
	background-position: 0 -410px;
}


/* YouTube player */

#player-wrap {
	position: relative;
	margin: 0 0 10px;
	padding: 41px 11px 0;
	width: 208px;
	height: 204px;
	background: url(../img/player-wrap-bg.gif) no-repeat;
}

#ytplayer {
	margin-bottom: 11px;
	width: 208px;
	height: 158px;
}

#ytplayer-controls {
	margin: 0 -1px;
	width: 210px;
	height: 25px;
}

#toggle-play {
	display: block;
	float: left;
	margin-right: 5px;
	width: 50px;
	height: 25px;
	background: url(../img/player-controls-sprite.gif) no-repeat;
	text-indent: -9999px;
	outline: none;
}

#toggle-play:hover {
	background-position: 0 -25px;
}

.paused #toggle-play {
	background-position: -50px 0;
}

.paused #toggle-play:hover {
	background-position: -50px -25px;
}

#ytplayer-progress {
	float: left;
	padding: 10px;
	width: 135px;
	height: 5px;
	background: url(../img/player-controls-sprite.gif) no-repeat -100px 0;
}

#duration-bar {
	float: left;
	margin-right: 8px;
	width: 105px;
	height: 5px;
	background-color: #D2D6E0;
	font-size: 5px;
}

#elapsed-bar {
	height: 5px;
	background-color: #4B5A83;
	font-size: 5px;
}

#current-time {
	float: left;
	margin: -3px 0 -2px 0;
	font-size: 10px;
	line-height: 10px;
	color: #4B5A83;
}


/* Community buttons */

#community-buttons {
	width: 230px;
	margin-bottom: 5px;
	overflow: hidden;
}

#community-buttons ul {
	width: 240px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#community-buttons li {
	float: left;
	margin: 0 6px 6px 0;
	width: 112px;
}

#community-buttons a {
	display: block;
	width: 112px;
	height: 35px;
	background: url(../img/community-sprite.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#hyves a { background-position: 0 0; }
#twitter a { background-position: 0 -70px; }
#linkedin a { background-position: 0 -140px; }
#youtube a { background-position: 0 -210px; }

#hyves a:hover { background-position: 0 -35px; }
#twitter a:hover { background-position: 0 -105px; }
#linkedin a:hover { background-position: 0 -175px; }
#youtube a:hover { background-position: 0 -245px; }


/* Downloads buttons */

#downloads-buttons {
	width: 230px;
	margin-bottom: 10px;
	overflow: hidden;
}

#downloads-buttons ul {
	width: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#downloads-buttons li {
	float: left;
	margin: 0 0 10px 0;
	width: 230px;
}

#downloads-buttons a {
	display: block;
	width: 220px;
	height: 35px;
	background: url(../img/download-sprite.gif) no-repeat;
	overflow: hidden;
	color: #283247;
	font-weight: bold;
	font-size: 13px;
	line-height: 33px;
	padding: 0 0 0 10px;
}

#downloads-buttons a:hover { 
	background-position: 0 -35px;
	color: #FFF;
	text-decoration:none;
}


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

#footer .inner-content {
	padding: 20px 0 10px;
}


/* Service navigation */

#service-navigation {
	margin-bottom: 10px;
	width: 950px;
	height: 30px;
}

#service-navigation .button {
	float: left;
	margin-right: 10px;
	outline: none;
}

#service-navigation .button-text {
	width: 175px;
}

#service-navigation .active .button-text {
	background-position: 100% -60px;
	color: white;
}

#service-navigation .last {
	margin: 0;
}


/* Service navigation menus */

.service-navigation-menu {
	padding-bottom: 30px;
	width: 100%;
	background: #293248 url(../img/service-navigation-bg.gif) repeat;
}

.service-navigation-menu ul {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	width: 230px;
	list-style: none;
}

.service-navigation-menu ul li {
	padding: 0 10px 0 20px;
	line-height: 30px;
}

.service-navigation-menu ul li a {
	font-weight: bold;
	color: #98A4BC;
}

.service-navigation-menu ul li a:hover {
	text-decoration: none;
	color: white;
}

.service-navigation-menu .last {
	margin: 0;
}

#about ul {
	float: right;
}

/* Acties pagina */

ul#acties {
	margin: 0px;
	padding: 0px;
	width: 710px;
	display: block;
	float: left;
}

ul#acties li {
	float: left;
	width: 230px;
	height: 245px;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

ul#acties li.last {
	margin-right: 0px;
}

ul#acties li .block {
	width: 218px;
	height: 195px;
	display: block;
	margin: 0px auto;
	position: relative;
}

ul#acties li .block .header {
	width: 218px;
	height: 88px;
	display: block;
	margin: 0px auto;
	padding-top: 31px;
}

ul#acties li .block .header img {
	display: block;
}

ul#acties li .block a.logo {
	width: 218px;
	position: absolute;
	top: 0px;
    left: 50%;
    margin-left: -109px;
}

ul#acties li .block a.logo img.logo {
	display: block;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 7px;
}

.price-label {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	display: block;
	height: 62px;
	margin: 0;
	width: 57px;
	background: transparent url('../img/price-sprite.png') no-repeat scroll 0 0;
}

ul#acties li .block span.price-label {
	position: absolute;
	right: 8px;
	top: 74px;
}

ul#acties li .block span.price-label span {
	color: white;
	display: block;
	font-weight: bold;
	text-align: center;
}

ul#acties li .block span.price-label span.price {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
}

ul#acties li .block span.price-label span.unit {
	font-size: 10px;
	height: 24px;
	line-height: 24px;
}

ul#acties li span.title {
	color: #4b5a83;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

ul#acties li span.text {
	color: #4b5a83;
	margin-top: 5px;
}

ul#acties li div.readmore {
	display: block;
	height: 30px;
	width: 230px;
	margin: 0px auto;
	float: right;
	padding-top: 9px;
	border-top: 1px #cfd5e1 solid;
}

ul#acties li div.readmore a {
	display: block;
	width: 123px;
	height: 30px;
	float: right;
	margin-right: 10px;
	background: url(../img/read-more-sprite.png) no-repeat;
	text-indent: -9999px;
}

ul#acties li div.readmore a:hover {
	background-position: 0 -30px;
}

ul#acties li.wunderland 		{ border-top: 10px #F00 solid; }
ul#acties li.koperenhoogte 		{ border-top: 10px #329587 solid; }
ul#acties li.prestonpalace 		{ border-top: 10px #2964A3 solid; }
ul#acties li.pipodorp 			{ border-top: 10px #FF7700 solid; }
ul#acties li.speelstadoranje 	{ border-top: 10px #FF4E00 solid; }
ul#acties li.piripiri	 		{ border-top: 10px #8CCEF7 solid; }
ul#acties li.dorfwangerland		{ border-top: 10px #FED17E solid; }
ul#acties li.desmelt	 		{ border-top: 10px #445098 solid; }
ul#acties li.bouwhandel 		{ border-top: 10px #36379C solid; }
ul#acties li.horecahandel 		{ border-top: 10px #005C48 solid; }
ul#acties li.ijzerhandel 		{ border-top: 10px #008E90 solid; }
ul#acties li.materieelverhuur	{ border-top: 10px #006C49 solid; }
ul#acties li.interieurbouw 		{ border-top: 10px #005C48 solid; }
ul#acties li.staalbouw	 		{ border-top: 10px #E41815 solid; }
ul#acties li.specialproducts	{ border-top: 10px #E41815 solid; }

ul#acties li div.block span.price-label.prestonpalace	{ background-position: 0 0 }
ul#acties li div.block span.price-label.pipodorp	 	{ background-position: 0 -62px }
ul#acties li div.block span.price-label.wunderland		{ background-position: 0 -124px }
ul#acties li div.block span.price-label.koperenhoogte 	{ background-position: 0 -185px }


/* messages */
#flashMessage{
	margin-bottom: 20px;
	font-weight: bold;
	padding: 5px; 
}
#flashMessage.message{
	color: #fff;
	background-color: #009933;
}
#flashMessage.error{
	color: #fff;
	background-color: #990000;
}
