/* 	
Stylesheet www.martijnwillers.com
Created by Hans Willers, Toonzetting November 4, 2008
*/

body {
	color: #fff;
	font-family:"Lucida Grande","Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size:90%;	
	background-color: #000;
	margin:0;
	padding:0;
}
h1  {
	color:#e0e0e0;
	font-size: 1.3em;
	border-bottom:1px solid #a0a0a0;
	font-weight:lighter;
	text-transform:uppercase;
	text-indent:1em;
	color:#fc3;
}
h2 {
	color:#e0e0e0;
	font-size: 1.2em;
	font-weight:lighter;
	text-indent:1em;
}
h3 { 
	color:#fff;
	font-size: 1.0em;
	font-weight:lighter;
	background:#707070;
	text-indent:1em;
}
h4 { 
	font-size: 1.1em; 
}
h5 { 
	font-size: 1.05em; 
}
h6 { 
	font-size: 1.01em; 
}
ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.ag {
	margin-top:28px;
}

a:link {
	color: #fc3; 
	text-decoration:underline;
}
a:visited {
	color: #fc3; 
	text-decoration:underline;
}
a:active {
	color: #ff3; 
	text-decoration:underline;
}
a:hover  { 
	color: black; 
	background-color: #fc3; 
	text-decoration: none 
}
img {
	display: block;
}

div.lijn {
	border-top:1px solid #a0a0a0;
	margin-top:4px;
	margin-bottom:2px;
}

.thumbs {
	margin:8px 0px 4px 20px;
	padding:0;
	border:none;
}

.tools {
	display: inline;
	border: none;
	float: right;
}



#left {
	float:left;
	width:184px;
	height:384px;
	margin:0px 0px 0px 0px;
	padding:8px;
	background:#000;
}
#right {
	float:left;
	width:800px;
	/*height:400px;*/	
	margin:0px auto 0px 12%;
	padding:0px;
	background:#000;
}
#maincontent {
	float:right;
	width:584px;
	padding:8px 8px 8px 8px;
	margin:10px 0px 0px 0px;
	background:#808080;
}

div.witr {
	height: 100px;
}

div#indextext {
	background: url(indexfotomettekst.jpg) top left no-repeat;
	margin:0px;
	width:400px;
	height:360px;
	padding:130px 140px 20px 44px;
}
div#indextext p {
	font-size:0.9em;
	margin:0;
	padding:0;
}
/*div#indextext a:link{font-size:0.8em;}*/

div#fragment{padding:8px 0px 8px 0px;/*background-color:red;*/}


#menu {
	position:fixed;
	margin:64px 20px 10px 20px;
	padding:20px;
	border:3px ridge #aaa;
	background: #808080;
}

#menu a:link {
	color: #fc3;
	font-size:1.2em;
	text-decoration:none;
}
#menu a:visited {
	color: #fc3;
	font-size:1.2em;
	text-decoration:none;
}
#menu a:active {
	color: #fc3;
	font-size:1.2em;
	text-decoration:none;
}
#menu a:hover  { 
	font-size:1.2em;
	color: black; 
	background-color: #fc3; 
	text-decoration: none 
}

#subnav li {
	display:inline;
	list-style-type:none;
	padding:0px 4px 0px 4px;
	margin:0.5em;
	background: #707070;
}
#subnav li a:hover {
	color: black; 
	background-color: #fc3; 
	text-decoration: none 
}


#footer {
	float:left;
	width:100%;
	margin:12px 0px 0px 0px;
	padding:8px 0px 12px 0px;
	color:#000;
	background:#909090;
	font-size:0.8em;
	text-align:center;
}

