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

body, html {
	margin:0px;
	background-color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
}

#container {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	padding:140px;
	padding-bottom:0px;
	margin-bottom:20px;
}

/*SOCIAL BUTTONS*/

#top_share {
	right:-30px;
	top:0px;
	width:462px;
	position:absolute;
	height: 20px;
	text-align:right;
}

#top_share a.hyves {
	display: block;
	float: left;
	background: url(http://cache.hyves-static.net/images/logo/app/icon_16.png) 1px 1px no-repeat;
	padding: 2px 4px 2px 20px;
	border: 1px solid #ccc;
	background-color: #FFE3A9;
	color: #3588D5;
	font-size: 11px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	margin-left: 180px;
	margin-right: 4px;
	height: 14px;
	text-decoration:none;
}

#top_share a.hyves:hover {
	border: 1px solid #F9B04A;
	background-color: #FFD588;
}
.twitter-share-button {
	float:left;
	margin-left:8px;
}
.facebook {
	border:none; 
	overflow:hidden; 
	width:150px; 
	height:20px; 
	float:left; 
	margin-left:11px;
}

#messages {
	width:880px;
	height:147px;
	margin-top:10px;
	color:#F90;
	position:relative;
	padding:0px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size:10px;
}


#menu {
	width:900px;
	height:20px;
	background-color:#F90;
	margin-top:130px;
	position:relative;
}
#menu a {
	display:block;
	border-left:1px solid #fff;
	border-right:1px solid #000;
	height:17px;
	float:left;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:3px;
	padding-right:10px;
	padding-left:10px;
	color:#000;
	font-family:Tahoma, Geneva, sans-serif;
}
#menu a:hover {
	background-color:#FFF;
	color:#F90;
}
#content {
	width:900px;
	height:190px;
	background-color:#F90;
	margin-top:15px;
	position:relative;
}
.foto {
	display:block;
	width:180px;
	height:180px;
	margin:5px;
	background-color:#fff;
	float:left;
}
.tekst {
	display:block;
	width:490px;
	height:170px;
	margin:5px;
	background-color:#fff;
	float:left;
	padding:5px;
	padding-left:15px;
}
a.pijl {
	background-image:url(../images/pijl.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
	background-color:#000;
	display:block;
	width:485px;
	height:26px;
	cursor:pointer;
	float:right;
	clear:both;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-top:-42px;
	margin-right:10px;
	padding-top:6px;
	padding-left:5px;
	position:relative;

}
a.pijl:hover {
	background-image:url(../images/pijl_over.gif);
	background-repeat:no-repeat;
	color:#F90;
}

p {
	color:#000;
	font-size:12px;
	line-height:15px;
	letter-spacing:1px;
	font-family:Tahoma, Geneva, sans-serif;
}
h1 {
	color:#666;
	font-size:18px;
	letter-spacing:2px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin-top:5px;
}
span {
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-style:italic;
	font-weight:normal;
}
