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

/* ==================== */
/* = Algemene Stijlen = */
/* ==================== */

body {
	margin: 0;
	padding: 0;
	background-color: #554a3d;
	font: 12px Georgia, serif;
	color: #333;
}

a{
	text-decoration: none;
}

a, a:link {
	color: #a1a2a3;
}

a:visited {
	color: #a1a2a3;
}

a:hover {
	color: #554a3d;
}

a:active {
	color: #554a3d;
}

blockquote {
	margin: 10px 30px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color:#484848 ;
	letter-spacing:1px;
}

h1,
h2 {
	margin: 0 0 20px;
	font-size: 20px;
	letter-spacing:2px;
	line-height: 24px;
}

h3 {
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	color: #00265a;
}

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

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

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

img {
	border: 0;
}

ol, ul {
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	line-height: 150%;
	font-family: Arial, sans-serif;
}

p {
	font-family: Arial, sans-serif;
	margin: 0 0 10px;
	line-height: 150%;
}

/* ===================== */
/* = Formulier Stijlen = */
/* ===================== */

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

form li {
	margin: 0 0 10px;
}

form 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: 275px;
	height: 150px;
	border: 1px solid #DDD;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	font-size: 14px;
	color: #999;
}

.hidden {
	visibility: hidden;
}


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

#wrapper {
	margin: 0 auto;
	padding: 0 3px;
	width: 960px;
	background: #fffef1 url(../img/wrapper-back.png);
}

#header {
	height: 450px;
	width:950px;
	background-color: #747477;
	margin: 0 auto;
	position:relative;
}

#main {
	width: 950px;
	margin: 0 auto;
}

#page-3-column,
#page-2-column {
	padding: 0 17px;
	height:100%;
}

	#page-2-column {
		background: url(../img/content-back.png) top right repeat-y;
	}
	
	#page-2-column h2 {
		color:#00265a;
	}

	#page-2-column .column-1 {
		width:402px;
		float:left;
		padding: 17px 0;
	}
	#page-2-column .column-2 {
		width:456px;
		float:right;
		position:relative;
		right:17px;
		padding: 17px 0;
	}

	#page-3-column {
		background: url(../img/content-back.png) center top repeat-y;
	}

	#page-3-column .column-1 {
		width:196px;
		float:left;
		padding: 17px 0;
		overflow:hidden;
	}
	#page-3-column .column-2 {
		width:456px;
		float:left;
		position:relative;
		left:34px;
		padding: 17px 0;
	}
	#page-3-column .column-3 {
		width:196px;
		float:right;
		padding: 17px 0;
	}

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

div.clear {
	clear:both;
}

/* ================== */
/* = Header Stijlen = */
/* ================== */

#header-foto {
	display:block;
	position:absolute;
	top:0px;
	z-index:0;
}

#header #logo {
	display: block;
	width: 179px;
	height: 102px;
	background: url(../img/logo.png) no-repeat;
	position:absolute;
	top: 36px;
	left:20px;
	z-index:10;
	margin:0; 
	padding:0;
}

#header #logo a {
	display:block;
	width: 179px;
	height: 102px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav-wrap {
	position: absolute;
	top: 55px;
	left: 225px;
	z-index:5;
}

#ondertitel {
	position: absolute;
/*	top: 363px; */
	top: 260px;
	left: 20px;
	padding-right:20px;
	font: italic normal 25px/31px Georgia, serif;
	color: white;
	letter-spacing: 2px;
}

.selected a{
	color: #002659 !important;
}


/* =================== */
/* = Content Stijlen = */
/* =================== */

.date {
	color: #a1a2a3;
	font-size:13px !important;
	letter-spacing:1px;
	font-family:georgia,serif;
}

.article {
	margin-bottom: 20px;
}

.article h3 a{
	color: #00265A;
}

.article h3{
	margin-bottom: 10px;
}

a.article {
	display:block;
	text-decoration:none;
}

a.article:hover {
	background: #f3f3f3;
	border-bottom:1px solid #ccc;
}

.article-content {
	float:right;
	width: 298px;
}

.article-content a{
	text-decoration: none;
}
.article-content h3{
	margin: 0px;
}

.article-content span{
	display: block;
	margin-bottom: 10px;
}

.column-1  .nieuws  h3 {
	padding-bottom:10px;
}

.column-3 .nieuws a.article h4,
.column-2 .article-content h3 a{
	color:#333;
}

.column-2 h3 a {
	text-decoration:none;
}
	
.column-2 h3 a:hover {
	text-decoration:underline;
}

