body { 
	background: url('/img/bg.png');
	font-family: helvetica, tahoma, arial; 
	background: #dbdbdb; 
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

table, td { 
		font-size: 12px; 
		padding: 15px;
		margin: 0px;
}
	
a { 
	color: #8d091b;
	cursor: pointer;
}
a:hover  { 
	color: #ac6972;
	cursor: pointer;
}

#mainwrapper {
	width: 1000px;
	position: relative;
	top: -12px;
	bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#header { 
	width: 100%;
	height: 190px;
	background: url('/img/bgheader2.png');
	position: relative;
	border: 0px solid #e6e6e6;
	margin-left: auto;
	margin-right: auto;
}
.header-content {
	width: 1000px;
	height: 190px;
	background: url('/img/header3.png');
	position: relative;
	margin-left: auto; 	
	margin-right: auto; /* centreren */
	margin-top: 0px;
	border: 0px solid red;
}
.header-content a {
	display: block;
}

.disclaimer {
	font-weight: normal;
	font-size: 12px;
}

#nav { 
	background: url('/img/navA.png'); 
	width: 800px;
	height: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	font-size: 13px;
}
	
#nav a { 
	font-family: tahoma;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	height: 19px;
	font-weight: normal;
}
	
#nav a:hover { 
	color: #fff;
	font-weight: normal; 
}

#menu {
	width: 200px; 
	color: #161616;
	left: 0;
	position: absolute;
	font-family: arial, sansserif;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 60px;
	font-weight: bold;
}

#news-header {
	font-family: arial, sansserif;
	font-size: 14px;
	color: #161616;
	font-weight: bold;
}

#content {
	width: 600px;
	font-family: helvetica, tahoma, arial;
	font-size: 12px;
	position: relative;
	padding: 10px;
	left: 85px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	position:relative;
}

#bg-content { 
	background-image: url('/img/bgside1000.png');
	background-repeat:repeat-y;
	width: 1000px;
	min-height: 650px; 
	padding:0px;
	margin-left: auto;
	margin-right: auto;
}

#menu  a {
	color: #000000;
	text-decoration: none;
}

#menu-element  { 	
	display: block; 
	padding-left: 12px; 
	padding-top: 5px;
	height: 20px; 
	color: #1b1b1b;
}

#menu-element-small  { 
	display: block; 
	padding-left: 12px; 
	color: #1b1b1b;
	font-weight: normal;
	font-size: 13px;
}

#menu-element  a 	{ 	
	display: block;  
	color: #1b1b1b;
}

#menu-element-small a {
	color: #8d091b;
}

#menu-element  a:hover { 
	color: #586475;
	display: block;  
}
	
#titel {
	font-family: helvetica, tahoma, arial;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	color: #8d091b;
	text-align: center;
}

#subtitel {
	font-family: helvetica, tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #8d091b;
	text-align: center;
	margin-bottom: 5px;
}

.cover_image {
	display:block;
	float:right;
	width:200px;
}

.boek ul {
	margin-left:auto;
	margin-right:auto;
	width: 500px;
}

.boek li {
	margin-top: 5px;
	display: -moz-inline-stack;
	display: inline-block;
	width: 130px;
	height: 150px;
	text-align: center;
	*display: inline;
	*zoom: 1;
}

.paging {
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
}

.description {
	font-family: Arial;
	font-size: 12px;
}

#iframe {
	background-color: #dbdbdb;
}

#footer{
	background: url('/img/footer1000.png');
	width: 1000px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma, helvetica;
	font-size: 10px;
	color: #3d4958;
	text-align: center;
}

html {overflow-y: scroll; } 