body
{
	background: url(/images/bkg_body.jpg) repeat;
	
	font-family: Verdana, Arial, Georgia;
	font-size: 10px;
	color: #333333;
	
	margin: 0px;
	padding: 0px;
	
	text-align: center;
}

* {
	font-family: Verdana, Arial, Georgia;
}

p:first-letter
{
	font-weight: bold;
}

.book_information p:first-letter
{
	font-weight: normal;
	padding: 0px;

	margin: 0px;

}


.book_information p font
{
	font-family: Verdana, Arial, Georgia;
	font-size: 12px;

}

div#page
{
	/* Dit blok geeft content weer. Het grote blok waarin ook de linkerkolom zit genaamd 'sub' */
	
	/* Dit is de lijn rond het blok*/
	border: 1px solid #5D254C;

	/* Achtergrond-kleur linkerkolom (dit omdat content een witte achtergrondkleur heeft)*/
	background-color: #980065;

	/* ruimte vrijlaten tot de rand van binnenuit gemeten is 5 pixels*/	
	margin: 5px auto 0;

	/* Tekst wordt links uitgelijnd*/
	text-align: left;
	
	/* Het blok is 750 pixels breed*/
	width: 750px;
}

div#header h1
{
	display: none;
}

div#nav
{
	background: #FFFFFF;
	
}

ul#menu
{
	background: #FFFFFF;
	list-style: none;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	
	float: left;
}

ul#menu li
{
	/*\*/
	float: left;
	padding: 4px;
	padding-right: 2px;
	padding-left: 2px;
	color: #990066;
	/*\*/
}

ul#menu li a
{
	text-transform: uppercase;
}

ul#languages
{
	background: #FFFFFF;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	float: right;	
}

ul#languages li
{
	/*\*/
	float: left;
	padding: 0px 10px 0px 0px;
	color: #990066;
	/*\*/
}

a
{
	font-weight: bold;
}

a:link 
{
	color: #990066;
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #990066;
}

a:hover 
{
	text-decoration: none;
	color: #999999;
}

a:active 
{
	text-decoration: none;
	color: #990066;
}

div.content_hr
{
	background: url(/images/content_hr.jpg) no-repeat;
	height: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px none;

	clear: both;
}

div#content
{
	
	background: url(/images/bkg_content.jpg) repeat-y;
}

div#sub
{
	
	width: 202px;
	
	padding: 7px 4px 4px 4px;
	
	float: left;
	clear: both;
}

div#sub
{
	color: #F2DAEA;
}

div#sub span
{
	text-align: center;
	display: block;
}

div#sub form select
{
	background: #F2DAEA;
	font-weight: bold;
	color: #333333;
	font-size: 10px;
}

div#sub table
{
	display: none;
}

div#main
{
	padding: 7px 0px 4px 7px;
	background: #FFF;
	float: left;
	width: 533px;
}

div#main
{
	font-size: 13px;
}

div#main strong
{
	color: #C80065;
}

div#main p strong
{
	color: #333333;
}

div#main div#rubrieken_container
{
	background: url(/images/bkg_home_rubrieken.jpg) no-repeat;
	display: block;
	height: 300px;
	width: 520px;
}

div#text_container
{
	margin: 42px 0px 0px 0px;
	border: 0px none;
	display: block;
	width: 155px;
	padding: 0px 0px 0px 5px; 
	position: absolute;
}

div.rubriek
{

	border: 0px none;
	display: block;
	
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 200px;
	position: absolute;
	width: 320px;
	
	display: none;
}

div.rubriek_show
{

	border: 0px none;
	display: block;
	
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 195px;
	position: absolute;
	width: 300px;
}

div.rubriek img
{
	display: block;
}



span.small_head
{
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}

ul#rubrieken_list
{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	line-height: 20px;
}

ul#rubrieken_list li a
{
	color: #333333;
}
ul#rubrieken_list li a:hover
{
	color: #999999;
}


div.home_block
{
	background: url(/images/bkg_block.jpg) no-repeat;
	width: 245px;
	float: left;
	position: relative;
	display: none;
	height: 195px;
	
}

div.home_block
{
	font-size: 10px;
	padding: 5px 10px 5px 10px;;
}

div#main div.home_block strong.block_head
{
	text-align: center;
	margin-left: 35px;
	
	color: #333333;
	display: none;
	width: 170px;
}

div#main div.home_block table td strong
{
	text-align: left;
	color: #C80065;
	display: inline;
	margin: 5px;
	width: inherit;
}


div#main div.home_block img
{
border: 1px solid #990166;
}



div.boek_block
{
	background: url(/images/bkg_block.jpg) no-repeat;
	width: 245px;
	float: left;
	position: relative;
	display: block;
	height: 195px;
	
}

div.boek_block
{
	font-size: 10px;
	padding: 5px 10px 5px 10px;;
}

div.boek_block table td img
{
/*Boek randje*/
	border: 1px solid #990166;
}

div#main div.boek_block strong
{
	text-align: center;
	margin-left: 35px;
	text-transform: uppercase;
	color: #990166;
	display: block;
	width: 170px;
}

table.book_information
{
}

td.book_information_split
{
	height: 15px;
	background: #F2F2F2;
}

table.book_personal_form
{
}

.book_personal_form p:first-letter
{
	font-weight: normal;
	padding: 0px;

	margin: 0px;

}


.book_personal_form p font
{
	font-family: Verdana, Arial, Georgia;
	font-size: 12px;

}

table.book_personal_form td span
{
	font-size: 10px;

}

td input.text_input
{
	width: 230px;
}

input.error
{
	border: 2px solid #F00;
}


div.conditionsofuse
{
	text-align: justify;
	padding-right: 5px;
}

body div#main div.conditionsofuse strong
{
	color: #333333;
}

div#local
{
	clear: both;
}

div#footer
{
	border-top: 1px solid #5D254C;
	background: #CCCCCC;
	clear: both;
	padding: 2px;
	text-align: center;
}

div.error
{
	padding: 5px;
	background: #FA8E8E;
	border: 1px solid #F00;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;

}

div.correct
{
	padding: 5px;
	background: #B0FFB3;
	border: 1px solid #00FF22;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	
}
