html {
	overflow:hidden;
}

body {
	background-color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E2E2E2;
	overflow:hidden;
}

#container {
	width:100%;
	text-align: center;
	padding-top:20px;
	margin:0 auto;
}

#box {
	border: 1px solid #606060;
	width: 1000px;
	background-color: #222222;
	height:640px;
	margin: 0 auto;
	background-image: url('../images/background_logo_box.jpg');
	background-repeat:no-repeat;
	background-position: right bottom;
	text-align: left;
}

#top {
	width: 100%;
	height: 132px;
	background-image: url('../images/bg_top.jpg');
	color: #B4D22A;
	vertical-align: top;
}

#logo {
	float:left;
	position:relative;
	top:20px;
	left:30px;
}

#actueel {
	position:relative;
	top:-20px;
	left:116px;
}

#box_menu {
	padding-top:20px;
}

#menu {
	width:820px;
	text-align:left;
	font-weight:bold;	
	top: 100px;
}

#content {
	clear:both;
	width:770px;
	height:410px;
	padding:20px;
	float:left;
	overflow:auto;
}

#teasers {
	float:right;
	padding:10px 40px 0px 0px;
}

#footer {
	margin:0 auto;
	width:1000px;
	text-align:right;	
	padding: 10px 40px 0px 0px;
	
}

h1,h2,h3,h4,h5,h6 {
	color:#B4D22A;
}

a, a:link, a:visited, a:active {
	color:#B4D22A;
	text-decoration:none;
}

a:hover {
	color:#C0C0C0;
	cursor:pointer;
	text-decoration:underline;
}

img {
	border:0px;
}

.album_title {
	float:left;
	width:140px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

.bigBox h2 {
	font-weight:normal;
	color:#e5e5e5;
}

.albumLay {
	background-image: url('../images/back_album.png');
	height:162px;
	width:142px;
	text-align:center;
	margin:4px;
	float:left;
}

.albumTitle {
	text-align:center;
	width:100%;
	font-weight:bold;
	font-size:12px;
	/*padding-top:10px;*/
	height:30px;
}

.pTitle {
	text-align:center;
	width:120px;
	padding-left:10px;
}

.albumPhotos {
	text-align:left;
	margin-left: 20px;
	width:100px;
}

.ie .pics {
	margin-left:0px;
}

.gallery {
	display:none;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:8px solid #444; padding:12px;}

#simplemodal-container a.modalCloseImg {
	background:url(../images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#status{color:#FF0000;font-weight:bold}
