body {
	background-color:#000000;
	color:#CCC;
	font-family:arial;
	font-size:13px; 
	margin:0;
}

a {
    color:#990000;
	text-decoration:none;
}

h1 {
	margin-left:-7px;
}

h1, h2, h3,
#menu,
#submenu,
.index{
	font-family:georgia;
	font-style:italic;
	font-weight:normal;
	color:#CCC;
}

h2, h3 {
	margin:0px;
}

ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

#pageHeader{
	z-index:400;
	height:700px;
	width:100%;
	overflow:hidden
}

#pageHeader > div{
	z-index:2;
	width:1200px;
	margin-left:-600px;
	position:relative;
	left:50%;
	background-color:#000000;
}

#control_wrapper {
	width:1000px;
	margin: 0 auto;
}

#language {
	margin-top:20px;
	font-size:10px;
	float:left;
}

#language a {
	padding-left:12px;
}

#language a:link, a:active, a:visited {
	font-weight:normal;
}

#language a:hover {
	font-weight:bold;
}

#language a.active {
	color:#ccc;
}

#menu {	
	height:26px;
	line-height:26px;
	font-size:17px;
	text-align:center;
	margin-top:20px;
	width:1000px;
}

#menu div {
	display:inline-block;
	position:relative;
}

#menu a {
	padding-right:22px;
}

#menu a.last-child {
	padding-right:0;
}

#menu a:active,
#menu a:hover,
#menu a.active {
	color:#ccc;
    padding-bottom:9px;
}

#menu div.submenu {
	background-image:url(img/pijltje.png);
	background-repeat:no-repeat;
	background-position:50% 0;
	margin-bottom:-20px;
	position: absolute;
	bottom:-38px;
	left:-455px;
	height:25px;
	line-height:25px;
	display:table;
    margin: 2px auto;
	padding-top:8px;
	width:1000px;
}

#menu div.submenu a {
	color:#000000;
	padding:2px 6px;
	background:#C7C7C7;
}

#menu div.submenu a:hover {
	color:#990000;
}

#menu img{
	margin-top:5px;

}

.submenu_wrapper{
	background-color:#C7C7C7;
}

#pageContent{
	z-index:1;
	margin-top:-20px;
}

#contentFader{
	height:150px;
	width:100%;
	position:fixed;
	margin:0;
	left:0;
	top:70px;
	z-index:98;
	background-repeat:repeat-x;
	background-image:url('img/content_fader.png');
	display:none;
}

#main {
    width: 1018px;
	margin:auto;
	margin-top:7px
}

#main input[type=text]{
	margin-top:5px;
	width:300px;
}

#main textarea{
	margin-top:5px;
	width:300px;
}

#left-content {
	width:195px;
	float:left;
	padding:20px;
	margin-top:75px;
	position:absolute;
}

#main-content {
    width:392px;
	margin:0 18px;
	float:left;
	padding:20px;
	text-align:justify;	
	max-width:1200px;
	position:absolute;
	left:50%; 
	margin-left:-196px;
}

#main-content img{
    width:392px;
	margin-top:5px;
	margin-bottom:15px;
	max-width:392px;
}

#scrollup{
	position:fixed;
	bottom:10px;
	right:20px;
	cursor:pointer;
	display:none;
}

.image {
	margin:auto;
}

.comments {
	color:#909090;
    width:392px;
	margin-top:38px;
}

.reactie {
	border-bottom:solid 2px #333333;
	clear:both;
	color:#909090;
	padding:20px 0 7px 8px;
	margin-bottom:6px;
}

#admin-bar{
	color:#666;
	background-color:#FFF;
	background-image:url('img/admin/adminbg.png');
	background-repeat:repeat-x;
	width:100%;
	height:42px;
	position:fixed;
	z-index:700;
	top:0;
	left:0;
	box-shadow: 0 0 20px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 10 10px rgba(0, 0, 0, 1); 
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 1); 
}
