/* algemeen */

body {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #b6bf91;
	background-image: url(../images/site/totemboek_bg.gif);
	background-repeat: repeat-y;
}

.georgia {
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
}

/*
li {
	font-family: Georgia;
	font-size: 150%;
}

*/
img {
	border: none;
	padding: 10px;
}


#header img{
	padding: 0px;
}

/* het content vlak en wat daarbinnen gebeurt */

.content {
	position: absolute;
	top: 120px;
	left: 222px;
	width: 750px;
	min-height: 552px;
	z-index: 3;
	font-size: 100%;
	background-color: white;
}

.top {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 710px;
	min-height: 20px;
	z-index:2;
}

#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
}

#topright {
	position: absolute;
	top: 0px;
	left: 360px;
}

.leftcolumn {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 350px;
	min-height: 500px;
}

.rightcolumn {
	position: absolute;
	top: 20px;
	left: 380px;
	width: 350px;
}

.leftcolumn_offset {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 350px;
	min-height: 480px;
}

.rightcolumn_offset {
	position: absolute;
	top: 50px;
	left: 380px;
	width: 350px;
}

.opsomming {
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-size: 130%;
	font-weight: 500;
	padding-right: 4px;	
}
.nieuwsinhoud {
	padding-bottom: 15px;
	border-bottom: dotted 2px #808080;
}
h1 {
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-style: italic;
	font-size: 140%;
	font-weight: normal;
	color: black;
}

h2 {
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-style: italic;
	font-size: 110%;
	font-weight: normal;
}

h3 {
/*
in gebruik voor kruimelsspoor
*/
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-style: italic;
	font-size: 140%;
	font-weight: normal;
	margin-top: 0px;
	float: left;
	color: #000;
}

h4 {
/*
als h3 maar zonder float en black , gebruikt voor titels van teksten
*/
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-style: italic;
	font-size: 140%;
	font-weight: normal;
	margin-top: 0px;
}

.left_pf_column {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 500px;
	height: 400px;
}

.right_pf_column {
	position: absolute;
	top: 20px;
	left: 530px;
	width: 200px;
	height: 400px;
}

.pf_footer_left {
	position: absolute;
	top: 430px;
	left: 20px;
	width: 500px;
	height: 120px;
	text-align: center;
	border-top: dotted 2px #808080;
}

.pf_footer_right {
	position: absolute;
	top: 430px;
	left: 530px;
	width: 200px;
	height: 400px;
	border-top: dotted 2px #808080;
}


.pf_footer_left img {
	padding: 5px;
}

.paddedtext {
	padding-left: 5px;
	padding-right: 5px;
}

.odd {
	background-color: #f6f8e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.titel {
	text-transform: uppercase;
	padding: 5px;
}

.boektitel {
	min-height: 18px;
	font-size: 90%;
	font-weight: bolder;
}

.ondertitel {
	min-height: 18px;
	font-size: 90%;
	font-style: italic;
}

.auteur {
	min-height: 20px;
	font-size: 90%;
}

.isbn {
	min-height: 20px;
	font-size: 90%;
}

.detailregel {
	font-size: 90%;
}

.odd .titel{
	background-color: #e4e7b5;
}

.even .titel{
	background-color: #b6bf91;
}

.even {
	background-color: #e3e7d3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.left {
	padding: 0;
	padding-right: 10px;
	float: left;
}

.right {
	padding: 0;
	padding-left: 10px;
	float: right;
}

/* navigatiebalk */

#navbar {
	position: absolute;
	top: 80px;
	left: 72px;
	width: 170px;
	min-height: 592px;
	z-index: 2;
	color: #666699;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-style: italic;
	font-size: 11pt;
}

#colofon {
	position: absolute;
	top: 600px;
	left: 100px;
	z-index: 5;
	font-family:  Verdana, Arial, sans-serif;
/*
	font-style: italic;
*/
	font-size: 9px;
}

#colofon a, #colofon a:visited{
	text-decoration: none;
	color: #333366;
}

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


#logo {
	position: absolute;
	top: 480px;
	left: 80px;
	z-index: 5;
}

#navbar ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 10px;
	width: 130px;
	z-index: 4;
}
#navbar li {
	margin: 0.5em 0;
	padding: 0.5em;
	padding-bottom: 0;
	z-index: 4;
}

#navbar a:visited{
	text-decoration: none;
	color: #666699;
}

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

#navbar a{
	text-decoration: none;
	color: #666699;
}

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

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

a{
	text-decoration: underline;
	color: #000;
}

.buitenlink a:visited{
	text-decoration: none;
	color: #000;
}

.buitenlink a:hover{
	text-decoration: underline;
	color: #000;
}

.buitenlink a{
	text-decoration: none;
	color: #000;
}

h3 a:visited, h3 a{
	font-style: italic;
	text-decoration: none;
	color: #666666;
}

h3 a:hover{
	font-style: italic;
	text-decoration: underline;
	color: #666666;
}

#activelink {
	color: white;
	border-bottom: 1px solid white;
}

#activelink a:visited{
	color: white;
	border-bottom: 1px solid white;
}

#searchbar {
	position: absolute;
	top: 80px;
	left: 640px;
	z-index: 2;
	color: #ffffff;
}

#searchform {
	padding: 9px;
}

#searchtext {
	border-style: none;
	width: 200px;
}

#zoekknop {
	border-style: none;
	background-color: #003;
	color: white;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-style: italic;
}

select {
	border-style: none;
	background-color: white;
	color: black;
	font-family:  Verdana, Arial, sans-serif;
}

#genreknop {
	border-style: none;
	background-color: white;
	color: black;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	font-style: italic;
}
/*

/* error wordt gebruikt voor foutmeldingen in contactformulier */
.error {
	color: red;
	font-size: 90%;
}


/* waarschuwing wordt gebruikt voor bijvoorbeeld "verzendkosten niet inbegrepen" */
.waarschuwing {
	color: #781351;
	font-size: 80%;
}


#contactform input {
	display: block;
	color: #781351;
	background: #eeeeee;
	border: 0;
	width: 350px;
	margin-bottom: 5px;
}

#bestelform input {
	display: block;
	color: #781351;
	background: #eeeeee;
	border: 0;
	width: 350px;
}

textarea {
	display: block;
	color: #781351;
	background: #eeeeee;
	border: 0;
	width: 350px;
}

label {
	width: 25%;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}

.bestellijst {
	font-size: 100%;
	margin: 5px;
}

.bestellijst img {
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}

.boekdisplay {
	min-height: 180px;
}

#genre_selector {
	float: right;
	text-align: right;
}

.img-shadow {
/*
hack van sergio villareal (alistapart)
http://www.alistapart.com/articles/cssdropshadows
*/
	float: left;
	background: url(../images/site/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/site/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
