/* Standard */
html,body{
	font-family : "Verdana", sans-serif;
	background-color: rgb(38,42,38);
	color:white;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}
div{
	margin:0px;
	padding:0px;
}
#head,#page{
	display:block;
}
#head{
	background-color:white;
	background-image:url('/images/back.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom: 1px dashed black;
	font-size:20px;
	font-weight:bold;
}
#head img{
	margin:0;
	padding:0;
}
#title{
	padding-top:30px;
	padding-left:3px;
	background-color:white;
	color:black;
}
#title,#main{
	width: 768px;
	display:block;
	margin:0px auto;
	text-align:left;
}


#main{
	margin-top:2px;
	border: 2px solid white;
}
#content{
	background-color:white;
	color:black;
	padding:3px;
	padding-left:260px;
	min-height: 300px;
	height: auto;
	_height: 300px;
	position:relative;
}
.navigation{
	margin: 0px;
	padding: 15px 0 0 0;
	height: 100px;
	border-bottom: 35px solid rgb(127,127,127);
	font-size: 12px;
}
* html .navigation{
	height: 65px;
}
.navigation li {
	display: inline;
	width: 251px;
	float: left;
	list-style: none;
	color: white;
	height: 97px;
	background-color: none;
	padding: 3px 0 0 4px;
	margin: 0;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 1px solid white;
	font-weight: bold;
}
* html .navigation li{
	width: 240px;
	padding: 3px 0 0 4px;
}
.navigation li ul{
	border: none;
	margin: 3px 0 0;
	padding: 0;

}
.navigation li ul li {
	border: none;
	padding: 0;
	margin: 0;
	list-style-type: square;
	border:none;
	margin-left: 11px;
	height:14px;
	overflow:hidden;
	font-weight: normal;
	line-height: 1em;
}

#page_nav_fotografie_ { background-color: rgb(168,184,30);background-image: url('/images/link_fotografie.png');}
#page_nav_fotostudio_verhuur_ { background-color: rgb(113,38,122);background-image: url('/images/link_studio.png');}
#page_nav_informatie_ { background-color: rgb(223,73,33);background-image: url('/images/link_informatie.png');}

.navigation a{
	text-decoration: none;
	color:white;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
}
.navigation a:hover, .navigation a:active{
	text-decoration: underline;
}

h2 { position: absolute;top:-23px;margin: 0px 0px -5px 0px;padding: 2px 4px 2px 4px;border-top: 2px solid white;border-right: 2px solid white;width: 180px;height: 17px;font-size: 12px;color: white;font-weight: bold;}
#pagename{ position: relative;height:3px;border-top: 2px solid white;border-bottom: 6px solid white; z-index:1;}
#foot{ position: relative; height: 3px;border-top: 6px solid white;border-bottom: 2px solid white;margin-top:0px;margin-bottom: 16px;clear:both;}
#foot h6{ position: absolute;left: 600px;top: 6px;font-size: 10px;color:white;}
.album{
	height: 324px;
	display: block;
	background-color: rgb(51,51,51);
	margin: 0 0 0 -260px;
	padding: 0;
	border: none;
	clear: both;
}
.thumbcontainer { width: 174px; height: 315px; margin: 0px; padding:2px; overflow:auto; float: left;}
.thumbcontainer li a img{ border: none; margin: 1px; margin-left: 2px;}
.thumbcontainer li  { display: inline; border:none; padding: 0;}
#singlealbum { display: block; position: relative; height: 320px; xmargin-left: 180px; }

.picture {
	margin-left: 180px;
	height:320px;
	width: 580px;
	text-align: center;
}
.picture img { margin:10px; margin-top: 4px; margin-bottom: 0px; padding: 0px; border: 1px solid black;;}
.picture p { color: white; margin: 0px; margin-left: 10px; padding: 0; border: none; }
h3{
	margin: 11px 8px 15px 0px;
	padding:0px;
	font-size: 12px;
	font-weight: bold;}
p{
	margin: 10px 0px 5px 0px;
}
.picture ul,ol,p{
	padding: 0px 40px;
}
.left{
	position:absolute;
	left:0px;
	top:0px;
	width: 256px;
	color: black;
	margin: 0;
	padding: 0 5px;
}
.left *{
	margin-left: 0;
	margin-right:0;
	padding-left: 0;
	padding-right:0;
}
.clients{
	border-collapse: collapse;
}
.imagetd{
	text-align: center;
	padding: 4px 6px 4px 0;
	border-top: 1px solid rgb(200,200,200);
	height: 58px;
}
.imagetd img{
	border: none;
}
.texttd{
	border-top: 1px solid rgb(200,200,200);
}
.texttd a{
	color: red;
	text-decoration: none;
}
.texttd a:hover{
	color: 1px solid rgb(200,200,200);
	text-decoration: underline;
}