html, body {
	background: #C8BDD8;
	width:1024px;
	padding:0px;
	margin:0 auto;
	*text-align:center;
	margin-top:2px;
	font-family: trebuchet ms;
	color: #4D2B8C;
	font-weight: bold;
}

div#top_menu {
	list-style:none;
	padding-left:10px;
	text-align:right;
}

div#header {
	text-align:right;
	background: url('../images/header.png') no-repeat;
	width:1024px;
	height:180px;
	cursor:pointer;
}

div#menu {
	margin-top:0px;
	background: url('../images/menu_back.png');
	font-size:14px;
	height:25px;
	width:1024px;
	color:#EF94BA;
	*text-align:left;
}

div#search_bar {
	background:#EAEAEA;
	height:25px;
	color:#4D2B8C;
	font-size:14px;
	padding-top:2px;
	border-left: 1px solid #4D2B8C;
	border-right: 1px solid #4D2B8C;
	*text-align:left;
}

div#main {
	background:#EAEAEA;
	color:#4D2B8C;
	font-size:14px;
	padding-top:10px;
	border-left: 1px solid #4D2B8C;
	border-right: 1px solid #4D2B8C;
	border-bottom: 1px solid #4D2B8C;
	*text-align:left;
}

div#nieuws_block_wrapper {
	width:700px;
	height:300px;
	overflow:scroll;
	overflow-x:hidden;
	margin:0px;
}

div#boekentip_wrapper {
	height:300px;
	width: 200px;
	float:right;
	margin:0px;
}

div#boektop5_block_wrapper {
	height:150px;
	width: 350px;
	margin:0px;
}

div#nieuwetitels_block_wrapper {
	height:150px;
	width: 350px;
	margin:0px;
}

div#dvdtop5_block_wrapper {
	height:150px;
	width: 350px;
	margin:0px;
}

div#recentdvd_block_wrapper {
	height:150px;
	width: 350px;
	margin:0px;
}

div.content_block {
	margin-left: 11px;
	border: 1px solid #4D2B8C;
	padding:0px;
	margin-bottom:5px;
}

table.nieuws_item {
	width:690px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

a:link {
 color: #4D2B8C;
 text-decoration: underline;
}

a:visited {
 color: #4D2B8C;
 text-decoration: underline;
}

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

a.menu:link {
 color: #EF94BA;
 text-decoration: underline;
}

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

a.menu:hover{
 color: #EF94BA;
 text-decoration: none;
}

input.submit {
  background: #B8ACD2;
  color:#4D2B8C;
  border: 1px solid #4D2B8C;
}

input.button {
  background: #B8ACD2;
  color:#4D2B8C;
  border: 1px solid #4D2B8C;
}

input.text {
  background: #D8D6E7;
  color: #4D2B8C;
  border: 1px solid #4D2B8C;
}

tr.nieuwsheader {
	padding:3px;
	margin-right: 10px;
	background: #4D2B8C;
	color: #B8ACD2; 
	font-weight: normal;
	text-align:left;
}

table.main_table {
	width:1024px;
	padding:10px;
}

td.boekenlegger {
	width: 162px;
	height: 300px;
	border: 1px solid #4D2B8C;
}

span.klein {
	font-size:10px;
}

td#breadcrumbs {
	font-size:10px;
}

td#subcategories {
	padding:10px;
}

.suggestie {
	padding-right:10px;
}

.row_1 {
	background: #4D2B8C;
	border-bottom: 1px dotted #4D2B8C;
	color:  #B8ACD2; 
}

.row_2 {
	background: #B8ACD2;
	border-bottom: 1px dotted #4D2B8C;
	color:#4D2B8C; 
}

img {
	border:0px;
}