/*
 * Fotoarchiefdienst algemene css
 */
* {
	margin:0; padding:0;
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	color:#ffffff;
}
html,body {
	margin:1em;
	padding:0;
	height:250px; /*minimale container hoogte */
	background:#66cc99;
}
div#container {
	position:relative; /* nodig voor footer positie*/
	margin:0 auto; /* centeren, niet in IE5 */
	width:800px;
	background:#365389;
	
	height:auto !important; /* echte browsers */
	height:100%; /* is voor IE6:minimale hoogte*/

	min-height:100%; /* echte browsers */
}
div#bar {
	background:url("images/bar.png") no-repeat;
	height: 35px;
	width: 800px;
}
div#bar ul{
	list-style-type: none; /* geen opmaak */
	padding: 5px 0 0 0;
	text-align:center;
	width: 100%; /* voor Opera */
}
div#bar li {
	display:inline;
} 
div#bar .menu a {
	display:inline;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
	font-weight:bold;
}
#btnPanel {
  width: auto;
  margin: 5px;
  padding: 1px;
  text-align: center;
}

.dynbutton {
  font-weight: bold;
  text-align: center;
  margin: 2px 0.8em;
}

.dynbutton a {
  padding: 2px;
  text-decoration: none;
  width: 125px; 
  display: block;
  color: #224059;
  background-color: #b5c9e2;
  border-top: 2px #cce3ff solid;
  border-left: 2px #cce3ff solid;
  border-bottom: 2px #31557f solid;
  border-right: 2px #31557f solid;
}

.dynbutton a:hover {
  background-color: #99aabf;
  border-top: 2px #31557f solid;
  border-left: 2px #31557f solid;
  border-bottom: 2px #cce3ff solid;
  border-right: 2px #cce3ff solid;
}
div#footer {
	background:url("images/bar.png") no-repeat;
	height: 30px;
	width: 800px;
	padding-top:4px;
	text-align:center;
	color: #ffffff;
	font-weight:bold;
}
span.scroll {
	color: #FFFFFF;
	font-family: arial;
	font-size: 120%
}
p.actueel {
	color: yellow; 
	text-align: center
}
p.center{
	text-align: center
}
 p.space {
	padding: 10px;
}
#tooltip2{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	background-color: #FFFF66;
	visibility: hidden;
	z-index: 100;
	}
