/* @override http://lombardenhuis.nl/css/style.css */

/* We bepalen liever zelf hoe iets eruit ziet! */

body, div, dl, dt, dd, ul,  li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

/* Geen randen om mijn plaatjes en knopjes! */

img, button {
	border: 0;
}

/* Geen fancy-pants lijstjes */
ol,ul {
	list-style: none;
}

#header {
	background: #333 url(/images/header.png) repeat-x;
	width: 100%;
	margin: 0 0 8px 0;
	/*

margin to content */
	float: left;
}

#header ul {
	padding: 0;
	margin: 0;
	font-size: 1em;
	line-height: 1;
	list-style: none;
}

h3 {
	margin-top: 15px;
}

#soffer {
	margin-top: 35px;
	position: absolute;
	right: 43px;
}

#soffer img {
	border: none;
}


#toppertje {
	position: relative;
	width: 900px;
	height: 120px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	display: block;
	position: absolute;
	top: 16px;
	left: 35px;
	width: 103px;
	height: 45px;
}

#logo img {
	border: none;
}

#websites {
	position: absolute;
	right: 36px;
	top: 8px;
	list-style: none;
}

#websites li {
	padding: 1px 1em 1px 0;
	margin-right: 1em;
	border-right: 1px solid #CAC3BF;
	float: left;
	font-size: 1.1em;
	color: #666;
}

#websites li a {
	color: #fff;
	text-decoration: none;
}

#websites li.last {
	margin: 0;
	padding: 2px 0;
	border: none;
}

#navigatie {
	overflow: hidden;
	background: #006633 url(/images/menu.png) repeat-x 0 50%;
}

#navigatie ul {
	position: relative;
	overflow: hidden;
	width: 900px;
	padding-left: 1px;
	margin: 0 auto;
	background: url(menu_sep.png) no-repeat left 50%;
}

#navigatie li {
	float: left;
}

#navigatie a {
	display: block;
	padding: 7px 12px 8px 10px;
	font-size: 1.3em;
	line-height: 1;
	background: url(/images/menu_sep.png) no-repeat right 50%;
	color: #FFF;
	text-decoration: none;
}

#navigatie a:hover {
	color: #ddd;
	background: #030 url(/images/menu.png) repeat-x;
}

#navigatie li.hot {
	background: url(/images/menu_hot.png) repeat-x right 50%;
}

#navigatie li.hot a {
	background: url(/images/menu_hot_sep.png) no-repeat right 50%;
}

#nfcontent {
	overflow: hidden;
	width: 900px;
	margin: 0 auto 0 auto;
	padding-top: 12px;
	clear: both;
	text-align: left;
}

.item {
	width: auto;
	padding-right: 136px;
	padding-top: 36px;
	margin-bottom: 18px;
	display: block;
	clear: both;
}

.service {
	padding: 10px;
	margin: 0  0 16px 36px;
	width: 230px;
	float: left;
	border: 1px solid #bbb;
	height: 100px;
	background: transparent url(header.png) repeat-x;
	background-position: bottom;
}

.hservice {
	padding: 10px;
	margin: 16px  36px 16px 0;
	width: 230px;
	float: left;
	border: 1px solid #bbb;
	background: transparent url(header.png) repeat-x;
	background-position: bottom;
}

ul#footer {
	overflow: hidden;
	width: 828px;
	padding: 0.4em 0 0.4em 0;
	margin: -4px auto 20px auto;
	border-top: 1px solid #CAC3BF;
}

* html ul#footer {


/* small padding-fix for ie6 */
padding-bottom: 0;
}

// plaatje erbij
#content {
	background: #f00 url('/images/footer.jpg') repeat-x;	
}



ul#footer li {
	padding-bottom: 1em;
	float: left;
}

ul#footer li.last {
	float: right;
}

ul#footer ul li a {
	font-size: 1.1em;
	line-height: 1.2em;
}

ul#footer ul li {
	height: 1.3em;
	padding: 0 1em 0 0;
	margin: 4px 1em 0 0;
	border-right: 1px solid #CAC3BF;
	float: left;
}

ul#footer ul li.last {
	float: left;
	padding: 0;
	margin: 4px 0 0 0;
	border: none;
}

ul#footer li.last li.last {
	margin-top: 0;
}

ul#footer ul li select {
	font-size: 1.1em;
}

.defaulf-position {
	position: static;
/*

IE6 bug for floating layers, IE6 has a problem to float objects with position:relative */
}

/* confomat positioning */

#confomatdiv {
	position: relative;
	margin-left: -16px;
}

/* General */

body {
	font-family: "Trebuchet MS", Corbel, Calibri, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1;
	color: #222;
	background: #FFF;
}

h1 {
	

/*	margin-bottom: 1.05em;*/
	margin-bottom: 0.71em;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #493829;
}

h2 {
	display: block;
	/

*	margin-bottom: 1.1em;*/
	margin-bottom: 0.67em;
	font-size: 1.5em;
	font-weight: bold;
	color: #c00;
}

