*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8.5pt;
	letter-spacing:0.01em;
	text-align: center;
	color: #334848;
	background-color: #cbcbcb;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 100%;
}

body.inspiratie
{
	color: #fff;
}

div, p, img, a, td, ul, ol { font-size: 1em; }

iframe {
	border:none;
	}
ol
{
	margin-left: 1em;
	padding-left: 1em;
}

ol li
{
	margin-left: 1em;
	padding: 0 0 .5em.3em;
	list-style: decimal;
}

h1, h2, h3, h4
{
	font-family: Lucida sans, Verdana, georgia, helvetica, arial, sans-serif;
	font-weight: normal;
	margin: .5em 0;
	letter-spacing: .07em;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 135%; }

h4
{
	font-size: 105%;
	letter-spacing: .15em;
}

p { padding: 0 0 1em; }

a, a:link
{
	text-decoration: none;
	color: #f5f5f5;
	border:0px;
}

a:visited
{
	color: #f5f5f5;
}

a:hover
{
	color: #eb6400;
	text-decoration: none;
}

a:active
{
	color: #c33;
	border-color: #c33;
}

a img, img { border: 0px; }

ul
{
	list-style: none;
	margin: 0 0 20px 1em;
}

li
{
	list-style: none;
	padding-left: 1em;
	margin-bottom: 3px;
}

.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
	z-index: 9900;
}

#page
{
	width: 900px;
	height:550px;
	overflow:hidden;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #fff;
}

#gallery
{
	float: left;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
}


#button
{
	float: left;
	width: 233px;
	position: absolute;
	margin: 310px 50px 0 580px;
	display:none;
}


body.collectie #button
{
	display:block;
}

#content
{
	float: left;
	text-align: left;
	width: 800px;
	padding: 0;
	background-color: transparent;
	background-repeat: repeat-y;
	padding: 10px 0 0 0;
	line-height: 1.5em;
	background: url(../images/bar.gif) no-repeat 0 0;
	position: absolute;
	margin: 395px 50px 0 50px;
}

body.inspiratie #content
{
	background: url(../images/bar-white.png) no-repeat 0 0;
}
body.contact #content
{
}


#subcontent
{
	float: left;
	text-align: left;
	width: 800px;
	padding: 0;
	padding: 10px 0 0 0;
	line-height: 1.5em;
	position: absolute;
	margin: 95px 50px 0 50px;
}

.c1, .c2, .c3
{
	float:left;
	width:240px;	
}

.c2
{	
	padding-top:17px;
	width:450px;
	margin:0 0 0 20px;
	}
	
#subcontent .c2
{
	width: 540px;
	padding-top: 0px;
	overflow:hidden;
}

#subcontent .c1
{
	width: 190px;

}

.verkoop #subcontent
{
	padding-top: 0px;
	background: transparent url(../images/80procentt.png) 0 0;
}

.verkoop #subcontent .c2
{
	width: 550px;
}


body.home .c2
{	
	width:260px;
	}
	
	
.c3
{	
	padding-top:17px;
	width:60px;
	margin:0 0 0 20px;
	}

body.home .c3
{	
	width:260px;
	}
	




