@charset "UTF-8";
/* CSS Document */
* {padding:0 ; margin:0;} 
body{
	margin: 0px;
	background-color:#fff;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
}
/*----------------CONTAINER---------------*/
#container {
	width: 100%;
	height: 100%;
	overflow:hidden;
}
/*----------------BODY---------------*/
#header {
	background-color:#1A1A1A;
	width: 100%;
	height: 20px;
	position:absolute;
	top:0px;
	z-index:1;
}
#menubalk {
	background-color:#1A1A1A;
	width: 100%;
	height: 20px;
	position:absolute;
	bottom: 5%;
	z-index:1;
}
#left {
	position:absolute;
	left:20px;
	top:44%;
	width:22px;
	height:23px;
	z-index:2;
}
#right {
	position:absolute;
	right:20px;
	top:44%;
	width:22px;
	height:23px;
	z-index:2;
}
.werk {
	width:740px;
	height:480px;
	left: 50%;
	margin-left: -370px; /* - (width/2)  */
	position: absolute;
	top: 50%;
	margin-top: -280px;

}
img{
	border:none;
}
/*----------------BACKGROUND---------------*/

#backgroundtext{
	z-index:-1;
	position:absolute;
	bottom:1%;
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:200px;
	font-weight:bold;
	text-transform:uppercase;
	color: #E6E6E6;
	text-align:center;
	overflow:hidden;
}

/*----------------TEXT---------------*/
.headertekst {
	width: 700px;
	height: 18px;
	left: 10%;
	position: absolute;
	z-index: 1;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	color:#F9F9FA;
	padding-top:4px;
	word-spacing: 1pt;
	letter-spacing: 1.2pt;
	text-transform: uppercase;
	font-weight: lighter;
}

.headertekst a:link, .headertekst a:visited{
	color:#FFF;
	text-decoration:none;
}

/*----------------MENU---------------*/

.menuhouder {
	position:absolute;
	left:10%;
	width:800px;
	height:21px;
}
ul.menu 
{
	height:21px;
	z-index:2;
	margin:0;
	padding:0;
}

ul.menu li 
{
	list-style-type: none;
	border-left-color:#F9F9FA;
	border-left-width: 1px;
	border-left-style: solid;
	height:21px;
	float:left;
	display:block;
}


ul.menu li a:link, ul.menu li a:visited
{
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color:#F9F9FA;
	letter-spacing: 1.2pt;
	text-transform: uppercase;
	text-align:center;
	text-decoration:none;
	list-style-type: none;
	width:100px;
	padding-top: 5px;
	padding-bottom: 5px;
	display:block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul.menu li b 
{
	height:20px;
	width:2px;
	display:block;
}

ul.menu li a:hover, ul.menu li a:focus
{
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color:#C85054;
	letter-spacing: 1.2pt;
	text-transform: uppercase;
	text-align:center;
	text-decoration:underline;
	list-style-type: none;
	width:100px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#F9F9FA;
	display:block;
}
/*---------------Tabel---------------*/
tabel {
	width:740px;
	height:480px;
}
td {
	background-color:#FFF;
	border: #E6E6E6 1px solid;
	width:200px;
	height:200px;
	
}
td:hover {
	background-color:#FFF;
	border: 1px solid #FFD1C5;
	width:200px;
	height:200px;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
td.friends {
	background-color:#FFF;
	border: 0px;
	height:20px;
	padding-left:10px;
}
td.friends:hover {
	background-color:#F1F1F1;
	border: 0px;
	width:200px;
	height:20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#C00;
}
td.friends2 {
	background-color:#FFF;
	border: 0px;
	height:20px;
	text-transform:uppercase;
	text-align:right;
	
}
td.friends2:hover {
	background-color:#FFF;
	border: 0px;
	height:20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
td.friends a:link, td.friends a:visited{
	color:#C00;
	text-decoration:none;
}


.image img{
	position:relative;
	margin:10px;
	width:180px;
	height:180px;

}

.caption {
	position:relative;
	margin-top: -40px;
	margin-left:10px;
	width:170px;
	height:30px;
	color: #1A1A1A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1.2pt;
	line-height: 20px;
	background: rgb(255, 255, 255); /* fallback color */
	background: rgba(255, 255, 255, 0.8);
	padding: 5px;
}

	

/*-------------Links-----------------*/


.style1 a:link, .style1 a:active, .style1 a:visited {
	color: #00d2FF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.style1 a:hover {
	color: #00d2FF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.font {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color:#00D2FF;
	padding-top:2px;
	word-spacing: 1pt;
	letter-spacing: 1.1pt;
	font-weight:lighter;
	}
.font a:link, .font a:active, .font a:visited {
	color: #00d2FF;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
}
.font a:hover {
	color: #00d2FF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
.red {
	color: #F00;
}