.nieuws .date {
	color: #a1a2a3;
	letter-spacing:1px;
	font-family:georgia,serif;
	margin:0;
	font-size: 13px;
}

.nieuws .article {
	border-bottom: 1px solid #e1e0d8;
	padding-bottom: 10px;
	margin-bottom:10px;
}

.lees-meer {
/*	font-family: arial, sans-serif;*/
}

/* ===================== */
/* = Thumbnail Stijlen = */
/* ===================== */

.homepage .thumbnails {
	width: 474px;
}

.homepage .thumb,
.nieuws .thumb {
	display:block;
	float:left;
	width:141px;
	margin-right:17px;
	cursor:pointer;
	text-decoration:none;
}

.homeNewestOverview{
	display:block;
	float:left;
	width:140px;
	margin-right:15px;
	margin-top: 10px;
	cursor:pointer;
	text-decoration:none;
	height: 120px;
}

.homeNewestOverview .soldpic-small{
	width: 127px;
	position: absolute;
	margin-right:15px;
	margin-top: -85px;
	display: block;
	cursor:pointer;
}

	a.thumb:hover {
		text-decoration:underline;
	}

	.thumb img {
		margin-top: 15px;
		display:block;
	}
		
	.thumb img.soldpic {
		position:absolute;
		margin-top:-94px;
		display:block;
	}

	.thumb img.soldpic-large {
		position:absolute;
		margin-top:-94px;
		margin-left:25px;
		display:block;
	}
	
	.thumb img.soldpic-small {
		position:absolute;
		margin-top:-75px;
		margin-left:52px;
		display:block;
	}
	
	.thumb span {
		display:block;
	}

	.thumb .titel {
		color:black;
		padding-top: 5px;
	}

	.thumb .details {
		color:#747477;
	}
	
.sidebar .thumb{
	width: 190px;
}

.nieuws-content .thumb {
	margin-top: 0;	
	margin-right:0;
}

/* ===================== */
/* = Fotoalbum Stijlen = */
/* ===================== */

#foto-album {
	width:402px;
	overflow:hidden;
}

#foto-album .thumbnails {
	width: 425px;
	padding-bottom:10px
}

#foto-album .thumbnails a img {
	display:block;
	float:left;
	margin-right:11px;
	margin-bottom:10px;
}

ul.specs {
	list-style:none;
	padding:10px 0 0;
	color:#747477;
}

#moreSpecsTitle{
	color: #00265A;
	font-weight: bold;
}

#collectie-thumbnails {
	width: 220px;
}

#collectie-thumbnails a {
	display:block;
	float:left;
	margin: 0 10px 10px 0;
}

#collectie-thumbnails a {
	width:58px;
	height:44px;
}

.nieuws h2 {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #e1e0d8;
}

div#visual {
	float:left;
	position:absolute;
	width:950px;
	height: 355px;
	top:95px;
}

div#visual img {
	float:left;
	position:absolute;
	width:950px;
	height: 355px;
}

div#lang-nav {
	position:absolute;
	right: 10px;
	top:10px;
}

div#lang-nav a {
	margin-right: 10px;
}

table {
width: 100%;
line-height: 200%;
border-collapse: collapse;
border: 1px solid #333;
}

th, td {
padding: 9px 10px;
}

th, thead td {
font-weight: bold;
text-align: left;
}

.homeNewsBlok{
	margin-top: 40px;
	font-size: 11px;
}

.titel{
	color:	#333;
}

.homeExpected{
	width:	140px;
	float:	left;
	margin-right: 15px;
	text-decoration: none;
}

.topHomeNewsBlok p{
	font-size: 11px;
}

#submenu{	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: georgia;
}

#submenu a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #A1A2A3;
}

#submenu .selected a{	
	color: #00265A;
}
 
#submenu a:hover{	
	color: #747777;
}

#backToClassics{
	float: right;
	margin-top: -10px; 
	margin-bottom: 10px;
}

#backToNewsOverview{
	float: left;
	width: 500px;
	margin-top: -10px; 
	margin-bottom: 10px;
}

.classicsThumb {
	width: 58px;
}

.subnav .item a{
	color: #747477 !important;
}

.subnav .item a:hover{
	color: #554A3D !important;
}

#largeSold {
	position: absolute;
	margin-top: -5px;
	margin-left: -456px;
}

#wrapperImageModel {
	float:		left;
}

.photoThumbs {
	width:			58px;
	height:			58px;
	margin-top:		3px;
	margin-right:	3px;
	float:			left;
}
