/* @override http://www.hethalvewerk.nl/2/styles/2.css */

body {
	margin:0px;
	font-family: Helvetica, sans-serif;
	background-color: #939AA0;
	}

img {
border:0;
}
a {
color: #6F757A;
text-decoration:none; 
}
a:hover
{
color:#464A4C;
}

#container {
	padding: 0px;
	height:600px;
	width:900px;
	margin-top: -300px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #EDEDED;
}

#navigatie {
float:left;

}
#logo {
width:300px;
height:125px;
background-color:#CFCFCF;
background-image:url('../images/logo1.png');
}

/* Menu 
-------------------------
 */

#menu{
font-size:16px;
width:300px;
height:150px;
background-color: #CFCFCF;

}
#menu ul
{
margin:0px;
padding:0px;
padding-left:25px;
list-style:none outside;
}
#menu li {
}

.linkactief {
	color:#464A4C;
}

.linkactief a {
	color: #000;
}

/* Code van Frank
----------------------------------
*/

#welksubmenu {
  margin: 0px 20px 0px 20px;
  display: none;
}


/* Menu 2
-------------------------------
*/

#menu2 {
display:none;
}

#thumbpaginasaan
{
	background-color:#CFCFCF;
	height:25px;
	font-size: 14px;
	padding-left: 25px;	
}
#thumbpaginasuit
{
background-color:#CFCFCF;
height:25px;
}

#thumbs {
	margin: 0px;
	padding:0px;
	width:300px;
	height:300px;
	background-color: #EDEDED;
}

#thumbs ul
{
padding:0px;
margin:0px;
list-style:none outside; 
}

#thumbs li
{
display:inline;
}

#thumbs a span {display: none;}
#thumbs a:hover span 
{
display: block;
position: absolute; top: 300px; left: 300px; width: 150px;
padding: 5px; margin-left: 10px; z-index: 100;
color: #AAA; background: black;
font: 10px Arial, sans-serif; text-align: center;

}

#thumbs a
{
filter: alpha(opacity=65); -moz-opacity: 0.65;
}


#thumbs a:hover
{
filter: alpha(opacity=100); -moz-opacity: 1.0;
}

#inhoud {
float:right;
width:600px;
height:600px;
	background-color: #FFF;

}
