*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	font: 75% "Thoma", sans-serif;
	background-color: #BEE3F6;
}

a, a:visited
{
	font-weight: bold;
}

a:hover, a:visited:hover
{
	text-decoration: underline;
}

a img, a:visited img
{
	border: none;
}

#wrapper {
	text-align: left;
	margin: 10px auto;
	width: 849px;
	background: url(/images/background.jpg) repeat-y top center;
}

#header {
	background: url(/images/studiebijbel_03.jpg) no-repeat top center;
	height: 131px;
	position: relative;
}

#header h1
{
	display: none;
}

#header p
{
	position: absolute;
	bottom: 2px;
	left: 2px;
	padding: 2px 7px;
	color: #000;
	font-size: 220%;
}

#header img
{
	display: none;
}

#header span
{
	position: absolute;
	bottom: 3px;
	right: 5px;
	padding: 2px 7px;
}

#header, #header a {
	color: #fff;
}

#sidebar1
{
	font-family: "Trebuchet MS";
	width: 200px;
	float: left;
	font-size: 100%;
	margin-left: 1px;
	overflow: visible;
}

.sideblock a, .sideblock a:visited
{
	color: #333;
}

.sideblock {
	padding: 10px;
}

.sideblock h3, .sideblock_menu h3
{
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.4em;
}

.sideblock h3 a, .sideblock h3 a:visited
{
	color: #CCC;
}

.sideblock p
{
	margin-bottom: 0.3em;
}

ul.menu
{
	list-style: none;
	color: #5c003b;
	margin-top: 20px;
	width: 210px;
}

ul.menu a, ul.menu a:visited
{
	display: block;
	line-height: 23px;
	padding: 0 7px;
	text-decoration: none;
	color: #6D6D6D;
	background: url(/images/button_grey.jpg) no-repeat top left;
}

ul.menu li
{
	margin-bottom: 2px;
}

ul.menu li ul
{
	display: block;
	list-style: none;
}

ul.menu li ul li
{
	border: none;
	margin-left: 17px;
}
ul.menu li.selected ul li a, ul.menu li.selected ul li a:visited {
	background: url(/images/button_grey.jpg) no-repeat top left;
	color: #6D6D6D;
	margin-left: 5px;
}

ul.menu li.selected a, ul.menu li.selected a:visited
{
	background: url(/images/button_purple.jpg) no-repeat top left;
	color: #fff;
}

ul.menu li.selected li a, ul.menu li.selected li a:visited
{
	font-weight: normal;
}

ul.menu li ul li a, ul.menu li ul li a:visited
{
	padding: 0;
	font-weight: normal;
}
ul.menu li ul li a, ul.menu li ul li a:visited {
	padding-left: 5px;
}

ol.bestsellers
{
	margin-left: 25px;
}

ol.bestsellers a, ol.bestsellers a:visited
{
	color: #E6E6E6;
	font-weight: normal;
}

#content
{
	width: 610px;
	float: right;
	margin-right: 20px;
	_margin-right: 10px;
	margin-top: 10px;
	line-height: 140%;
}

#content p, #content table
{
	margin-bottom: 1em;
}

h2 {
	font-family: "Trebuchet MS";
	color: #7e0750;
	margin-bottom: 5px;
	font-size: 200%;
	line-height: 100%;
}

h3 {
	font-family: "Trebuchet MS";
	color: #7e0750;
	font-weight: normal;
	font-size: 150%;
	line-height: 100%;
	margin-top: 1em;
	margin-bottom: 4px;
}

h4 {
	color: #7e0750;
	font-family: "Trebuchet MS";
	line-height: 100%;
	margin-top: 1em;
	font-size: 110%;
}

#content .artikel
{
	border: 2px solid #666;
	padding: 10px;
}

#content img.artikelafbeelding
{
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 10px 10px;
}

#content .artikel .prijs
{
	font-weight: bold;
	font-size: 110%;
}