/* Special text formatting 
------------------------------------------------------------------------------- */

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { color: #000; }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }

h2 a:hover, h3 a:hover
{
	color: #f5f5f5;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle
{
	margin-top: 30px;
	text-align: center;
}

h4.date-header
{
	margin-top: 0;
	padding-left: 0px;
	font-size: 90%;
	color: #989897;
}

h4
{
	margin-top: 5px;
	padding-top: 5px;
	font-size: 90%;
	color: #fff;
	text-transform: uppercase;
}

strong { color:#e4c490;}

blockquote
{
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

code
{
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre;
	width: 350px;
	height: auto;
	overflow: auto;
	display: block;
	border: 1px solid #999;
	border-width: 2px 0;
	padding: 1em;
	margin: 0 0 1em 0;
	background-color: #fafafa;
}

li code { width: 330px; }

acronym, abbr, span.caps
{
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center; }
.alignright { float: right; }
.alignleft { float: left; }
hr { display: none; }

.error, .message
{
	padding: 12px;
	background-color: red;
	color: #fff;
}

.message { background-color: green; }

/* Header 
------------------------------------------------------------------------- */

#header
{
	background: url(images/h1-header.png) no-repeat top left;
	position: relative;
	margin: 0;
	padding: 0;
	display:none;
}

#header h1
{
	margin: 0;
	background: url(images/h1-header.png) no-repeat top left;
	display:none;
}

#header h1 a
{
	text-decoration: none;
	border-bottom: none;
	display:none;
}

#header h1 a span { display: none; }

/* ----------------------------------------------------------------------------- 
NAVIGATION AND IMAGE
-----------------------------------------------------------------------------*/

#navcontainer
{
	position: absolute;
	margin: 40px 40px 0 40px;
	padding: 9px 0 0 0;
	background: url(../images/nav-bg.png)  no-repeat 0px 0px;
	height: 40px;
	width:820px;
	z-index:9000;
}

#nav
{
	background: #fff url(../images/logo.gif) no-repeat 0 -1px;
	position: absolute;
	margin: 0 10px 0 10px;
	padding: 0;
	height: 22px;
	width:800px;
	z-index:9001;
}

#btncontainer{width:500px; height:17px; margin: 3px 412px;}
#menubtn_home{width:36px; height:17px; margin-left: 0px; float:left;}
#menubtn_collection{width:63px; height:17px; margin-left: 15px; float:left;}
#menubtn_inspiration{width:65px; height:17px; margin-left: 15px; float:left;}
#menubtn_verkoop{width:101px; height:17px; margin-left:12px; float:left;}
#menubtn_contact{width:59px; height:17px; margin-left: 10px; float:left;}




/* Post (main content entries)
------------------------------------------------------------------------- */

.post
{
	margin: 0 ;
	padding: 0 ;
}

.post h3
{
	margin-top: 15px;
	color: #eb6400;
}

.post ul li
{
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}


/* Forms 
------------------------------------------------------------------------------- */

# subcontent form
{
	width: 540px;
	height:250px;
	overflow:hidden;
	text-align: left;
	clear: both;
	float:left;
	margin:0;
	border: none;
}



form label,
form input, 
form textarea
{
	width: 360px;
	padding: 3px 0 2px 2px;
	display: block;
	margin: 0;
	float: left;
	height: 20px;
	line-height: 19px;
	border-top: 1px #8C9491 dotted;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

form input, 
form textarea
{
	height:20px;
	line-height:19px;
	background: transparent url(../images/80procent.png) 0 0;
	border:0px;
	border-top:1px solid #8c9491;
	font-family: Verdana, Tahoma, sans-serif;
	font-size:11px;
	color:#334848;
	
	
}

form button
{
	padding: 2px;
	margin-top:10px;
	float:left; 
	line-height:15px;
	clear: both;
	width:170px
}

form button
{
	margin-top:10px;
	padding:0;
	float:left; 
	text-transform:uppercase;
	font-size:10px;
	letter-spacing: 0.1em;
	height:21px;
	text-align:left;
	margin-left:170px;
	line-height:12px;
	border-top: 1px #202020 dotted;
	background: transparent url(../images/8330procent.png) 0 0;

}


form label 
{
	font-size:10px;
	width:170px;
	color:#334848;

	padding-right:3px;
	}

form textarea 
{
	height:70px;
	}






ul.subsection_tabs li {
		margin:0;
		padding:0;
		border-right:1px solid #8c9491;
		width:140px;
		text-align:right;
}

ul.subsection_tabs li a,
ul.subsection_tabs li a:active,
ul.subsection_tabs li a:link,
ul.subsection_tabs li a:visited{
	height:20px;
	line-height:20px;
	border:0px;
	font-family: Verdana, Tahoma, sans-serif;
	text-align:right;
	font-size:11px;
	padding:0 20px 0 0;
	color:#334848;
}

ul.subsection_tabs li a:active {
	color:#e4c490;
	
}

h3 {
	margin:0;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	
.street,
.shop,
.city {
	display:block;
	float:left;
	width:175px;
	height:20px;
	line-height:20px;
	border-top:1px dotted #cdd9d5;
	background: transparent url(../images/80procent.png) 0 0;
	}
.shop {color:#000;font-weight:normal;}
address {
display:block;
	font-style:normal;
	height:20px;
	padding:0;
	margin:0;
}
	
	
/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img
{
	padding: 0;
	max-width: 100%;
}

img.centered
{
	display: block;
	margin: 0 auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
