body {
    font-size: 80%;
    font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #dddddd;
    color: #3f3f3f;
}   
img {
    border: none;
}
#container {
    border-width: 0 5px 5px 5px;
    border-color: #cdcdcd;
    border-style: solid;
    width: 704px;
    margin: auto;
    text-align: left;
    background: #fff;
}
#crime {
	background-color: #000;
}
#crime #container {
	padding-bottom: 30px;
	background: #fff url(../images/footer_foto-bw.jpg) bottom center no-repeat;
	border-color: #666;
}

/* HEADER */
#container #header {
    background: url( ../images/header_foto.png) top center no-repeat;
    height: 250px;
    margin: 0;
	padding: 0;
	position: relative;
}

#container #header h1 {
	text-indent: -1000em;
	display: none;
}

#container #header #banner {
	position: absolute;
	bottom: 20px;
	width: 100%;
	background: url(../images/header_text_bg.jpg) top left repeat-x;
	text-align: center;
}

#logo {
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -27.5em;
    padding-right: 10px;
}

#crime #header {
	background-image: url( ../images/header_foto-bw.jpg );
	height: 127px;
}

#crime #header #banner {
	display: none;
}

h2 {
    color: #8B2100;
    font-size: 1.3em;
    font-weight: normal;
    margin: 20px 0 10px 15px;
}
h2 a {
    color: #8B2100;
    font-size: 0.9em;
    font-weight: normal;
	margin: 0 0 0 0;
}
h3 {
    color: #8B2100;
    font-size: 1.3em;
	font-weight: bold;
	/* font-style: italic; */
    margin: 0 0 10px 15px;
}
p {
    margin: 0 15px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
a {
	color: #8B2100;
}
#nav {
    background: white url( ../images/nav_gradient.gif ) bottom left repeat-x;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #3f3f3f;
}
#nav ul {
    margin: 0;
    padding: 0;   
}
#nav li {
    list-style-type: none;
    float: left;
}
#nav li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #3f3f3f;
    border-right: 1px solid #888888;
    font-size: 1.1em;
}
#nav li.active a {
    background: white url( ../images/nav_gradient_select.png ) top left repeat-x;
    color: #8B2100;
}
#blocks, #booksBlock {
    float: right;
    padding-right: 10px;
}
#winkelwagen {
    width: 150px;
    background: url( ../images/winkelwagen_body.gif ) top left no-repeat;
    color: white;
    padding: 10px 0 0 0;
    margin: 0 0 10px 10px;
}
#winkelwagen h2 {
    font-size: 1.1em;
    color: white;
    font-weight: normal;
    margin: 0 10px 10px 10px;
}
#winkelwagen p {
    margin: 0 10px 0 10px;
    line-height: 1.2em;
}
#winkelwagen p.links {
    height: 1.5em; 
	background: url( ../images/winkelwagen_bottom.gif ) bottom left no-repeat;
    margin: 0;
    padding: 0 10px 20px 10px;
}
#winkelwagen a {
    color: white;
    text-decoration: underline;
}
#links, #boeken {
    width: 150px;
    background: #e3e3e3 url( ../images/sidebar_hoekje.gif ) bottom left no-repeat;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 0 0 10px;
}
#boeken {
    font-size: 0.9em;
}
#boeken h2 {
    color: #3f3f3f;
    font-size: 1.1em;
    font-weight: normal;
    margin: 10px 10px 0 10px;
}
#boeken h2 a {
    color: #3f3f3f;
	font-size: 1.1em;
}
#boeken h3 {
    color: #8B2100;
    margin: 10px;
    font-size: 1em;
    font-weight: normal;
}
#boeken h3 a {
    color: #8B2100;
    font-size: 1em;
}
#boeken .illustration {
    text-align: center;
    margin-bottom: 10px;
}
#links h2 {
    font-weight: normal;
    font-size: 1.1em;
    margin: 0 10px 0 10px;
}
#links h2 a {
	font-size: 1.1em;
    color: #3f3f3f;
}
#links p {
    margin: 0 10px 0 10px;
    line-height: 1.2em;
}
.publication {
    margin: 10px 15px;
    float: left;
    width: 24em;
	height: 180px;
}
	.publication.actie {
		padding: 10px 15px;
		margin: 0;
		margin-top: -5px;
		background-color: #c92127;
		color: #fff;
		width: 32em;
	}
.publication .illustration {
    float: left;
    width: 102px;
    height: 157px;
    margin-right: 10px;
}
.publication h3 {
    color: #8B2100;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
}
	.publication.actie h3 {
		color: #fff;
	} 
.publication h3 a {
    color: #8B2100;
    text-decoration: underline;
}
	.publication.actie h3 a {
		color: #fff;
	} 
.publication p {
    margin: 0;
}
.publication .price {
    color: #8B2100;
}
	.publication.actie .price {
		color: #fff;
		font-weight: bold;
	}
.publication form {
    margin-top: 5px;
}
.publication form input, .bookform input {
    vertical-align: middle;
}
#footer {
    clear: both;
    text-align: center;
    padding-top: 15px;
    margin: 15px 0 10px 0;
}
#footer p {
    font-size: 0.9em;
    margin: 0;
}
#footer p.copyright {
    color: #888888;
}
#footer a img {
    vertical-align: middle;
}
#footer a {
    color: #3f3f3f;
}
#footer a.active {
    color: #8B2100;
}
.bookimage {
	float: right;
	margin: 0 15px 10px 15px;
}
.subtitle {
	font-size: 1.1em;
	font-weight: bold;
}
.author {
	font-style: italic;
}
.bookform {
	margin-left: 10px;
	margin-top: 20px;
}
table {
	font-size: 1em;
	margin-left: 15px;
}
.tablecart {
	border: 1px solid #cdcdcd;
	width: 40em;
}
.tablecart caption, .formgegevens caption {
	font-size: 1.2em;
	text-align: left;
	margin: 0 0 10px 15px;
}
.formgegevens strong {
	color: #8B2100;
}
.formgegevens {
	width: 40em;
}
.formgegevens input {
	width: 15em;
}
#signupMl {
	width: 2em;
	float: right;
}
.button {
	border: 1px solid #C8C8C8;
	background: #fff url( ../images/button_bg.png ) bottom right no-repeat;
	color: #4F5556;
	text-decoration: underline;
	height: 2em;
	padding-bottom: 0.3em;
	vertical-align: middle;
	margin-top: 5px;
}
#booksBlock {
	margin-top: -7em;
}
.leftcolumn {
	width: 340px;
	float: left;
}
.columnright {
	width: 340px;
	float: left;
}
.leftimage {
	float: left;
	margin-right: 10px;
}
