/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #65605B url(pattern.png) repeat;
  color: #555;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2,  h4
{ font-family: tahoma, arial, sans-serif;
  font-size: 120%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #6F5E43;
}
h3
{ font-family: tahoma, arial, sans-serif;
  font-size: 100%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
  color: #6F5E43;
}

h4
{ font-family: arial, sans-serif;
  font-size: 90%;
  color: #555;
  font-weight: bold;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

.left, .right{border-color: #FFF;}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid #4D4D4D;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

.button { color: #660000; font-size: 10px; width: 80px;  }

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main
{ width: 876px;
  background: #FFF url(main.png) repeat-y;
  color: #555;
}

/* logo */
#logo
{ width: 876px;
  height: 80px;
  border-top: 1px solid #F2F2F0;
  background: #444 url(topbck1.jpg) repeat left center;
  color: #FFF;
  
}

/* navigation menu */
#menubar
{ background: #BDB9B2 url(menu.png) repeat;
  width: 876px;
  height: 16px;
  position:relative;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 44px;
  text-decoration: none; 
  padding: 26px 15px 0px 15px;
  text-align: center;
  border-right: 1px solid #F2F2F0;
  background: transparent;
  color: #FFF;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #E5E2DB url(menu_sel.png) repeat;} 

#search
{ float: right; 
  padding: 18px 15px 0px 0px;
}

input.searchfield
{ background: #FFF; 
  border: 1px solid #605D58; 
  padding: 2px;
}

input.searchbutton
{ background: #605D58; 
  border: 0px; 
  padding: 1px;
  color: #FFF;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 876px;
  overflow: hidden;
  position: relative;
  top: 10px;
} 

/* sidebar */
.sidebar
{ float: left;
  width: 190px;
  padding: 15px 0px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 170px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid #E5E2DB;
  width: 140px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #DDDCE4;
}

.sidebaritem li a, .sidebaritem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 

/* page content */
#content_container
{ text-align: left;
  width: 655px;
  float: left;
  padding: 10px 10px 10px 0px;
}

#content
{ text-align: left;
  width: 625px;
  padding: 8px 15px 8px 15px;
}

#content a
{ background: transparent;
  color: #DE9412;
}

#content a:hover
{ background: transparent;
  color: #A4A4A4;
}

.sidebaritem, #content{background: #FFF;}

/* footer */
#footer
{ width: 836px;
  height: 12px;
  padding: 10px 21px 10px 19px;
  text-align: center; 
  border-top: 0px solid #F2F2F0;
  background: #BDB9B2 url(menu.png) repeat;
  color: #444;
  position:relative;
  float:left;
}

#footer a
{ background: transparent;
  color: #FFF;
}

#footer a:hover
{ background: transparent;
  color: #555;
}

#content a, #content a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block; background: #E5E2DB;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #FFF;
}

.r1{margin: 0 5px;}

.r2{margin: 0 3px;}

.r3{margin: 0 2px;}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{ margin-bottom: 10px; 
  background: transparent; 
  color: #444;
}

fieldset
{ border: 1px solid #E5E2DB; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.comment
{ background: #F2EFEA; 
  color: #444;
}

.date
{ border-top: 1px solid #E5E2DB; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}
/* Slide show */
.image_info {
    display:block;
    font-size:10px;
    color:#999;
    border:0px;
    }
.show_title a {
    font-size:12px;
    text-decoration:none;
    color:#999;
}
.image_info a {
    text-decoration:none;
    color:#fff;
}

.image {
    margin-bottom:0px;
}
.image img {
    padding:2px;
    border: 1px solid #000;
    display:block;
    background-color: #fff;
    margin-top: 0px;
    width: 600px;
	
}
.navigation, .navigation a {
	text-decoration: none;
    margin-top:0px;
    font-weight:bold;
}
.thumbnail_row {
    margin-top: 1px;
}
.thumbnail_row img {
    border:0px solid #aaa;
    margin-top:2px;
}
.thumbnail_center {
    padding:1px;
    border:1px solid #fff !important;
}
.small, .small a {
    margin-top: 20px;
    text-decoration:none;
    color:#777;
}
/* articles items / links */
.articleitem
{ text-align: left;
  width: 170px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.articleitem h1, .articleitem h3, .articleitem p{margin: 8px 10px 10px 12px;}

.articleitem ul
{ border-top: 1px solid #E5E2DB;
  width: 140px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.articleitem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid #DDDCE4;
}

.articleitem li a, .articleitem li a:hover
{ height: 16px;
  text-decoration: none; 
  background: transparent url(arrow.png) no-repeat left center;
  color: #555;
  padding: 0px 0px 0px 18px;
  display: block;
} 

.articleitem li a.current, .articleitem li a:hover, .articleitem li a.current:hover
{ background: transparent url(arrow_select.png) no-repeat left center;} 

/* Bestelformulier */
.caption {
	border: 0px solid #BABAB1;
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	valign: center;
	background-color: #BABAB1;
	height: 20px;
}
.wagenlijst{
	font-family: "Verdana";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	background-color: #FDFCD5;
	color: #54544E;
	bordercolor: #FDFCD5;
}
.wagentotaal{
	font-family: "Verdana";
	font-size: 11px;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	background-color: #CCCC99;
	color: #54544E;
	border: 1px solid #336699;
    border-top-width: 2px; 
	border-left-width: 2px;
	celpadding: 2px;
	celspacing: 2px;
}
.wagentxt {
	font-family: "Verdana";
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #54544E;
}

td
{
font-family: "Verdana";
font-size: 11px;
}

/* Items lampinfo */
#lampitem{
	background-color: #65605B;
	font-family: "Verdana";
	font-size: 9px;

}
.tditem{
	background-color: #FFE5E5;
	font-family: "Verdana";
	font-size: 9px;
}
.tableitem{
	background-color: #65605B;
	font-family: "Verdana";
	font-size: 9px;
	color: #FFFFFF
}

.drtop, .drbottom{display: block; background: #FFFFFF;}

.drtop .dr1, .drtop .dr2, .drtop .dr3, .drtop .dr4,
.drbottom .dr1, .drbottom .dr2, .drbottom .dr3, .drbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
  background: #65605B;
}

.dr1{margin: 0 5px;}

.dr2{margin: 0 3px;}

.dr3{margin: 0 2px;}

.drtop .dr4, .drbottom .r4
{ margin: 0 1px;
  height: 1px;
}
