body {
  background: url(../images/background.png) repeat-x #fff;
  font-family: "Tahoma", Trebuchet MS, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;   
}

img {
  border: 0;
}

a {
  color: #5892dc;
}

a:visited {
  color: #ff4f88;  
}

a:hover {
  color: #6AADFF;
}

a:active {
  color: #3f699e;
}

h1 {
  font-family: "Georgia", Times New Roman, Times, serif;  
  font-weight: normal;
  font-size: 3em;  
  margin: 0;
  line-height: 1em;
}

#overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url("../images/boekenkas.png") repeat;
}

#site {
  width: 790px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 1;
}

#header {
  background: #fff;
  padding: 0 0 5px 20px;
}

#logo {
  float: left;
}

#navigation {
  margin: 0 0 0 266px;
  padding: 20px 0 0 0;
  height: 241px;  
}

#headline {
  font-weight: bold;
  color: #ff4f88;
}

#navigation ul {
  list-style-type: none;
  margin: 80px 25px 0 0;
  padding: 0;  
}

#navigation li a {
  display: block;  
  height: 60px;
  color: #000;
  text-decoration: none;
}

#navigation li a:hover {
  background: #f3f3f3;
  color: #ff4f88;
}

#navigation li a:active {
  background: #f0f0f0;
  color: #6AADFF;
}

.column {
  font-family: "Georgia", Times New Roman, Times, serif;
  font-size: 1em;
  width: 25%;
  float: left;
}

.column hr {
  border: 0 solid #000;
  height: 0;
  border-top-width: 2px;
  margin: 0;
}

#main_top {
  margin: 8px 0 0 0;  
  padding: 10px 0 0 18%;  
  font-size: 0.7em;
  font-weight: bold;
  color: #404040;
  background: url("../images/site_top.gif") repeat-y;
  height: 18px;
}

#main_bottom {
  clear: left;
  border-bottom: 4px solid #000;
  background: url("../images/site.gif") repeat-y;
  color: #404040;
  font-size: 0.8em;
  line-height: 1.6em;
}

#main_left {
  float: left;
  width: 15%;
  min-height: 50px;  
}

#main_right {
  width: 80%;
  margin: 0 0 0 17%;
  padding: 20px 3% 25px 10px;
}

#main_footer {
  font-size: 0.8em;
  background: #fff;
  padding: 10px 0 20px 17%;  
}

#content {
  margin: 20px 0 25px 0;
}

.date, .nav {
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.nav {
  font-size: 0.85em;
}

.empty {
  height: 60px;
}

.commenthr {
  border-width: 0;
  height: 0;
  border-top-width: 1px;
  border-style: solid; 
  border-color: #000;
  margin: 15px 0 15px 0;  
}
