#header, #menu, #verticalRuler, #horizontalRuler { display: none; }

body {
	font-family: trebuchet MS, arial, verdana, sans serif;
	font-size:12px;
} 

a {
	color:#333;
	text-decoration:underline;
}

#container {
  width: 100%;
}

/****      STYLES CONTENT ITEMS    ****/
#content {
	padding: 10px;
}

#printonly {
  text-align: right;
	padding: 10px;
	font-size: 1.6em;
	font-weight: bold;
	color: #6d808e;
	height: 50px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
}

#printonly img {
  float: left;
}

#breadcrum {
  font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
	
	border-bottom: 1px solid #cdcdcd;
}

/*****     STYLES ITEM OVERZICHT     *****/
#itemOverzicht {
  text-align: center;
	font-weight: bold;
}

#itemOverzicht .foto {
  width: 280px;
	margin-top: 10px;
	border: 1px solid #e3e3e3;
}

#itemItem {
  width: 290px;
  display: inline;
	margin-right: 20px;
	/*
	text-align: center;
	height: 260px;
	margin: 10px 0;*/
}

/*****     STYLES ITEM DETAILS     *****/
#item {
  width: 650px;
  clear: both;
}

#item .foto {
  width: 310px;
	float: left;
	margin-left: 5px;
}

#item .foto img {
  border: 1px solid #e3e3e3;
}

#itemfoto {
  width: 300px;
}

#item .thumb {
  width: 70px;
}

#details {
  float: left;
	display: block;
	margin-left: 15px;
}

#details .label {
  float: left;
	width: 100px;
	font-weight: bold;
	height: 30px;
	clear: left;
}

#details .text {
  float: left;
	width: 200px;
}

/****      HOME STYLES      *****/
#homeheader {
  margin: 0 2px 2px 2px;
	padding-bottom: 2px;
	height: 202px;
	_height: 210px;
	overflow: hidden;
	width: 666px;
	border-bottom: 5px solid #7d7d7d;
}

#hometext {
	padding: 0 10px;
  float: left;
	height: 202px;
	overflow: hidden;
	width: 350px;
	margin: 0 10px;
	text-align: center;
}

#hometext h1 {
  margin: 5px 0;
}

#homeimg {
  float: right;
	height: 202px;
	overflow: hidden;
}

#homeimg img {
  height: 202px;
	border-left: 2px solid #ffffff;
}

#homecontent {
  width: 469px;
  float: left;
}

#homecontent img {
  border: 0;
}

#homecontent .text {
	font-size: 1.25em;
	font-weight: bold;
	margin: 20px 10px 10px 10px;
	line-height: 15px;
}

#homecontent .fotos {
  width: 200px;
  padding: 2px;
	border: 1px solid #e3e3e3;
	margin: 20px 30px;
	float: left;
}

#homecontent .fotos img {
	margin-bottom: 2px;
}

#homecontent .vorige {
  float: left;
}

#homecontent .volgende {
  float: right;
	width: 100px;
	border-left: 1px solid #e3e3e3;
	text-align: right;
}

#homecontent .text2 {
  float: right;
	text-align: center;
  height: 110px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 20px;
}

#homecontent .laatstewijziging {
  clear: both;
	text-align: center;
}

#homecontact {
  float: left;
	padding: 10px 20px;
	width: 160px;
	_width: 200px;
	border-left: 1px solid #e3e3e3;
}

#homecontact h1 {
  font-style: italic; 
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
}

/****      CONTACT STYLES      *****/
#contactForm label {
  font-weight: bold;
  width: 200px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 7px;
}

#contactForm input, select, textarea {
	color:#000000;
	border:1px solid #C0C0C0;
	font-family:"Trebuchet MS",Arial,_serif;
	font-size:11px;
	background-color:#F6F6F6;
	margin-top: 5px;
	width: 200px;
}

#contactForm .shortselect{
  width: 50px;
}

#contactForm .inputname {
  width: 147px;
}

#contactForm .textarea {
  width: 230px;
	height: 100px;
}

#submitContact {
  margin-left: 208px;
}

/****      LINK STYLES      *****/
#links a {
  display: block;
	clear: both;
	width: 460px;
}


#footer .websitesenzo a {
  color: #000;
	font-size: 0.9em;
  text-decoration: none;
}