body {
    font-family: sans-serif;
    background: #f6f0dd;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

h1 { margin: 0; padding: 1em 0; }
h2 { font-size: medium; margin: 0; padding: 0 0 0 0; }
h2.date { font-size: x-small; color: #aaa; padding: 0; }
.sidebar h2 { font-size: small; padding: 0; }
.sidebar h3 { font-size: x-small; padding: 0; }
.sidebar a { font-size: small; padding: 0; }


p { line-height: 150%; }

acronym { cursor: help; border-bottom: dashed 1px; }

input,select {
    background: #f2f2f2;
    border: 1px gray dotted;
}
input:hover { background: white; }

input.button {
    background: #ccc;
    border: 1px gray solid;
}

textarea {
    border: 1px gray dotted;
}

img.embed {
    border: 0px solid;
    max-width: 100%
}


img{
   border: 0px solid;
}

hr { border: 1px gray solid; margin: 1em 12em; }

div#master {
    width: 47em;/*50em;*/
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}

#header {
    color: white;
    background: #921609 url('images/logo.png') right no-repeat;
}

#header h1 { margin: 0; padding: 0.5em 0.2em; }


ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #444;
}

ul#menu li {
    float: left;
    width: 25%;
    background: #444;
    border-top: #777 solid thin;
    border-bottom: #666 dashed 0.5em;
}

ul#menu li a {
    display: block;
    padding: 0.5em 0;
    font-size: small;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover { background: #666; color: white; }
ul#menu a.current:link { background: #666; color: white; }
ul#menu a.current:visited { background: #666; color: white; }

a:link { color: #921609; text-decoration: none; }
a:visited { color: #921609; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

#content {
    background: white;
    border-top: #ddd solid 1em;
    font-size: small;
    color: #444;
    text-align: justify;
    padding: 1em 0;
}


html>body #content { 
	border-top: #ddd solid 4.1em; 
	z-index:2;
}

div.item {
    margin: 0 15em 0 1em;
    border-bottom: #ddd solid 1px;
    border-right: #ddd solid 1px;
    padding: 0 1.5em 0 1em;
    z-index:2;
}

div.itemfull {
    margin: 0 0em 0 1em;
    border-bottom: #ddd solid 1px;
    border-right: #ddd solid 1px;
    padding: 0 1.5em 0 1em;
    z-index:2;
}

div.itemcenter {
    margin: 1em 0em 0em 0em;
    margin-bottom: 1em;
    border-bottom: #333 solid 1px;
    border-right: #333 solid 1px;
    border-left: #333 solid 1px;
    border-top: #333 solid 1px;
    padding: 0em 1.5em 0em 1em;
    text-align: center;
    z-index:2;
}


div.sidebar {
    border-right: none;
    background: #ddd;
    padding: 1em;
    width: 12em;
    float: right;
    margin: 0 1px 1em 0; 
    margin-bottom: 0px;
    margin-top: 10px;
    color: #777;
    clear: both;
    font-size: small;
}

div.verkochtbanner
{
  position:absolute;
  top:1.60em;
  left:3.7em;
  font-size:80px;
  text-align:center;
  color: #FF4444;
  opacity: .3;
  filter: alpha(opacity=30);
  z-index:1;
}



div.sidebar a { font-size: small; }
div.sidebar p { font-size: x-small; margin: 0; }
div.sidebar h2 { text-align: left; margin: 0; }
div.sidebar ul { padding-left: 1.0em; font-size: small; margin-left: 0; text-align: left; }

ul { padding: 0 0 0 3em; }
ul.links { 
	list-style-type: none; 
	font-size: small;
}

div.border {
    border: #ddd solid thick;
    border-right: none;
}

#footer {
    background: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}
#footer a{ color: #ccc; }

span{
  float:left;
}

#bottommenu {
    background: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa
}
#bottommenu a { color: #ccc; }

#legal {
    border: #f6f0dd;
    background: #f6f0dd;
    color: #000000;
    font-size: x-small;
    text-align: center;
}

th { background: #eeeeee; }
td.tekoop{ color: #009200; }
td.verkocht{ color: #920000; }


table.pictures{
	background: #ddd;
	position:relative;
}


