form, body, table {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background: #404c56 url('../images/bg.gif') repeat-x top;
	cursor: default;
	margin-top: 20px;
}

body, table, input {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
}

img {
	border: 0;
}

form {
	padding: 0;
	margin: 0;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}


  /***************/
 /* Main design */
/***************/


.mainTable {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;	
}
.mainTable td {
	vertical-align: top;
}

.topCorner {
	height: 9px;
	width: 570px;
	background: transparent url('../images/top.png') no-repeat bottom left;
}

.bottomCorner {
	height: 9px;
	background: transparent url('../images/bottom.png') no-repeat top right;
}

.content {
	background-image: url('../images/bg.png');
	padding: 10px 140px 10px 20px;
	height: 456px;
	width: 40px;
}
.content .scroll {
	width: 410px;
	height: 456px;
	overflow: auto;
	overflow-x: hidden;
}
.content .scroll .padding {
	margin-right: 12px;
}

.book {
	width: 150px;
}
.book div {
	position: absolute;
	width: 335px;
	height: 498px;
	background: transparent url('../images/boek.png') no-repeat top right;
	margin-left: -140px;
}

.menu {
	padding-top: 12px;
	vertical-align: bottom !important;
}
.menu a {
	display: block;
	margin-top: 1px;
	background: transparent url('../images/item.png') repeat-y top right;
	
	width: 150px;
	height: 26px;
	padding-left: 10px;
	padding-top: 22px;
	
	font-family: arial, sans-serif; 
	font-size: 17px;
	
	color: black;
	text-decoration: none;
}
.menu a:hover {
	background: transparent url('../images/bg.png') repeat;
}

h1 {
	padding: 0;
	margin: 0 0 8px 0;	
	
	font-family: arial, sans-serif; 
	font-size: 22px;
}

h2 {
	padding: 0;
	margin: 16px 0 8px 0;	
	border-bottom: 1px solid black;
	font-family: arial, sans-serif; 
	font-size: 16px;
}

a {
	color: #404c56;
}

p { 
	margin-top: 0;
}

.literatuurlijst {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.literatuurlijst li {
	margin-bottom: 10px;
}

.inhoudsopgave span {
	float: right;
}

.content a[href^="http:"] {
	background: url('../images/link-outside.png') no-repeat right center;
	padding-right: 11px;
}
