/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	color: #F00;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

blockquote {
	margin: 10px 30px;
}

address {
	display: block;
	font-style: normal;
	font-size: 11px;
	margin: 0;
}

address .split {
	float: left;
	margin: 0 20px 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #F00;
}

h1 {
	margin: 0 0 12px;
	font-size: 20px;
}

h2 {
	margin: 0 0 10px;
	font-size: 18px;
}

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;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

th, thead td {
	padding: 8px;
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
	text-align: left;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	margin: 0 0 10px;
}

form li.indent {
	padding-left: 150px;
}

form li.last {
	margin: 0;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #CCC;
	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;
}

input.wsv-error,
textarea.wsv-error {
	border-color: #CC0000;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	padding: 4px;
	width: 275px;
	height: 150px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.block {
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	outline: none;
	text-decoration: none;
}

.overview {
	float:left;
	height:120px;
	margin:0 10px 10px 0;
	width:230px;
}

.accent {
	color: #999;
}

.intro {
	font-size: 14px;
	color: #333;
}

.date {
	font-weight: bold;
	color: #999;
}

.hidden {
	visibility: hidden;
}

.chidden {
	display: none;
}

.block .zoom {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	bottom: 40px;
	right: 10px;
	background: url(../img/zoom-btn.gif) no-repeat;
	text-indent: -9999px;
}

*html .block .zoom {
	bottom: auto;
	top: 100px;
	right:20px;
}

.block .caption {
	position: relative;
	display: block;
	height: 30px;
	width: 210px;
	line-height: 30px;
	background: url(../img/visual-title-bg.png) repeat-x;
	text-decoration: none;
	padding: 0 10px;
	margin-top: -30px;
	z-index: 10;
	color: #FFF;
}

.block .block-caption {
	background: #333;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0;
	overflow: hidden;
	padding: 0 10px;
}

.block:hover .block-caption {
	background: #F00;
}

.block .label {
	background: #F00;
	display: block;
	height: 50px;
	width: 60px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 0;

}

.block .label .label-description {
	background: #333;
	color: #FFF;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	overflow: hidden;
	padding: 0 0 0 5px;
}

.block .label .label-value {
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 0 0 5px;
}

.block img {
	display: block;
}

.block .downloads {
	display: block;
	background: #333;
	color: white;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

/* Pagenav */

.pagednav{
	background: #000;
	height: 40px;
	width: 470px;
	clear: left;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}

.pagednav ol li{
	line-height:40px;
	margin: 0 0 0 5px;
	display:inline;
}

.pagednav ol li a:hover{
	text-decoration: underline;
}

.pagednav ol li a{
	background: #FFF;
	display: inline-block;
	font-size: 13px;
	color: #333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	font-weight: bold;
	text-decoration: none;
}

.pagednav ol{
	margin: 0;
	padding: 0;
	height: 30px;
	list-style: none;
	text-align: center;
}

.pagednav ol a.selected,
.pagednav ol a:hover{
	background: #F00;
	color: #FFF;
}

.pagednav .rel-prev,
.pagednav .rel-next{
	padding: 0 0 0 10px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
}

.pagednav .rel-prev:hover,
.pagednav .rel-next:hover{
	text-decoration: underline;
}

.pagednav .rel-next{
	padding: 0 10px 0 0;
	float:right;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	width: 100%;
	background: white url(../img/header-bg-repeat.gif) repeat-x scroll 0 0;
}

#wrapper .inner-content {
	background: url(../img/wrapper-bg.gif) no-repeat scroll 0 315px;
	width: 970px;
	padding: 0 10px;
}

.inner-content {
	margin: 0 auto;
}

#header {
	position: relative;
	display: block;
	z-index: 10;
}

#inner-header {
	position: relative;
	width: 980px;
	height: 132px;
	padding: 15px 0 15px 0;
}

#gallery-wrap {
	width: 480px;
	padding: 0;
	margin: 0;
}

#gallery {
	position: relative;
	overflow: hidden;
	width: 470px;
	height: 237px;
}

#gallery-images {
	padding: 0;
	margin: 0;
	position: relative;
	width: 20000px;
	height: 237px;
}

#gallery-images img{
	/*float: left;*/
	margin: 0;
}

#gallery-images a{
	float: left;
}

#gallery-controls {
	padding: 0;
	margin: 0;
}

#gallery-caption {
	position: relative;
	background: url(../img/gallerycaption-bg.png) no-repeat top left;
	float: left;
	width: 390px;
	padding: 10px 15px 10px 15px;
	margin: -20px -5px 0 -5px;
}

#content .inner-content-cat {
	margin: 0 -10px 0 0;
	position: relative;
	width: 480px;
	background: none;
	overflow:hidden;
}

