/*
	custom.css custom styles for silkroadart.com 
	--------------------------------------------
	latest update 02 Feb 2014
	
	(c) Stany Vanden Eycken
*/

/* body */

body.custom {
background: #dcd9d0;
}

/* page */
.custom #page {
margin: 10px auto;
width:930px;
background-image: none;
background-color: #cbc9c0;
}

/* header */

.custom #header {
background-color:#CBC9C0;
height: 150px;
width:930px;
margin: 0;
}

.custom #headerimg {
margin: 0 auto;
text-indent: -9999px;
height: 150px;
width: 930px;
background-image: url(images/silkheader.jpg);
}

.custom #header h1 {
padding: 0;
}

/* navigation */
.custom #nav {
height: 20px;
margin: 0;
color: white;
background-color: #691209;
padding: 10px 10px 10px 40px;
}

.custom #nav li {
float: left;
list-style:none;
border:none;
padding: 0 10px;
}

.custom #nav li.last_nav {
float:right;
padding-right:95px;
}


.custom #nav li a {
background: #691209;
font:1.4em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
font-weight:400;
text-decoration:none;
display:block;
margin:0;
color: white;
}

.custom #nav li a:hover {
color: #c0c0c0;
text-decoration:none;
}

/* content */
.narrowcolumn {
float:left;
margin: 10px;
padding: 0;
width:730px;
}

.custom img {
max-width: 100%;
padding: 0;
}

/* sidebar */
.custom #sidebar {
margin-left:735px;
padding:20px 0 10px 0;
width:192px;
}

.custom #sidebar p {
background: #ECE9E0;
color: black;
font-size: 1.3em;
}

.custom #sidebar a {
color: black;
font-size: 1.2em;
}

.custom #sidebar a:hover {
color: gray;
}

/* table afmetingen*/
table.Tafm {
	border-style: none;
	width: 200px;
}

table.Tafm caption {
	font-size: 1.3em;
	line-height: 2;
	text-align: left;
}

td.waarde {
	text-align: right;
}

p#herkomst {
	font-size: 1.3em;
}

a#terug {
	color: red;
	font-size: 1.2em;
}

/* footer */
.custom #footer {
margin: 0 auto;
width: 100%;
height: 50px;
background-image: none;
background-color: #691209 ;
color: white;
}