body {
 background: black;
 color: white;
 margin: 20px 0 5px 0;
 padding:0;
 font-family: arial, sans-serif;
}

#box {
 position: relative;
 background: url('../images/boxbg.jpg') repeat-y top left;
 width: 760px;
 color:#000;
 margin: 0 auto 0 auto;
 padding: 0;
}

#kop {
 right: 0px;
 top: 0px;
 height: 138px;
 width: 760px;
 margin: 0 0 10px 0;
 line-height:normal;
}

#topform {
 height:28px;
 position: absolute;
 font-size: small;
 background-color: transparent;
 color: black;
 top: 112px;
 right: 107px;
}

#topform input {
 background: transparent url("../images/inputbg.gif") top left;
}

#menu {
position: absolute;
left: 5px;
top: 148px;
z-index:2;
width:100px;
}


#footer {
 margin: 0;
 height: 56px;
}

#bottom {
 width: 760px;
 height: 16px;
 background-color: black;
 color: #FAFAFA;
 font: x-small normal normal arial, sans-serif;
 text-align: right; 
}

#bottom a:link, #bottom a:active, #bottom a:visited, #bottom a:hover {
 /*background-color: black;*/
 color: #ac0000;/*#FAFAFA;*/
 text-decoration: none;
 font: x-small normal normal arial, sans-serif;
}

#bottom a:hover {
 text-decoration: underline;
}

#bottom img {
 vertical-align: baseline;
}
#content {
 border-left: 1px solid #CAC5BB;
 border-top: 1px solid #CAC5BB;
 border-right: 1px solid #FAFAFA;
 border-bottom: 1px solid #FAFAFA;
 margin: 10px 10px 10px 110px;
 padding: 5px;
 width: 625px;
 min-height: 340px;
 background-color: transparent;
 color: black;
 font-size:0.9em; 
 line-height:1.6em;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
 font-weight: bold;
 font-style: italic;
 text-decoration: none;
 color: black;
 background: transparent;
}

#update {
 font-size: x-small;
 float: right;
 margin: 2px 13px;
}

h1 {
 font: bold 18px arial, sans-serif;
 margin-top: 10px;
 margin-bottom: 0px;
}

h2 {
 font: bold 16px arial, sans-serif;
 text-decoration: none;
 color: black;
 margin-top: 0px;
 margin-bottom: 0px;
}

h3 {
 font: bold italic 12px arial, sans-serif;
 margin-top: 0px;
 margin-bottom: 10px;
}

h4 {
 font: 14px arial, sans-serif;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 0px;
}

h5 {
 font: 12px arial, sans-serif;
 margin-top: 0px;
 margin-bottom: 10px;
}

hr {
 border: none 0; 
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #efefef;
 height: 2px;
 margin: 10px 0;
}

.foto, div.foto a:link, div.foto a:hover, div.foto a:active, div.foto a:visited {
 text-align: center;
 line-height: 1em;
 font-size: 0.9em;
 font-style: normal;
 font-weight: bold;
 padding: 3px;
}

.foto img {
 margin-bottom: 5px;
}

#bottom a.login:link, #bottom a.login:visited, #bottom a.login:active {
 color: black!important;
}

#bottom a.login:hover {
 color: #ac0000!important;
}

.locatie {
 display:block;
 font: bold 16px arial, sans-serif;
 text-decoration: none;
 color: black;
 margin-top: 0px;
 margin-bottom: 0px;
}

.programma {
 display:block;
 font: 14px arial, sans-serif;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 0px;
}

.wie {
 display: block;
 font: 12px arial, sans-serif;
 margin-top: 0px;
 margin-bottom: 10px;
}

.urgText {
 color: #ac0000!important;
}

a.anchor:hover, a.anchor:active {
 font-style: normal!important;
}

/* Menu */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 font: bold 12px/16px arial, sans-serif;
 margin: 0;
 padding: 1px;
 width: 100px;
 list-style: none;
 text-decoration: none;
 text-align: center;
}


/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 106px;
 border: 1px solid #B6B6B7;
 width: 120px;
 background: #ececec;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 height: 35px;
 position: relative;
 background: url('../images/dot.gif') 50px 28px no-repeat;
}

.menulist ul li {
 height: 100%;
 text-align:left;
}

/* Links inside the menu */
.menulist li a {
 display: block;
 padding: 5px 4px 5px 9px;
 color: #000;
 text-decoration: none;
 margin: 0;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #ac0000;
}

.menulist ul a:hover, .menulist ul a.highlighted:hover, .menulist ul a:focus {
 color: #FEFAFA;
 background-color: #ac0000;
 text-decoration: none;
 padding: 4px 5px 6px 8px;
}

.menulist ul a.highlighted {
 color: #ECE9E9;
 background-color: #C03D3D;
 text-decoration: none;
}


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
 width: 9px;
 height: 13px;
 margin-left: -3px;
 background: url('../images/arrow.gif') left 2px no-repeat;
}

.menulist li.last {
 background: transparent url('');
}

.menulist li.vlag {
 height: 18px;
 background: transparent url('');
}


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 35px;
}

* html .menulist ul li {
 float: left;
 height: 15px;
}

* html .menulist a {
 height: 1%;
}
/* End Hacks */