/*-- basis, body en a --*/

body  {
	color: #333333;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top
}

p.klein {
	color: #999999;
	font-size: 80%
}

a {
text-decoration: none
}

a:link {
	color: #FF3366;
	text-decoration: none
}

a:hover { color: #333333; text-decoration: none }

a:visited  {
	color: #999999;
	text-decoration: none
}

a:active { color: #FF3366; text-decoration: none }

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:lighter;
	color: #666633;
	padding-bottom:0em;
	padding-top: 0em;
	font-size: 1.4em;
	margin: 0em;
}

i{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:lighter;
	color: #666633;
}

/*-- navigatie --*/

ul.menu1, ul ul  {
	color: #999999;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 20em;
	height: 35em;
	overflow: hidden
}

ul.menu1 table{
margin: 0;
padding: 0;
border-collapse: collapse
}

ul.menu1 ul{
margin-left: 0.8em
}

ul.menu1 li{
text-indent: 0
}

ul.menu1 li.drop{
margin-bottom: 0.8em
}

ul.menu1 li a, ul.menu1 li a:visited{
	color: #999999;
	line-height: 1.2em;
	text-decoration: none;
	display: block;
	width: 30em;
	height: 1.2em
}

ul.menu1 li a.last, 
ul.menu1 li a.last:visited { line-height: 1.2em; text-decoration: none; display: block; margin-bottom: 0.8em; width: 3em; height: 100% }

ul.menu1 li ul{
display: none
}

ul.menu1 li:hover a, 
ul.menu1 li a:hover{
color: #333333;
font-weight: bold;
border: 0
}

ul.menu1 li:hover ul, 
ul.menu1 li a:hover ul{
color: #333333;
display: block;
margin-top: -1px;
width: auto;
height: auto
}

ul.menu1 li:hover ul li a, 
ul.menu1 li a:hover ul li a{
	color: #FF3366;
	font-weight: normal;
	height: 1.2em;
}

ul.menu1 li:hover ul li:hover a, 
ul.menu1 li a:hover ul li a:hover{
	color: #333333;
}

/*-- kolommen ea in de projectcontainer--*/
div#linkerkolom    {
	position: absolute;
	z-index: 15;
	top: 0;
	left: 1.2em;
	width: 18em;
	height: 300em;
	overflow: visible;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 0.1em;
	border-left-color: #CCCC99;
	border-left-style: solid;
}

#middenkolom   {
visibility: visible; position: absolute; z-index: 10; top: 0; left: 18em; width: 100%; height: 300em 
}
/*-- gedrag projectafbeeldingen--*/
#project {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 100%;
	overflow: hidden;
	border: 0;
}

#project li{
	list-style-type: none;
	float: left;
	background-image: url(images/achtergrond_index.png);
	background-repeat: no-repeat;
}

#project li a  {
	text-decoration: none;
	margin: 0;
	width: 50px;
	height: 300em;
	float: left;
	overflow: hidden;
	border-top: none;
	border-right: 0.1em;
	border-bottom: none;
	border-left: 0.1em;
	border-right-color: #CCCC99;
	border-left-color: #CCCC99;
	border-right-style: solid;
	border-left-style: solid;
}

#project li a img {
	border:0;
}

#project li a:hover {
	width: 450px;
	height: 2000px
}
 

