/* CSS-bestand voor hoofd menus */

pre { 
font-family: verdana, geneva 
}

h1,h2,h3,h4,h5,p,ul, body { 
font-family: verdana, geneva 
}

body {
margin-left: 5%; margin-right: 5%; color: #996600; background-color: #ffffff; 
}

.centerdiv { /*IE method of centering a relative div*/
text-align: center;
align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
margin: 0 auto;
align: center;
}

a:link {
border: none;
color: #996600 }

a:visited {
border: none;
color: #996600 }

a.plain { 
border: none;
text-decoration: none }

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.chromestyle{
width: 99%;
font: 13px verdana;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background-color: #ffffff;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
padding: 3px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 3px 1em;
margin: 1;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font:normal 12px verdana;
line-height:20px;
z-index:100;
background-color: white;
width: 350px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
text-indent: 3em;
text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f5f5f5;
}

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 400px;
text-align: center;
padding: 2px 0;
margin: 20px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid #ffffff; /*navy;*/
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: none; /*1px solid black;*/
color: #996600;/*navy;*/
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #ffffff; /*#FEE496;*/
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
horizontal-align: center;
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #996600;
background-color: #ffffff;
}
