* {
     margin: 0;
     padding: 0;
     font-family: "Trebuchet MS", sans-serif;
     font-size: 12px;
     text-decoration: none;
     color: #3c3c3c;
}

#content a, #content a b, #content a strong {
     color: #9B2135;
     border-bottom: 1px dotted #9B2135;
}

#content a:hover, #content a:hover b, #content a:hover strong {
     background-color: #693125;
     color: #dbc999;
}

hr {
     display: none;
}

body {
     background: url('../images/bg.gif');
}

#top {
     width: 674px;
     height: 35px;
     margin: 40px auto 0;
     background: url('../images/bg_container_top.png');
}

#bottom {
     width: 674px;
     height: 35px;
     margin: 0 auto 20px;
     background: url('../images/bg_container_bottom.png');
}


#container {
     width: 654px;
     margin: 0 auto;
     padding: 0 0 0 20px;
     position: relative;

     background: url('../images/bg_container.png');
}

#footer {
     margin: 30px 0 0;
     width: 482px;
     height: 25px;
     line-height: 25px;
     padding: 0 0 0 155px;

     background: white;
     list-style-type: none;

     clear: both;
}

#footer li {
     float: left;
     margin-left: 15px;
}

#content {
         float: left;
     width: 383px;
         padding-left: 30px;
     margin-right: 35px;
}

#logo {
         border: 0;
         margin-left: 20px;
         margin-top: 4px;
}

#logos {
                 margin-left: 30px;
}

#logos a {
         display: block;
         width: 120px;
}

#logos a span { display: none; }

#logos a.erfgoed {
		 margin-top: 1em;
         height: 59px;
         background: url('../images/erfgoedlogo.png');
         margin-bottom: 1em;
}

#logos a.nmb {
         height: 23px;
         background: url('../images/nmblogo.png');
}

#logos a:hover {
         background-position: bottom;
}

#menuwrapper {
     width: 186px;

     float: left;
}

#menu {
         width: 186px;
	float: left;
     margin-top: 20px;
         margin-bottom: 20px;
     background: white;
     list-style-type: none;
         padding: 1px 0 !important;
}

#menu li {
     min-height: 20px;
     background: #3c3c3c;
     padding: 0 !important;
     margin: 3px 0;
}


#menu a {
     display: block;
     background: #dbc999;
     height: 29px;
     margin: 0;
     padding-left: 9px;
     border: none;

     line-height: 29px;
     text-transform: lowercase;
     font-weight: bold;
     color: #693125;
}

#menu a:hover, #menu .active, #menu .active a {
     background: #693125;
     color: #dbc999;
     text-decoration: none;
}

#menu ul {
     margin-left: 0px;
     background: #dbc999;
     list-style-type: none;
}

#menu li li {
     margin: 0;

}

#menu ul a {
     background: #693125;
     color: #dbc999;
}

#menu ul a.active, #menu ul a:hover {
     color: white;
}

#menu ul .active ul a {
     color: #dbc999;
}

#menu ul .active ul .active a, #menu ul .active ul a:hover {
     color: white;
}

h2 {
     font-size: 36px;
     color: #693125;
     font-weight: bold;
     text-align: center;

     padding-top: 18px;
}

h1 {
     font-size: 18px;
     color: #3c3c3c;
     font-weight: bold;
     text-align: center;

     margin-bottom: 30px;
}

h3,dt {
     font-weight: bold;
     font-size: 14px;
     color: #693125;
}

p {
     line-height: 24px;
     padding-bottom: 24px;
}

ul, ol {
     padding-left: 20px;
}

ul li, ol li {
     padding-bottom: 8px;
}

dl {
        margin-top: -20px;
        margin-bottom: 20px;
}

dt {
        margin-left: 20px;
}

dt a {
        cursor: pointer;
}

dd {
        display: none;
}

/*
ol dt {
     margin-left: 0px;
     color: black;
     font-size: 12px;
}

ol dd {
     margin-left: 20px;
     line-height: 24px;
}

ol ul {
     margin-left: 0;
     padding-bottom : 0;
}

ol li {
     margin-top: 15px;
}

ol ul li {
     margin-top: 0;
}*/

img {
     border: 1px #3c3c3c ridge;
     padding: 3px;
}

img.right {
     float: right;
     margin-left: 10px;
}

img.left {
     float: left;
     margin-right: 10px;
}

img.center {
     display: block;
     margin: 0 auto;
}

a img {
     border: none;
     padding: 0;
}

small {
     font-size: 10px;
     color: #555;
     padding-left: 10px;
     line-height: 12px;
}
