body {
background-image: url(http://www.makelaardijtoon.nl/media/background.jpg); /* pad naar afbeelding */
background-repeat: repeat-y; /* verticaal herhalen. repeat-x is horizontaal herhalen */
background-position: top center; /* plaats afbeelding bovenaan in het midden */
}
h1 { font-size: 8pt;
        font-style:bold; }
/*h2 { font-size: 8px;
        font-style:x-small; }*/
p { font-size: x-small;
        text-align: justify; }
.aandachtstrekker {
  color: white;
  background-color: #ff6600;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  border: 1px solid darkkhaki;
}

#header h1 a {
        display: none;
}

#header {
/* background:#FFFFFF url(img/front.jpg) no-repeat scroll left bottom;*/
color:#505050;
height:130px;
margin:0 0 10px;
padding:0;
}
#avmenu li a {
        font-weight:bold;
        height:60px;
        text-decoration:none;
        color:#ffffff;
        display:block;
        padding:6px 0 0 10px;
        background:#003466 url(http://www.makelaardijtoon.nl/media/menubg.gif) bottom left repeat-y;
        border-top:1px solid #003466;
        border-right:1px solid #003466;
        border-bottom:1px solid #003466;
        border-left:4px solid #000E2D;
}
#content h2, #contentwide h2, #contentfull h2 {
font-size: 10pt;
}


#avmenu li a:hover, #avmenu li a.current {
        background:#ffffff url(img/menubg2.gif) bottom left repeat-x;
        color:#000E2D;
        border-top:1px solid #003466;
        border-right:1px solid #003466;
        border-bottom:1px solid #003466;
        border-left:4px solid #000E2D;
}

#avmenu ul ul { margin-left: 7px; }

#contentfull {
font-size:1 em;
font-weight:normal;
letter-spacing:-1px;
margin:8px 0 10px;
padding:0;
}
#noborder
{ 
border: thin dotted #FFFFFF
}
img{border: #ffffff}