@charset "utf-8";
/* CSS Document */

body{
	font-family:Helvetica;
	width: 800px;
	font-size:14px;
	color: #2b4358;
	background:url(../images/background.png) 0 -200px repeat-y fixed;
}

.bg800x600{
	background:url(../images/background1.png) 0 0 repeat-y;
}

.bg1024x768{
	background:url(../images/background2.png) 0 0 repeat-y;
}

.bg1280x1024{
	background:url(../images/background3.png) 0 0 repeat-y;
}

.bg1680x1050{
	background:url(../images/background4.png) 0 -200px repeat-y fixed;
}

#vertical
{
	margin-left: -400px;/* breedte/2 */
	/*top:-100px; hoogte/2 */
	position: absolute;
	left: 50%;
	width: 800px;
}

#horizontal
{
	left: 0;
	width: 100%;
	position:absolute;
}

.main
{
	float: left;
	width: 430px;
	height: 250px;
}

#eventMain
{
	background-image: url(../images/eventMain.png);
	background-color:#2b4358;
	height: 25px;
	width: 430px;
	float:right;
	display:block;
	text-align:right;
}

#content #eventMain h1
{
	text-transform:uppercase;
	color: #FFF;
	margin-top: 3px;	
	margin-right: 5px;
}

.event
{
	float: right;
	text-align: right;
	height: 130px;
}

#content .event h1
{
	margin-left: 0px;
}

#content
{
	margin-left: 370px;
	font-family:Helvetica;
	font-size:14px;
	color: #2b4358;	
	
}

#content ul
{
	list-style: none;
	display:block;
	/*float:left;*/
	font-family:Helvetica;
	color:#2b4358;
}

#content ul li
{
	display:block;
	text-indent: -40px;
}

#content a
{
	font-family:Helvetica;
	text-decoration: none;
	color:#2b4358;
}

#content a:hover
{
	color:#a5bdd2;	
}

#content ul li a
{
	font-family:Helvetica;
	text-decoration: none;
	color:#2b4358;
}

#content ul li a:hover
{
	color:#a5bdd2;	
}

#container
{
	width: 800px;
	height: 436px;
	margin-top: -5px;
	position:absolute;
}

.arrow
{
	background:url(../images/arrow.png) no-repeat 0 7px;
}

.datum
{
	font-family:Helvetica;
	font-size:12px;
	font-style:italic;
	margin-top: -15px;
}	

#content h1
{
	font-family:Helvetica;
	font-size:16px;
	font-weight:bold;
	color: #2b4358;
	margin-left:15px;
	display:block;
}

#header{
	background-image:url(../images/logo-sycho.png);
	background-repeat:no-repeat;
	width: 375px;
	height: 175px;
}

#header ul
{
	margin: 0 0 0 0;
	display:block;
	float:left;
	list-style: none;
	width:450px;
	height: 17px;
	margin-top: 150px;
	margin-left: 360px;
	background:url(../images/menu.png) no-repeat 0 0;
}

#header ul li
{
	display:block;
	height: 17px;
    float:left;
	text-indent: -10000px;
}

#header ul li a
{
	display:block;
    width:100%;
    height:100%;	
}

#footer
{
	font-family: Helvetica;
	font-size: 12px;
	text-align: center;
	position:absolute;
	margin-top: 620px;
	margin-left: 280px;
}

#home
{
	width:56px;	
	margin-left: -33px;
}

#home a:hover
{
	background:url(../images/menu.png) no-repeat -7px -19px;	
}

#bio
{
	width:30px;	
	margin-left: 17px;	
}

#bio a:hover
{
	background:url(../images/menu.png) no-repeat -80px -19px;	
}

#pics
{
	width: 36px;	
	margin-left: 20px;
}

#pics a:hover
{
	background:url(../images/menu.png) no-repeat -130px -19px;	
}

#charts
{
	width: 64px;
	margin-left: 23px;
}

#charts a:hover
{
	background:url(../images/menu.png) no-repeat -189px -19px;	
}

#links
{
	width: 49px;
	margin-left: 24px;
}

#links a:hover
{
	background:url(../images/menu.png) no-repeat -277px -19px;	
}

#contact
{
	width:77px;
	margin-left: 23px;
}

#contact a:hover
{
	background:url(../images/menu.png) no-repeat -349px -19px;	
}

.label
{
	font-size: 14px;
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: left;
}

input#submit
{
	font-family:Helvetica;
	font-size: 14px;
}

input#naam,input#email,textarea#commentaar,input#onderwerp
{
	font-family:Helvetica;
	font-size: 14px;
}

input#naam,input#email,input#onderwerp
{
	width: 300px;
}

textarea#commentaar
{
	width: 410px;	
}

input#naam:focus,
input#email:focus,
textarea#commentaar:focus,
input#onderwerp:focus
{
	background-color:#a5bdd2;
}

/*admin*/
#borderBoven
{
	background:url(../images/borderBoven.png);
	width:334px;
	height: 18px;
}

#borderOnder
{
	background: url(../images/borderOnder.png);
	width:334px;
	height: 17px;
}

#borderBackground
{
	background:url(../images/borderBackground.png);
	margin-left: -0.4px;
	width: 334px;
	height: 80px;
	
}
#inhoud
{
	margin-left: 35px;
	width: 280px;
}

#verticalLogin
{
	margin-left: -167px;/* breedte/2 */
	top:300px; /*hoogte/2 */
	position: absolute;
	left: 50%;
	width: 800px;
}

#horizontalLogin
{
	left: 0;
	width: 100%;
	position:absolute;
}

/*admin menu*/
#adminBody
{
	background-color: #fff;
}

#menuAdmin ul
{
	float: left;
	display: block;
	list-style: none;
	text-indent: -20px;
	margin-right: 10px;
	background-color:#FFF;
	border-right: solid;
}

#menuAdmin ul li a
{
	text-decoration: none;
	color: #2b4358;
}

#menuAdmin ul li a:hover
{
	color:#09F;
}

#contentAdmin
{
	margin-top: 10px;
	background-color:#FFF;
}

#contentAdmin a
{
	text-decoration: none;
	color: #2b4358;
}

#contentAdmin a:hover
{
	color:#09F;	
}

/*chart*/
#chartLeft
{
	float:left;
	width: 300px;
	height: 400px;
}

#chartRight
{
	float: right;
}

/*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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.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{top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }