/*
 * CSS layout for Linen
 * 20080428
 * 
 */

/***** Initialize *****/
* {
	margin:0;
	padding: 0;
}
html, body {
	height: 100%;
}
p,h1,h2,h3,h4,h5,h6 {
	padding: 0 0 1em 0; /* restore whitespace */
}

/***** General layout *****/

body {
	/*background: #fff url(../images/bg_body.png) repeat-y top left;*/
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 16px;

}
a {
	color:#fff;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/***** Indeling *****/
#container {
	width:1100px;
	min-height: 100%;
	height: 800px;
	padding: 0 20px 0 0;
	background: url(../images/bg_container.gif) no-repeat 167px bottom;
}
#left {
	float: left;
	width: 320px;
	zoom:1;
}
#right {
	float:left;
	width:780px;
	height: 800px;
}

/****** Opmaak *****/

/** #left **/
#logo {
	padding:0;
}
#logo a{
	display: block;
	width:320px;
	height: 120px;
	background:url(../images/bg_logo.gif) no-repeat 26px 25px ;
	text-indent: -500em;
}

/** menu **/
#left #menu {
	width: 320px;
	text-align: right;
	padding: 25px 0 0 0;
}
#left #menu li {
	list-style: none;
}
#left #menu li a{
	text-decoration: none;
	color: #666;
	line-height: 25px;
	padding: 0 25px 0 0;
	display:block;
}
#left #menu li a:hover{
	color: #999;
}
#left #menu li.selected a{
	color:#fff;
}

/** submenu **/
#left #submenu {
	width: 320px;
	text-align: right;
	padding: 0 0 0 0;
	color: #999;
}
#left #submenu li {
	list-style: none;
	color: #999;
}
#left #submenu li a{
	text-decoration: none;
	color: #999;
	line-height: 20px;
	padding: 0 25px 0 0;
	display:block;
	font-size: 11px;
}
#left #submenu li a:hover{
	color: #999;
}
#left #submenu li.selected a{
	color: #fff;
	background: #4c4c4c;
}

/** right **/
#right h1{
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;
	font-size: 22px;
}
#right p{
	padding:0;
}
#right ul {
	margin-left: 25px;0;
}
	
	
/***** Templates *****/

/** home **/
.home #right {
	background: url(../images/bg_home.jpg) no-repeat top left;
	padding: 115px 0 0 30px;
	width: 750px;
	height: 675px;
}

/** history **/
.history #right {
	background: url(../images/bg_history.jpg) no-repeat top left;
	padding: 40px 0 0 0px;
	width: 780px;
	height: 760px;
}
.history #right h1{
	color: #000;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align:center;
	padding: 0 0 110px 0;
}
.history #right .hist_blok {
	float:left;
	width: 195px;
}
.history #right .hist_blok h2 {
	font-weight: normal;
	text-align: center;
}

/** linen **/
.linen #right{
	background: url(../images/bg_linen.jpg) no-repeat top left;
	padding: 160px 400px 0 30px;
	width: 350px;
	height: 720px;
	/* text-transform: uppercase; */
	font-size: 12px;
	line-height: 1.5em;
	color:#FFF;
}
.linen #right h1{
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	padding: 0 0 2.5em 0;
	text-align:center;
}

/** collection hoofdpagina **/
.collection #right{
	background: url(../images/bg_collection.jpg) no-repeat top left;
	padding: 0px 0 0 0px;
	width: 780px;
	height: 800px;
	font-size: 12px;
	line-height: 1.5em;
}

.collection #right .col1{
float: left;
width: 177px;
padding: 150px 20px 0 0;
}
.collection #right .col1 ul{
list-style:none;
text-align: right;
line-height: 2em;
}
.collection #right .col1 li{
list-style:none;
}
.collection #right .col1 li a{
text-decoration:none;
color: #7f7f83;
display:block;
font-size:14px;
}
.collection #right .col1 li a:hover{
color: #ccc;
}
.collection #right .col1 li.selected a{
color: #fff;
}