#content .artikel .prijsgroot
{
	font-size: 180%;
	line-height: 150%;
	padding: 2px 5px;
	float: right;
	color: #5C1B46;
	font-weight: bold;
}

#content .artikel .bestel a, #content .artikel .bestel a:visited
{
	padding: 2px 5px;
	background-color: #5C1B46;
	font-weight: bold;
	color: #fff;
}

#content .artikel .bestelwinkelwagen a, #content .artikel .bestelwinkelwagen a:visited
{
	padding: 2px 0;
	background-color: #5C1B46;
	font-weight: bold;
	color: #fff;
	width: 120px;
	display: inline-block;
	text-align: center;
}

#content .artikelvertical
{
	width: 122px;
	height: 180px;
	float: left;
	border: 1px dashed #5C1B46;
	text-align: center;
	margin: 0 10px 10px 0;
}

#content .artikelvertical p
{
	margin: 0;
}

#content .artikelvertical p.prijs
{
	color: #5C1B46;
	font-weight: bold;
}

a.knop, a.knop:visited
{
	padding: 5px 10px;
	background-color: #5C1B46;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.knop:hover, a.knop:visited:hover
{
	text-decoration: underline;
}

#footer {
	background-color: #7e0750;
	padding: 5px;
	color: #fff;
	text-align: center;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #fff;
}

.error
{
	border: 1px solid #800000;
	background-color: #FFF0F0;
	font-weight: bold;
	padding: 5px 10px;
}

.prijs del
{
	color: #7F7F7F;
}

table.list
{
	width: 99%;
	border-collapse: collapse;
}

.list th, .list td
{
	padding: 2px 5px;
	vertical-align: top;
}

.list td
{
	border-bottom: 1px solid #CCC;
}

.list th
{
	text-align: left;
	border-bottom: 2px solid #666;
}

input.aantal
{
	width: 30px;
	text-align: right;
	font-size: 100%;
}

.totaalregel td
{
	border-top: 2px solid #5C1B46;
	font-weight: bold;
}

#content p.adviesprijs
{
	margin-bottom: 0;
	
}

#content .artikellijst .artikel
{
	width: 290px;
	height: 125px;
	float: left;
	margin: 5px;
	padding: 0;
	border: 1px solid #999;
}

#content .artikellijst .artikel img
{
	border: 0px solid #999;
}


#content .artikellijst .artikel h3
{
	padding: 10px;
	margin: 0;
	line-height: 130%;
	font-size: 120%;
}

#content .artikellijst .artikel h3 span.nieuw
{
	color: #4C4C4C;
	font-weight: normal;
	text-transform: uppercase;
}

#content .artikellijst .artikel p
{
	padding: 0 10px;
}

.clear
{
	clear: both;
}

.paginanummering
{
	padding: 2px;
	text-align: center;
}

dt
{
	font-weight: bold;
}

dd
{
	padding-bottom: 0.7em;
}

.betaling dd
{
	padding-left: 20px;
}

.gegevens input
{
	width: 200px;
	padding: 1px;
	font-size: 100%;
}

input.zoeken
{
	width: 110px;
	font: 100% Verdana, sans-serif;
}

input.zoekensubmit
{
	text-align: left;
	width: 60px;
}

#fotos
{
	width: 170px;
	float: right;
	text-align: right;
}

#fotos img {
	width: 150px;
}

.aanbieding {
	width: 450px;
	border: 2px solid #008000;
	margin-right: 11px;
	padding: 10px;
	height: 100px;
}

#content .aanbieding h3 {
	margin: 0 0 0.8em 0;
}

#content .aanbieding .artikelafbeelding {
	border: none;
}
.sideblock ul.bestsellers {
	list-style: square;
	margin-left: 17px;
}
#content p.nieuw {
	font-weight: bold;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
#klikgebied {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 550px;
	height: 100px;
}
#klikgebied span {
	display: none;
}
#content ul, #content ol {
	margin: 0 0 1em 2em;
}

#content td {
	vertical-align: top;
}
