@charset "UTF-8";
/* CSS Document */


body {
	
	overflow-x: hidden;
	text-align: center;
	background-color:#CCC;
}

/*#container {
	width:1024px;
	margin: 0 auto;
}*/

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	color:black;
	
}

.text_big{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing:3px;
	
}

.menu {
	width: 100%;
	background-color:#CCC;
	position: fixed;
	height: 29px;
	color:#CCC;
	top: 0px;
	padding-top:10px;
	overflow:hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing:1px;
	z-index: 99;
}

.menu-news{
	margin: 0px auto;
	width: 1024px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
.menu-news-container{
width: 760px;
margin: 0 auto;


}



.menu-newsitem_01{
	width: 175px;
	position: relative;
	height: 50px;
	margin-right: 20px;
	margin-top: 50px;
	overflow: no;
	float: left;
	color: blue;
	text-align: left;
	z-index: 1;
}

.menu-newsitem_02{
	width: 245px;
	position: relative;
	height: 50px;
	margin-right: 50px;
	margin-top: 50px;
	overflow: no;
	float: left;
	text-align: left;
	z-index: 1;
}

.menu-newsitem_03{
	width: 245px;
	position: relative;
	height: 50px;
	margin-top: 50px;
	overflow: no;
	float: left;
	text-align: left;
	z-index: 1;
}

.menu-tag{
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	align:left;
	z-index: 0;
}

.menu-lijn{
width: 1px;
position: absolute;
top:120px;
left:0px;
	
}

.menu-tumbs{
	margin: 40px auto 0 auto;
	width: 1024px;
	height: 100%;
	z-index: 0;

}

.venster{
	top:35px;
	height: 100%;
	background-color:#CCC;
	margin: 0px auto;
	text-align: center;
	width:  1024px;

}


div.fadehover {
      position: relative; 
      float: left; 
	  height:320px;
	  margin-right: 15px; 
	  display: block;
	  text-align: center;
	  }
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
 


.clear{
clear:both;

}




a:link {
	color: black;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: grey;
}
a:active {
	text-decoration: none;
	color: black;
}

::selection {
	background:#CCC;
	color:white;
}

img {
border: 0px none;
}