/** collection detailpagina **/
.detail #right .col2{
float: left;
width: 580px;
padding: 55px 0 0 0;
}

.detail #right .col2 ul{
	list-style: none;
	margin-left: 35px;
}
.detail #right .col2 li{
	list-style: none;
	float:left;
	/* width:190px;
	height: 140px; */
	padding: 0 0 25px 0;
	margin: 0 10px 0 0;
	text-align: center;
}
.detail #right .col2 li .schaduw{
	width: 108px;
	height: 132px;
	background: url(/site/images/schaduw.png) no-repeat top left;
	text-align:left;
}
.detail #right .col2 li .foto {
	width: 100px;
	height: 101px;
	overflow: hidden;
}
.detail #right .col2 li .schaduw{
	width: 108px;
	height: 108px;
	background: url(/site/images/schaduw.png) no-repeat bottom right;
	text-align:left;
}
.detail #right .col2 li .schaduwgroot{
	width: 258px;
	height: 258px;
	background: url(/site/images/schaduwgroot.png) no-repeat top left;
	text-align:left;
}
.detail #right .col2 li span{
 display:block; 
}

/** made to measure **/
.madetomeasure #right {
	background: url(../images/bg_madetomeasure.jpg) no-repeat top left;
	padding: 410px 0 0 0px;
	text-align: center;
	width: 780px;
	height: 380px;
	font-size: 16px;
	/* text-transform:uppercase; */
	letter-spacing:1px;
}

.madetomeasure #right h1 {
	font-size: 24px;
	margin-bottom: 20px;	
}

/** news **/
.news #right{
	background: url(../images/bg_news.jpg) no-repeat top left;
	padding: 0px 0 0 0px;
	width: 780px;
	height: 800px;
	font-size: 12px;
	line-height: 1.5em;
}
.nobackground #right{
	background: url(../images/bg_collection.jpg) no-repeat top left;
	padding: 0px 0 0 0px;
	width: 780px;
	height: 800px;
	font-size: 12px;
	line-height: 1.5em;
}
.news #right .col1{
	float: left;
	width: 177px;
	padding: 150px 20px 0 0;
}
.news #right .col1 ul{
	list-style:none;
	text-align: right;
	line-height: 2em;
}
.news #right .col1 li{
list-style:none;
}
.news #right .col1 li a{
	text-decoration:none;
	color: #7f7f83;
	display:block;
	font-size: 14px;
}
.news #right .col1 li a:hover{
	color: #ccc;
}
.news #right .col1 li.selected a{
	color: #fff;
}
.news #right .col2{
	float: left;
	width: 240px;
	padding: 150px 0 0 30px;
}
.news #right .col2 h1 {
	font-size: 14px;
	text-transform: uppercase;
}

/** Contact **/
.contact #right{
	background: url(../images/bg_contact.jpg) no-repeat top left;
	/*
	padding: 0px 0 0 0px;
	width: 780px;
	height: 800px;
	*/	
	padding: 115px 0 0 30px;
	width: 750px;
	height: 675px;
	font-size: 12px;
	line-height: 1.5em;
}

/** No Background **/
.nobg #right{
	background: url(../images/bg_nobg.jpg) no-repeat top left;
	/*
	padding: 0px 0 0 0px;
	width: 780px;
	height: 800px;
	*/	
	padding: 115px 30px 0 30px;
	width: 720px;
	height: 675px;
	font-size: 12px;
	line-height: 1.5em;
}

.nobg #right p{
	padding: 5px 0 5px 0;
}



/** Maintenance **/
.maintenance #right{
	background: url(../images/bg_maintenance.jpg) no-repeat top left;
	/*
	padding: 0px 0 0 0px;
	width: 780px;
	height: 800px;
	*/	
	padding: 115px 30px 0 30px;
	width: 720px;
	height: 675px;
	font-size: 12px;
	line-height: 1.5em;
}

.maintenance #right p{
	padding: 5px 0 5px 0;
}




