@import '../lightbox/css/lightbox.css';

* {
	margin:0;
	padding:0;
}

body {
	background:#202020;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	text-align:center;
}

#container {
	max-width:2000px;
	background:#000;
	min-height:550px;
	_height:550px;
	border-bottom:5px solid #181818;
}

h1 {
	text-indent:-2000px;
	background:url(../images/header.gif) no-repeat;
	width:653px;
	height:184px;
	margin:0 auto;
}

#balk {
	max-width:2000px;
	height:63px;
	background:url(../images/balk.gif) repeat-x;
	margin-bottom:20px;
}

#content {
	width:700px;
	margin:0 auto 30px auto;
	text-align:left;
}

#menu {
	width:161px;
	height:277px;
	background:url(../images/menu.gif) no-repeat;
	padding-top:1px;
	float:left;
}

#menu li {
	list-style-type:none;
}

#menu a {
	display:block;
	width:161px;
	height:25px;
	line-height:25px;
	padding-left:25px;
	font-weight:bold;
	color:#6b6859;
	text-decoration:none;
	text-transform:uppercase;
}

#menu #top {
	margin-top:10px;
}

#menu a:hover {
	background:#000;
    opacity: .5; 
    filter: alpha(opacity=50);
	color:#8c8A7B;
}

#footer {
	max-width:2000px;
	height:40px;
}

#footer a {
	display:block;
	color:#666;
	font-size:11px;
	text-decoration:none;
	margin:10px auto;
	width:200px;
}

#footer a:hover {
	color:#FFF;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.nieuws {
	width:443px;
	float:left;
	margin-left:50px;
}

.datum {
	width:30px;
	height:100px;
	color:#6f1b1b;
	float:left;
	margin-right:13px;
	margin-top:4px;
	text-align:center;
}

.dag {
	font-size:26px;
	font-weight:bold;
	line-height:19px;
}

.maand {
	letter-spacing:1px;
	line-height:12px;
}

.jaar {
	font-size:10px;
}

.nieuws h2 {
	color:#ffd800;
	font-weight:normal;
}

.auteur {
	color:#ffd800;
	font-size:11px;
}	

.bericht {
	width:400px;
	margin-top:10px;
	float:left;
	color:#777;
}

#tekst {
	margin-left:50px;
	width:380px;
	float:left;
}

#tekst h2 {
	color:#ffd800;
	font-weight:normal;
	font-size:18px;
	margin-bottom:5px;
	width:380px;
	border-bottom:1px dotted #FFFF00;
	padding-bottom:4px;
}

a {
	color:#BBB;
}

#pictures a {
	display:block;
	width:70px;
	height:70px;
	float:left;
	margin:0 5px 5px 0;
	border:3px solid #202020;
}

#pictures img {
	border:none;
}

#pictures a:hover {
	border:3px solid #666;
}

input, textarea {
	display:block;
	margin-top:3px;
	margin-bottom:5px;
	border:1px solid #555;
	color:#FFF;
	background:#000;
	padding:2px;
}

h3 {
	margin-top:10px;
}
