/* CSS Document */

body{
	margin: 1;
	text-align: center;
	background-color: #010101;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Tahoma, Verdana, arial; color: #f0f0f0;
	font-size:16px;
}

/* scroll bar altijd! */

html {
     overflow: -moz-scrollbars-vertical;
}


/* text opmaak */

p.menu_main{
	font-family: Tahoma, Verdana, arial;
	font-weight: bold;
	font-size: 16px;
	margin: 2px 0 0 0;
}

p.sub_menu{
	font-family: Tahoma, Verdana, arial;
	font-weight: bold;
	font-size: 14px;
	margin: 4px 0 0 10px;
}

p.content{
	font-family: Tahoma, Verdana, arial;
	font-weight: normal;
	font-size: 14px;
	margin: 8px 10px 0 10px;
}

p.klein{
	font-family: Tahoma, Verdana, arial; color: #666666;
	font-weight: bold;
	font-size: 12px;
	margin: 6px 30px 0 0;
}

h1{
font-family: Tahoma, Verdana, arial; color: #f0f0f0;
font-weight: bold;
font-size: 100%;
} 

/* link opmaak */

a:link{
	background-color: transparent;
	color: #f0f0f0;
	text-decoration: none;
	font-family: Tahoma, Verdana, arial;
	font-weight: bold;
}

a:visited{
	background-color: transparent;
	color: #f0f0f0;
	text-decoration: none;
	font-family: Tahoma, Verdana, arial;
	font-weight: bold;
}

a:hover{
	/*background-color: #333333;*/
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Tahoma, Verdana, arial;
	font-weight: bold;
}

a:active{
	background-color: transparent;
	color: #333333;
	text-decoration: underline;
	font-family: Tahoma, Verdana, arial;
	font-weight: bold;
}

/* menu */
ul{
	list-style: none;
}

li{
	display: inline;
	margin: 0 5px 0 0;
}

/*div locaties */

div.main_container{
	margin: 0 auto 0 auto;
	width: 780px;
}

div.afb_header{
	background:url(images/Stepsofaphotographer.jpg) no-repeat 0 0;
	height: 95px;
	width: 780px;
	border: 1px solid #FFFFFF;
}

div.header{
	/*background-color: #999999;*/
	width: 780px;
	height: 95px;
	border: 1px solid white;
}

div.navigatie{
	/*background-color: #999999;*/
	width: 780px;
	height: 30px;
	text-align: center;
}

/*div.sub_nav{
	background-color: #999999;
	float: left;
	width: 110px;
	height: 410px;
	text-align: left;
}*/

div.content{
	/*background-color: #999999;*/
	float: left;
	width: 780px;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	text-align: left;
}

div.footerlinks{
	/*background-color: #999999;*/
	float: left;
	width: 220px;
	height: 30px;
	text-align:left;
} 

div.footer{
	/*background-color: #999999;*/
	float: left;
	background:url(images/footer.png) no-repeat 0 0;
	width: 560px;
	height: 30px;
	text-align:right;
} 

img{
border-color: #000000;
}

#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{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }