/* Peter Tindemans, InTouch Reclame en Internetoplossingen- Juni 2009 */

html{
	margin: 0px;
	padding: 0px;
}
	
body {
	height: 100%;
	color: #000;
	background: url("images/bg.png") repeat-x top #929395;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
}

* {
	margin: 0px;
	padding: 0px;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a:link,a:visited,a:active,a:hover { color: #1F3C61; text-decoration: none;}

.hide {
visibility: hidden;
display: none;
}
	
/* Headings */

h1 {
	font-size:28px;
}

h2 {
	font-size: 14px;
	color: #0C356A;
	margin: 0px 0px 5px 0px;
	font-weight:normal;
}

h3 {
	font-size: 24px;
	color: #0C356A;
	font-weight:bold;
}
h4 {
	font-size: 20px;
	color: #383838;
	margin: 0px 0px 5px 0px;
	font-weight:normal;
}
h5 {
	font-size: 14px;
	color: #383838;
	margin: 0px 0px 10px 0px;
}
h6 {
	font-size: 28px;
	color:#347BA2;
}

/* Cataloger */

.category_items {
border-top: 1px solid #CCC;
margin-top: 15px;
}

#item_image {
border: 1px solid #CCC;
float: left;
}

.catalog_item {
clear: both;
}

.item_content {
clear: both;
}

.item_images {
float: left;
}

.item_thumbnails {
border: 2px solid #CCC;
margin: 0px 0px 3px 10px;
}

.item_thumbnails_box {
float: right;
}


/* Afbeeldingen */

img {
	border-style: none;
	}


/* Fotoalbum */

.omschrijving {
margin: 23px 0px 0px 110px;
}

/* Website structuur */

.container {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	background: url(images/shadow_center.png) repeat-y;
}

.container_wide {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
}

div#content {
	width: 950px;
	float: left;
	background:url(images/bg_leftbar.png) repeat-y #FFF;
}

div#content_watermerk {
	width: 950px;
	float: left;
	background:url(images/bg_leftbar_watermerk.png) no-repeat bottom #FFF;
}

div#content_box {
	width: 658px;
	margin: -30px 0px 50px 0px;
	float: left;
	z-index: 0;
}

div#content_breadcrumbs {
	width: 580px;
	height: 50px;
	margin: 0px 0px 0px 45px;
	color:#C5C5C5;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-align: right;
	text-transform:uppercase;
}

div#content_titel {
	margin: 8px 0px 15px 45px;

}

div#content_tekst {
	padding: 0px 0px 0px 45px;
	width: 580px;
margin-bottom: 25px;
	text-align: justify;
}

div#leftbar {
	width: 290px;
	min-height: 500px;
	margin-bottom: 50px;
	overflow visible;
	display: table;
	float: left;
}

div#gallery {
	margin: 0px 0px 0px 4px;
}

/* Footer*/

div#footer {
	width: 980px;
	height: 50px;
	background:url(images/footer.png);
}

div#footer_info {
	float: right;
	color: #FFF;
	margin: 13px 25px 0px 0px;
}

div#footer_intouch {
	float: left;
	margin-right: 600px;
}

div#footer_empire {
	float: right;
}

/* Menu */

div#menu {
	float:left;
	margin: 32px 0px 0px 30px;
	width: 925px;
	height: 80px;
}

/* Decoratie */

div#schaduw_top {
	height: 15px;
}

div#schaduw_left {
	width: 15px;
	height: 610px;
	float: left;
}

div#schaduw_right {
	width: 15px;
	height: 610px;
	float: left;
}

div#schaduw_bottom {
	height: 15px;
}

div#header {
	height: 80px;
	background:url(images/header.png);
}

div#lijn {
	width: 950px;
	height: 3px;
	background:#FFF;
}

div#slide_box {
	width: 660px;
	height: 220px;
	float:left;
	position:relative;
	z-index: 20;
}

div#logo_box {
	width: 290px;
	height: 220px;
	float:left;
	background:#748498;
	position:relative;
	z-index: 10;
}

/* Zoeken */

div#zoeken {
	float:right;
	width: 175px;
	height: 80px;
}

div#search {
	width: 155px;
	height: 28px;
	margin-top: 34px;
	margin-right: 20px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 100px;
	height: 17px;
/* removes default borders, allows use of image */
	border-style: none;
/* text color */
	color: #999;
/* padding of text */
	padding: 7px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: bold 0.9em Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(images/search.png) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 37px;
	height: 28px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(images/search.png) no-repeat right top;
}

/* Middle line */

div#midline {
	top: -49px;
	width:950px;
	height: 49px;
	clear: both;
	position:relative;
	background:url(images/midline1.png);
	z-index: 40;
}

/* Menu */

div.home {
    width: 55px;
    background: url(images/menu_home.png) 0 -30px no-repeat;
  }
  div.home a {
    background: url(images/menu_home.png) top left no-repeat;
  }
  div.home2 {   
    width: 55px;
    background: url(images/menu_home.png) 0 -30px no-repeat;
  }
  div.home2 a {    
    background: url(images/menu_home.png) 0 -60px no-repeat;
  }

 div.contact {
    width: 85px;
    background: url(images/menu_contact.png) 0 -30px no-repeat;
  }
  div.contact a {
    background: url(images/menu_contact.png) top left no-repeat;
  }
  div.contact2 {   
    width: 85px;
    background: url(images/menu_contact.png) 0 -30px no-repeat;
  }
  div.contact2 a {    
    background: url(images/menu_contact.png) 0 -60px no-repeat;
  }

  div.nav {
    height: 30px;
    margin: 0;
    float: right;
  }
  div.nav a {
    display: block;
    margin: 0px 10px 0px 0px; 
padding:0;
    width:100%; height:100%;
  }
  div.nav a:hover {
  background-image: none;
  }