/* Homepage */

#gallery-caption ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#gallery-caption li {
	display: inline;
	font-size: 13px;
	margin: 0 10px 0 0;
	padding: 0;
}

#gallery-caption li a {
	background: url(../img/arrow-home.gif) no-repeat right;	
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #F00;
}

#gallery-caption li a.selected {
	text-decoration: none;
	color: #333;
	background: none;
}

#gallery-caption li a:hover {
	color: #333;
}

#gallery-caption p {
	margin: 0 0 10px;
	line-height: 150%;
}

#next {
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: url(../img/gallery-sprite.gif) no-repeat 0 -60px;
	height: 30px;
	width: 30px;
}
	
#prev {
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	background: url(../img/gallery-sprite.gif) no-repeat 0 0;
	height: 30px;
	width: 30px;
}

#visuals{
	width: 730px;
	height: 112px;
	top: 25px;
	right: 10px;
	overflow: hidden;
	position: absolute;
}

#visual-scroller{
	width: 999999px;
	height: 112px;
	position: relative;
}

#visuals img {
	/* margin: 10px 0 0 -10px; */
	float: left;
	vertical-align: bottom;	
}

#main {
	width: 100%;
	background: #FFF url(../img/main-bg.gif) repeat-x top left;
}

#sidebar {
	margin-right: 10px;
	width: 230px;
	float: left;
}

#sidebar.homepage{
	margin: 20px;
	width: 200px;
	float: left;
	display:inline;
}

#content {
	margin: 10px 0 0 0;
	padding: 0 10px;
	width: 470px;
	min-height: 260px;
}

*html #content {width:450px;}

#mediabar {
	position: relative;
	float: left;
	z-index: 20;
}

#mediabar-box-home {
	margin: -30px 0 30px 0;
	height: 100px;
	position: relative;
}

#mediabar-box {
	margin: -60px 0 30px 0;
	height: 100px;
	z-index: 30;
	position: relative;
}

#footer {
	padding: 0 15px;
	height: 60px;
	background-color: #000;
	color: #FFF;
	text-align: center;
}

.column {
	float: left;
}

*html .column{
	display: inline;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#logo {
	display: block;
	float: left;
	width: 250px;
	height: 132px;
}

#logo img {
	display: block;
}

/* Service navigation */

#service-navigation {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}

#service-navigation li {
	display: inline;
	line-height: 30px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	font-size: 11px;
}

#service-navigation li a {
	text-decoration: none;
	color: #666;
}

#service-navigation li a:hover {
	color: #F00;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

.article {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}

.article-thumb {
	display: block;
	float: left;
	margin: 25px 10px 0 0;
	width: 150px;
	height: 100px;
}

.article-thumb img {
	display: block;
}

.article-body {
	float: left;
	width: 310px;
}

.article-body .date {
	margin: 0 0 5px;
}

.article-body h2,
.article-body p {
	margin: 0 0 10px;
}

/* Breadcrumb */

#breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}

#breadcrumb ul {
	margin: 0 0 0 20px;
	padding: 0;
}

#breadcrumb li {
	display: inline;
	line-height: 30px;
	font-size: 10px;
	margin: 0;
}

#breadcrumb li a {
	background: url(../img/bc-arrow.gif) no-repeat right;	
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #CCC;
}

#breadcrumb li a.selected {
	text-decoration: none;
	color: #333;
	background: none;
}

#breadcrumb li a:hover {
	color: #333;
}

/* Accordions */

.accordion-button {
	display: block;
	padding: 0 0 0 10px;
	height: 30px;
	background: url(../img/menu-sprite.gif) no-repeat 100% 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	outline: none;
	color: #FFF !important;
	text-decoration: none;
	width: 220px;
}

.accordion-button.selected{
	background-position: 100% -30px;
}

.accordion-button:hover {
	background-position: 100% -30px;
}

.accordion-content {
	margin-bottom: 10px;
	width: 230px;
	overflow: hidden;
	background: #FFF;
}

.accordion-content h2 {
	margin: 0 0 5px;
	font-size: 14px;
}

.accordion-content p {
	margin: 0;
}

.inner-accordion {
	padding: 10px 0 20px 0;
	width: 230px;
}

/* Sitemap */

#sitemap {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 200%;
	list-style: none;
}

#sitemap li {
	font-weight: bold;
}

#sitemap ul {
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCC;
	line-height: 200%;
	list-style: none;
}

#sitemap ul li {
	font-weight: normal;
}

#sitemap a {
	text-decoration: none;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#footer p {
	margin: 0;
	line-height: 60px;
}
