html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
}

body {
  background: #716155;  
}

body, p, td {
  font-family: arial, verdana, helvetica;
  font-size: 9pt;
}

img {
  border: 0;
}

h1 {
  font-family: arial, verdana, helvetica;
  font-size: 16pt;
  margin-top: 6px;
  margin-bottom: 12px;
  color: #990000;
}

h2 {
  font-family: arial, verdana, helvetica;
  font-size: 12pt;
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 6px;  
  color: #990000;
}

h3 {
  font-family: Trebuchet MS, arial, verdana, helvetica;
  font-size: 12pt;
  font-style: italic;
  margin-top: 12px;
  margin-bottom: 6px;  
  color: #990000;  
}

a, a:visited {
  color: #990000;  
}

#outer {
  background: #e5ddd6;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#header {
  width: 900px;
  height: 130px;
}

#header-left {
  width: 180px;
  height: 130px;
  float: left;
  background: url( '../header_left.jpg' ) no-repeat;
}

#header-right {
  width: 720px;
  height: 130px;
  float: right;
  background: url( '../header_right.jpg' ) no-repeat; 
}

#menu {
  margin-top: 101px;
  width: 700px;
  height: 30px;
  font-family: "Arial Narrow", Arial;
  font-size: 13pt;
  font-weight: bold;
}

#menu ul {
  padding: 0;
  margin: 0;  
}

#menu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline;
}

#menu li.menu-item {
  float: left;
  height: 30px;
  background: url( '../menu-item_bg_right.gif' ) no-repeat left 15px;
}

#menu li.menu-item-first {
  float: left;
  height: 30px;  
}

#menu div.menu-item {
  float: left;
  height: 30px;
  background: url( '../menu-item_bg_right.gif' ) no-repeat left 15px;
}

#menu div.menu-item-first {
  float: left;
  height: 30px;  
}

#menu a {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: #D1D1D1; 
  background: url( '../menu-item_bg_left.gif' ) no-repeat right 15px;
}

#menu a.menu-item-last {
  padding-left: 10px;
  text-decoration: none;
  background-image: none;
  color: #D1D1D1;  
}

#menu li.menu-item-active {
  float: left;
  height: 30px;
  padding-top: 8px;
  background: url( '../menu-item-active_bg_right.gif' ) no-repeat left 14px;
}

#menu a.active {
  margin-left: 5px;
  padding-left: 5px;
  background: #000 url( '../menu-item-active_bg_left.gif' ) no-repeat right 6px;
}


#aanbieding {

}

#left {
  width: 180px;
  height: 335px;
  min-height: 335px;
  float: left;
  background: url( '../left_bg.jpg' ) no-repeat;
}

#submenu {
  font-family: "Arial Narrow", Arial;
  font-size: 13pt;
  color: #FFF;
}

#submenu ul {
  padding: 0;
  margin: 0;  
}

#submenu ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#submenu a {
  text-decoration: none;
  color: #FFF;
  display: block;
  width: 150px;
  min-height: 24px;
  padding-left: 10px;
  padding-right: 20px;
}

#submenu a.active {
  background: url( '/if/submenu_active_bg.gif' ) no-repeat;  
}

#content {
  bottom: 0;
  margin-left: 200px;
  padding-right: 100px;
  margin-top: 40px;
  margin-bottom:0;
  background: url( '/if/outer_bg.jpg' ) no-repeat bottom right;
  min-height: 305px;
}


#footer-container {
  clear: both;
  width: 100%;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  height: 74px;
  background: url( '/if/bottom_bg.jpg' ) no-repeat bottom;
  text-align: center;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold; 
  color: #e5ddd6;
  padding-top: 4px;
  z-index: 2;
}

#footer a {
  color: #372919;
  text-decoration: none;
}

#content img {
  padding: 2px;
}

#content table.form {
}

#content table.form tr td {
  padding: 4px;  
}

#contact_form {
  width: 500px;
  padding: 20px;
  border: 1px solid #404040;
}

div.guestbookpost {
  width: 500px;
  margin-bottom: 10px;
  border: 1px solid #404040;
}

div.guestbook_poster {
  padding: 4px;
  padding-left: 20px;
  background: silver;
  color: #990000;
  font-weight: bold;
}


div.guestbook_post {
  padding: 20px;
  line-height: 1em;
}

div.guestbook_prevnext {
  text-align: center;
  width: 600px;  
}

#guestbook_form {
  width: 500px;
  padding: 20px;
  border: 1px solid #404040;
}

div.collection {
  margin: 10px;
  float: left;
  border: 1px solid #404040;   
}

div.collectionTitle {
  padding: 4px;
  padding-left: 20px;
  background: silver;
  color: #990000;
  font-weight: bold;  
}

div.collectionThumb {
  text-align: center;
  padding: 4px;
  clear: both;
}

div.collectionStats {
  padding-left: 10px;
}

table.album tr td {
  margin: 10px;
  padding: 8px;
  text-align: center;
}

table.album tr td img {
  padding: 6px;
  border: 1px solid #404040;    
}

div.album_prevnext {
  text-align: center;
  width: 600px;
}

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}