p + h3,
	ul + h3,
	ol + h3,
	a + h3,
	img + h3 {
	margin-top: 1.2em;
}

h4 {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.42em;
	color: #493829;
}

p,
dl,
ul,
pre,
address {
	margin-bottom: 0.5em;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.5em;
}

dl dt {
	font-weight: bold;
	color: #493829;
}

dl dd {
	margin-bottom: 1em;
}

ol li {
	padding: 0.12em 0;
}

dl ul {
	font-size: 1em;
}

/* added 03-08 */

div#content ol {
	list-style-type: decimal;
	margin-left: 1.4em;
	padding-left: 0.1em;
}

div#content ol li {
	padding: 0 0 0.5em 0;
}

div#content ol p,
	div#content ol h4 {
	font-size: 1em;
}

div#content ol h2 {
	font-size: 1.3636em;
}

div#content ol h3 {
	font-size: 1.1818em;
}

/* end added 03-08 */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

/* Links */

a:focus, 
a:hover,  
a:active {
	text-decoration: none;
	color: #c00;
}

a:link, 
a:visited {
	color: #000;
}


/* Images */

img {
	border: 1px solid #CAC3BF;
	font-size: 1.1em;
}


/*  
This thingy is based on WordPress default-> so GPL.

Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%;


/* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
}

#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}

#content {
	font-size: 1.2em
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

#item {
	margin: 0 34px 0 34px;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: small;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #007c18;
}

.post h2 {
	margin-bottom: 8px;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #333;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #333;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & Colors */

/* Begin Structure */

body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

.narrowcolumn {
	float: left;
	inherit: none;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 36px;
}

.post {
	margin: 0 0 20px;
	text-align: justify;
	width: 430px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */

/*	Begin Headers */

h1 {
	padding-top: 70px;
	margin: 0;
}


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

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}



h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

/* End Headers */

/* Begin Images */

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

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */

/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {


/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */

/* Begin Sidebar */

#sidebar {
	margin-left: 700px;
	width: 200px;
}

#sidebar form {
	margin: 0;
}

/* End Sidebar */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {


/* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

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

.center {
	text-align: center;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

/* End Various Tags & Classes*/

/* Rene */

.postmetadata {
	color: #c00;
	padding: 4px;
	background-color: #eee;
	font-size: x-small;
}

.leftmenu {
	width: 150px;
	float: left;
}

.leftmenu ul {
	list-style-type: disc;
	margin-left: 0px;
	width: 120px;
}

.leftmenu ul li {
	font-size: x-small;
}

.leftmenu ul li a:hover {
	text-decoration: underline;
}


/* FLOATER */
#trailimageid {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 510px;
	height: 1px;
	z-index: 1000;
	background-color: #ddd;
}

#popup {
	background-color: #ddd;
}

#popup h2 {
	font-size: x-small;
	color: #333;
}

.related {
	display: block;
	background-color: #eee;
	margin-top: 12px;
	padding: 10px;
	padding-right: 0px;	
}

.listItem {
	display: block;
	float: left;
	border: 1px solid #bbb;
	margin: 0px;
	margin-right: 20px;
	padding: 0;
	height: 160px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.listItem .ab {
	text-align: center;
	display: block;
	width: 120px;
	height: 120px;
}
.listItem .set {
	width: 120px;
}

#realmagic {
	width: 510px;
	float: left;
}

#realmagic h2, #sidebar h2 {
	padding-bottom: 7px;
	margin-bottom: 12px;
	border-bottom: 3px solid #bbb;
}

/* New functionality */

#smaller {
	width: 350px;
}

.relatedproducts {
	float: right;
	width: 130px;	
	border-left: 1px solid #bbb;
	padding-left: 12px;
}

.relatedproducts p {
	margin-top: 5px;
	display: inline;
}


.relatedproducts p a {
	background-color: #fff;
	border: 1px solid #fff;
	height: 56px;
	display: block;
	margin-top: 0;
	width: 56px;
	float: left;
	text-align: center;
}

.relatedproducts a:hover {
	border: 1px solid #ddd;
}


.relatedproducts img {
	border:none;
	padding: 2px;
}

.images img {
	border: none;
}

.bigprodpic {
	text-align: center;
	height:350px;
}

.bigprodpic img {
	vertical-align: middle;
}

.afstand {
	margin-top: 22px;
}

h4 {
	display: block;
	clear: left;
	margin-bottom: 5px;
}

.thissize, .othersize {
	padding: 5px;
	font-size: 22px;
	margin: 10px;
	margin-left: 0;
	display: inline-block;
	width: 40px;
	text-align: center;
}

.thissize {
	border: 1px solid #bbb;
	background-color: #ddd;
}

.othersize {
	border: 1px solid #666;
}

.othersize:hover {
	background-color: #ddd;
}

input {
	border: 1px solid #666;
}

.productimage {
	margin:0;
	padding: 0;
	width: 120px;
	height: 120px;
	display: block;
	vertical-align: middle;
	background-color: #fff;
}

.listItem:hover {
	background-color: #efe;
}


