body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px; 
	padding: 0px; 
	background-color: #E2E2E2;
	background-image: url(img/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

#container {
	position: relative;
	width: 752px;				
	margin: auto;
	background-color: #FFFFFF;
	height: 100%;
	border-left-color: #8D1727;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #8D1727;
	border-right-style: solid;
	border-right-width: 1px;
}

#header {
	height: 175px;
	background-color: #8D1727;
	background-image: url(img/header.gif);
}

#navigation {
	position: absolute; top: 160px;	
	padding-top: 10px;
	width: 198px;
	overflow: hidden;
	background-image: url(img/menu.gif);
	height: 265px;
}

#whitespace {
	position: absolute; top: 450px;
	width: 198px;
	overflow: hidden;
	height: 150px;
	padding-left: 45px;
}

#title {
	position: relative; left: 198px;
	width: 506px;
	background-image: url(img/title.gif);
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #8D1727;
	font-weight: bold;
	padding-left: 48px;
	padding-top: 3px;
}

#content {
	position: relative;
	left: 198px;
	padding: 15px;
	width: 524px;
	background-image: url(img/content.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	min-height: 400px;
}

#footer {
	cursor: default;
	height: 39px;
	background-color: #8D1727;
	background-image: url(img/footer.gif);
	color: #FFFFFF;
	font-size: 10px;
}

#footer_left {
	padding-left: 5px;
	padding-top: 8px;
	float: left;
}

#footer_right {
	padding-right: 5px;
	padding-top: 8px;
	float: right;
	color: #FFFFFF;
}

#footer_right a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_right a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#footer_right a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/*/////////////////////////////////////*/

table {
	border-spacing: 0;
	border-style: none;
	font-size: 12px;
}

td, th {
	vertical-align: top;
	padding: 3px;
	font-size: 12px;
}

a {
	color: #8D1727;
	text-decoration: none;
}

a:visited {
	color: #8D1727;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

/*/////////////////////////////////////*/

.boeken {
	width: 100%;
	margin-bottom: 10px;
}

.boek {
	min-height: 170px;
	padding: 10px;
	cursor: pointer;
}

.boek_white {
	background-color: #FFFFFF;
}

.boek_white_hover {
	background-color: #F3F3F3;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-bottom: -2px;
}

/*
.boek_grey {
	background-color: #E0E0E0;
	margin-bottom: 40px;
}

.boek_grey_hover {
	background-color: #CCCCCC;
	margin-bottom: 40px;
}
*/

.terug {
	float: right;
	color: #666666;
}

.bottom {
	font-size: 10px;
	text-align: center;
	color: #999999;
}

.bottom a {
	color: #999999;
}

.bottom a:visited {
	color: #999999;
}

.bottom a:hover {
	color: #666666;
}

.menu {
	color: #8D1727;
	font-weight: bold;
}

.menu a {
	color: #8D1727;
	text-decoration: underline;
}

.menu a:visited {
	color: #8D1727;
	text-decoration: underline;
}

.menu a:hover {
	color: #444444;
	text-decoration: underline;
}

.nav_title {
	padding-top: 5px;
	padding-left: 30px;
}

.block {
	color: #8D1727;
	padding-right: 5px;
}

p {
	margin-top: 0px;
}

h1 {
	margin-bottom: 0px;
	color: #8D1727;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin-bottom: 0px;
	color: #8D1727;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin-bottom: 0px;
	color: #8D1727;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	margin-bottom: 0px;
	color: #8D1727;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0px;
	color: #8D1727;
	font-size: 12px;
	font-weight: bold;
}

h6 {
	margin-bottom: 0px;
	color: #8D1727;
	font-size: 10px;
	font-weight: bold;
}

ul {
	margin-top: 22px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(img/blok.gif);
}

.hr_red {
	color: #8D1727;
	height: 1px;
	width: 90%;
	line-height: 1px;
	border-color: #8D1727;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
}

.hr_red2 {
	color: #8D1727;
	height: 1px;
	line-height: 1px;
	border-color: #8D1727;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
}

.nav {
	cursor: pointer;
	width: 166px;
	height: 25px;
	margin-left: 24px;
}

.item1 {
	background-image: url(img/item_01_normal.gif);
}

.item1_hover {
	background-image: url(img/item_01_hover.gif);
	color: #660000;	
}

.item2 {
	background-image: url(img/item_02_normal.gif);	
}

.item2_hover {
	background-image: url(img/item_02_hover.gif);	
	color: #660000;
}

.item3 {
	background-image: url(img/item_03_normal.gif);	
}

.item3_hover {
	background-image: url(img/item_03_hover.gif);	
	color: #660000;
}

.item4 {
	background-image: url(img/item_04_normal.gif);	
}

.item4_hover {
	background-image: url(img/item_04_hover.gif);	
	color: #660000;
}

.item5 {
	background-image: url(img/item_05_normal.gif);	
}

.item5_hover {
	background-image: url(img/item_05_hover.gif);	
	color: #660000;
}

.item6 {
	background-image: url(img/item_06_normal.gif);	
}

.item6_hover {
	background-image: url(img/item_06_hover.gif);	
	color: #660000;
}

.item7 {
	background-image: url(img/item_07_normal.gif);	
}

.item7_hover {
	background-image: url(img/item_07_hover.gif);	
	color: #660000;
}

.item8 {
	background-image: url(img/item_08_normal.gif);	
}

.item8_hover {
	background-image: url(img/item_08_hover.gif);	
	color: #660000;
}

.item9 {
	background-image: url(img/item_08_normal.gif);	
}

.item9_hover {
	background-image: url(img/item_08_hover.gif);	
	color: #660000;
}




