@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background:url(../Graphics/background.gif) repeat;
}
#container {
	width: 1000px;
	background: #FFFFFF url(../graphics/faux.gif) repeat-y;
	text-align: left;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom:: 25px;
	border-left:#111111 solid 1px;
	border-right:#111111 solid 1px;	
}
#header {
	background: #000066;		/*   #000066 url(../graphics/bg.gif) repeat; */
	border-top:#111111 solid 1px;
	height: 150px;
	background-image: url(../Graphics/banner.gif) ;
	background-repeat:no-repeat;
}
#sidebar1 {
    width: 140px;
    float: left;
    padding: 15px 10px;
}
#mainContent {
	margin: 0 165px;
	padding: 15px;
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background: #000066; 			/* #606C92 url(../graphics/bg.gif) repeat; */
	padding: 5px;
	font-size: 85%;
	color: #EEEEEE;
	border-bottom:#111111 solid 1px;	
	background-image:url(../Graphics/dec_bot.png);
	background-repeat:no-repeat;
	background-position: top right;

}
h1 {
    font: bold 130% Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    margin: 0;
    padding: 20px 10px;
}
p {
    font-size: 80%;
}

ul {
    font-size: 80%;
}


#mainContent p {
	line-height: 130%;
}

#sidebar1 ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 80%;
	line-height: 150%;
}

#sidebar2 {
	margin: 0px;
	padding: 15px 8px 8px;
	float: right;
	width: 140px;
}

#sidebar2 li {
	list-style-type:square;
	line-height: 100%;
	margin: 0 0 0 15px;
	padding: 0em;
	vertical-align: middle;
}

#pageBanner {
	color:#990033;
}


.footerlink, .footerlink:hover, .footerlink:visited {
	color:#FFFF66;
	text-decoration: none;
}

/*  Menu background  */

.menuLink:link, .menuLink:visited {
	display: block;
	text-decoration: none;
	width: 140px;
	height: 20px;
	font-variant: small-caps;
	font-size:11px;
	font-weight: bolder;
	color:#000000;
	text-indent: 14px;
	background-image: url(../graphics/menuback.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #EEEEEE;
	vertical-align: middle;
}

.menuLink:hover { 
	background-image: url(../graphics/menuhover.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.menuActiveLink:link, .menuActiveLink:visited, .menuActiveLink:hover {
	display: block;
	text-decoration: none;
	width: 139px;
	height: 20px;
	font-variant: small-caps;
	font-size:11px;
	font-weight:bold;
	color: #000000;
	text-indent: 14px;
	background-image: url(../graphics/menubackactive.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #111111;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #888888;
	vertical-align: middle;
	cursor:default;
}

/* Linker sidebar, infoboxen */
.sidebar-item {
	background-color:#CCCCCC;  /*606C92 */
	color:#000;
    padding:0;
    margin:0 0 10px 0;
	border: outset #FFFFFF 2px;
}

.sidebar-item-ak {
   padding:0;
   margin:0 0 0 10px;

}

.sidebar-item h3 {
    border-top: 1px solid  #111;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    line-height:2em;
    font-size:11px !important;
    text-align:center;
    background-color:#eee;
    background:url(../graphics/infobox_header.gif) no-repeat 0 0;
    margin:0 !important;
}

.sidebar-item-content {
    border: 1px solid #111;
    margin:0;
    padding:10px;
    overflow: hidden;
    background: url(../Graphics/infobox_back.gif) repeat-y 0 0;
    margin:0 !important;
}


/* Rechter sidebar, infoboxen */
.sidebar2-item {
	background-color:#FFFFFE;
	color:#333333;
    padding:0;
    margin:0 0 5px 0;
	border: outset #FFFFFF 2px;
}

.sidebar2-item h3 {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height:2em;
    font-size:11px !important;
    text-align:center;
    background-color:#eee;
    background:url(../graphics/infobox_header.gif) no-repeat 0 0;
    margin:0 !important;
}

.sidebar2-item-content {
    border: 1px solid #999;
    margin:0;
    padding:5px;
    overflow: hidden;
	font: 90%
}

.newsLink, .newsLink:hover, .newsLink:visited {
	color: #111;
	text-decoration: none;
	font-weight: normal;
    font-size:12px !important;
}

.newsLink:hover {
	text-decoration:underline;
}


.sidebar2Link, .sidebar2Link:hover, .sidebar2Link:visited {
	color:#003300;
	text-decoration: none;
	font-weight: bold;
}

.sidebar2Link:hover {
	text-decoration:underline;
}

/* Aanmeldingsbox */

.username_input, .password_input {
	width: 80%;
	font-size: small;
	background-repeat: no-repeat;
	background-position: 1% 50%;
	padding-left: 22px;
	margin-bottom: 4px;
}

.login_submit {
	font-size: small;	
}

.username_input {
	background-image: url(../graphics/form_username.png);
}

.password_input {
	background-image: url(../graphics/form_password.png);
}


/* CSS voor LightBox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../graphics/previous.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../graphics/next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

