body {
  background-image: url(assets/bg2.gif);
  background-color: #290e06;
  background-repeat: repeat-x;
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
  height: 110%;
  /*overflow: scroll;*/
}
#container {
  position: absolute;
  width: 780px;
  left: 50%;
  margin-left: -375px;
  @height: inherit;
/*height: 100%;*/
  @min-height: 100%;
  font-family : verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
}
#sub-container {
  position: inherit;
  width: 100%;
  background-image: url('assets/bg-wide.jpg');
  background-repeat: repeat-y;
  @height: 100%;  /* @-sign needed for <IE7 */
/*height: inherit;*/
  min-height: 100%;
}

#banner {
  position: absolute;
  background-image: url('assets/banner.gif');
  background-repeat: no-repeat;
  top: 0px;
  left: 13px;
  width: 752px;
  height: 216px;
}
#banner #image {
  position: absolute;
  width: 496px;
  height: 166px;
  top: 12px;
  left: 244px;
}
#banner #webcam {
  position: absolute;
  width: 164px;
  height: 123px;
  top: 49px;
  left: 45px;
}
#maincontent {
  padding-top: 224px;
  background: inherit;
}
#maincontent #leftcolumn {
  font-size: 1px; /* Needed to be sure the distance between image and navigation is 0 */
  float: left;
  width: 193px;
}
#maincontent #leftcolumn .content{
  padding: 0px;
  margin: 0px;
  padding-left: 25px;
}
#maincontent #leftcolumn .content .banner{
  padding: 0px;
  margin: 0px;
}
#maincontent #rightcolumn {
  float: right;
  width: 510px;
  line-height: 16px;
  padding-bottom: 50px;
}
#maincontent #rightcolumnfa {
  float: right;
  width: 510px;
  height: 450px;
  line-height: 16px;
  padding-bottom: 50px;
}
#maincontent #rightcolumn .content{
  padding-right: 25px;
}
#maincontent #rightcolumnfa .contentfa{
  padding-right: 25px;
  height: 100%;
}
#gallery {
  margin-top: -25px;
}
table {
  font-size: 10px;
/*  padding-bottom: 10px;*/
  margin: 0px;
  padding: 0px;
}
#maincontent #rightcolumnfa .contentfa h1,
#maincontent #rightcolumn .content h1 {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  margin-top:5px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 5px;
  background-color: #c1ae95;
  line-height: 17px;
  border-bottom:1px dashed #8A7C6A;
}
#maincontent #rightcolumn .content h1 .date {
/*  display: none;*/
  font-size: 10px;
  font-weight: normal;
  padding-right: 5px;
  float: right;
}
#maincontent #rightcolumnfa .contentfa .othercontent,
#maincontent #rightcolumnfa .contentfa .blogcontent,
#maincontent #rightcolumn .content .othercontent,
#maincontent #rightcolumn .content .blogcontent,
#maincontent #rightcolumn .content .search-results {
  padding: 3px 5px 5px 5px;
/*  border-left:1px dashed #8A7C6A;
  border-bottom:1px dashed #8A7C6A;
  border-right:1px dashed #8A7C6A;*/
}
.borderupdown {
  margin-top: 10px;
  padding-bottom: 2px;
  margin-bottom: 2px;
/*  padding-right: 10px;*/
  border-top: 1px dotted #8A7C6A;
  border-bottom: 1px dotted #8A7C6A;
}
#maincontent #rightcolumn .content .entryfooter {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	clear: both;
  margin-top: 5px;
  border-top: 1px dotted #8A7C6A;
}
/*#maincontent #rightcolumn .content .entryfooter a, .date a, .entryfooter_linkdump a, .date_linkdump a {
	text-decoration: none;
	font-weight: bold;
	color: #5c6b8e;
}
#maincontent #rightcolumn .content .entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5c6b8e;
}
*/
#reacties,
#zoeken,
#archieflijst,
#kalender,
#fotoalbumlijst {
  width: 193px;
  margin-top:15px;
}

#designby {
 padding-top: 10px;
 width: 193px;
 margin-top: 15px;
}

#designby #designlogo {
  padding-left: 00px;
  padding-right: 0px;
  padding-top: 5px;
}

#reacties #reaccontent {
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 16px;
}
#zoeken #zoekcontent,
#archieflijst #archiefcontent{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}
#fotoalbumlijst #fotoalbumcontent {
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 16px;
}

#kalender #kalendercontent {
  padding: 5px 8px;
  font-size: 10px;
  line-height: 16px;
}
form, p {
  padding: 0px;
  margin: 0px;
}

.entryfield,
.entrybutton,
.searchbox,
.result-searchbox,
.searchbutton,
.result-searchbutton,
.commentinput {
  margin: 1px;
  font-family : verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  background-color: #E2D8CA;
}
.entrybutton,
.searchbutton,
.result-searchbutton {
  border: 1px solid #000;
}
.searchbox {
  width: 10em;
}

#footer {
  position: absolute;
  bottom: 0px;
  clear: both;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 5px;
  border-top: 1px dotted #8A7C6A;
  width: 100%;
}

#navcontainer {
margin: 0;
padding: 0;
}

#navcontainer a {
display: block;
width: 193px;
height: 24px;
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
line-height: 18px;
letter-spacing: 3px;
border: 1px;
padding: 0px;
margin: 0px;
padding-left:41px;
}

#navcontainer ul {
list-style-type: none;
text-align: left;
margin: 0px;
padding: 0px;

}

#navcontainer ul li {
background: url('assets/menuoff.gif') no-repeat;
}

#navcontainer ul li a {
background: url('assets/menuoff.gif') no-repeat;
}

#navcontainer li a:hover {
background: url('assets/menuon.gif') no-repeat;
text-decoration: none;
}

body#home #navcontainer ul li a.home,
body#archief #navcontainer ul li a.archief,
body#contact #navcontainer ul li a.contact,
body#fotoalbum #navcontainer ul li a.fotoalbum,
body#over #navcontainer ul li a.over,
body#links #navcontainer ul li a.links,
body#evolutie #navcontainer ul li a.evolutie {
background: url('assets/menua.gif') no-repeat;
color: #918250;
font-weight: bold;
}

a:link, a:visited {
text-decoration: none;
/*border-bottom: 1px solid #BEB9AA;*/
color: #786946;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #968246;
}

a:active {
text-decoration: none;
color: #5A503C;
}

.blogcontent a:link, .blogcontent a:visited {
border-bottom: 1px dashed #786946;
}

.blogcontent a:hover {
text-decoration: none;
border-bottom: 1px solid #968246;
}

.blogcontent a:active {
border-bottom: 1px dashed #786946;
}

.reacitem {
  margin: 0px;
  padding: 0px;
  background-image: url('assets/menu-item.gif');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 21px;
}

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.pivot-image,
.pivot-popupimage { 
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
background-color: #C6B298;
border: 1px solid #8A7C6A;
}

.blogcontent blockquote {
color: #685945;
padding: 10px;
margin-top: 15px;
margin-bottom: 5px;
background-color: #C6B298;
border: 1px solid #8A7C6A;
font-weight: bold;
}

.blogcontent blockquote p:first-line {
font-size: 18px;
font-family: serif;
font-style: italic;
}