html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #E0F5DE url(../images/bgBody1.png) center top repeat-y fixed;
}

* { margin: 0; padding: 0; }

p { margin: 5px 0; padding: 2px 0; font-size: 15px; line-height: 150%;}
h1 {display: none;padding: 20px;margin: 0;}
h2 {margin: 0;}
h3 {margin: 5px 0;color: #666;}

#container { 
	width: 980px;
	position: relative;
}

#logo { margin: 0px 0 0 80px; padding-top: 10px; }
#content { margin-left: 100px; }
#content p a {color: #3380CC;text-decoration: underline; }
#content p a:hover {color: #2D6CAC;text-decoration: underline; }


/* main menu */

#navbar {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 64px;
	xwidth: 997px;
}

.menu { height: 64px; padding: 0; margin: 0;}
.menu li a {
	font-size: 10pt;
	text-decoration: none;
	color: #fff;
	padding: 12px 8px;
	margin: 0;
	float: right !important;
}
.menu li a:hover {color: #eee; padding: 13px 7px 11px 9px;}

.menu li a img {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	display: none;
}

a#home { background-color: #ff676a; border-bottom: 9px solid #cc5255; }
a#nieuw { background-color: #37cece; border-bottom: 9px solid #2da6a4; }
a#bedrijf { background-color: #ff46b6; border-bottom: 9px solid #cc3892; }
a#boeken { background-color: #BED95B; border-bottom: 9px solid #98ae49; }
a#series { background-color: #e04cfe; border-bottom: 9px solid #b33dcb; }
a#auteurs { background-color: #4e9aff; border-bottom: 9px solid #3e7bcc; }
a#contact { background-color: #FFc067; border-bottom: 9px solid #cc9a52; }
a#vooraankondigingen { background-color: #724ffe; border-bottom: 9px solid #5b3fcb;}
a#illustratoren {background-color: #62ce58; border-bottom: 9px solid #4ea546;}


li#active a#home { background: #6DD782 url(../images/menuActive.png) center center no-repeat; }
li#active a#nieuw { background: #F2A779 url(../images/menuActive.png) center center no-repeat; }
li#active a#bedrijf { background: #8B51C6 url(../images/menuActive.png) center center no-repeat; }
li#active a#boeken { background: #6BC3FE url(../images/menuActive.png) center center no-repeat; }
li#active a#series { background: #6E8BE2 url(../images/menuActive.png) center center no-repeat; }
li#active a#auteurs { background: #FF91AC url(../images/menuActive.png) center center no-repeat; }
li#active a#contact { background: #FFE375 url(../images/menuActive.png) center center no-repeat; }
/*
a#home:hover { background: #6DD782 url(../images/menuActive.png) center center no-repeat; }
a#nieuw:hover { background: #F2A779 url(../images/menuActive.png) center center no-repeat; }
a#bedrijf:hover { background: #8B51C6 url(../images/menuActive.png) center center no-repeat; }
a#boeken:hover { background: #6BC3FE url(../images/menuActive.png) center center no-repeat; }
a#series:hover { background: #6E8BE2 url(../images/menuActive.png) center center no-repeat; }
a#auteurs:hover { background: #FF91AC url(../images/menuActive.png) center center no-repeat; }
a#contact:hover { background: #FFE375 url(../images/menuActive.png) center center no-repeat; }
*/
/* footer */

#footer {
	background: url(../images/footer.png) right bottom no-repeat;
	height: 95px;
	position: relative;
	width: 100%;
	padding: 0;
	clear: both;
}

.footer_info, .footer_text { display: none; }


/* general column styles */

div.content_main input[type='text'], div.content_main textarea {
	padding: 3px;
	margin: 2px 0;
	outline: 0;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.content_main label {
	/*background-color: #f0f0f0;*/
	padding: 4px 3px;
	margin-top: 2px;
}

/* 111 layout with only one column */

.one_column div.content_right {
	background-color: #f0f0f0;
	padding: 20px;
}

.one_column div.content_main {padding: 20px 0px;}

/* 111 main column styles */

.one_column div.content_main input[type='text'], .one_column div.content_main textarea {
	width: 300px;
}

select {
	border: 1px solid #ccc;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 0;
}

/* 222 layout with submenu left */

.two_column_left div.content_left {
	padding-top: 50px;
}
.two_column_left div.content_main {
	padding-top: 0px;
}

/* 222 main column styles */

.two_column_left div.content_main label {float: left;width: 200px;}
.two_column_left div.content_main input[type='text'], .two_column_left div.content_main textarea {
	width: 440px;
}

/* 222 layout with submenu right */

.two_column_right div.content_right {
	background-color: #f0f0f0;
	padding: 20px;
}
.two_column_right div.content_main {padding: 20px;}

/* 222 main column styles */

.two_column_right div.content_main label {float: left;width: 30%;}
.two_column_right div.content_main input[type='text'], .two_column_right div.content_main textarea {
	width: 58%;
}

/* specific */

.content_main p.quote {
	background: #fff url(../images/quotes.png) left top no-repeat;
	padding: 35px 0 0 40px;
	margin-left: 30px;
	font-size: 17px;
	line-height: 150%;
	color: #666;
	width: 430px;
}

.content_main p.quote a {
	font-size: 20px;
	font-weight: bold;
	color: #3380CC;
	text-decoration: underline;
	display: block;
	padding: 10px 0;
}

/* meerdere boeken op een pagina */
.books {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.books li {
	display: block;
	float: left;
	width: 215px;
	height: 115px;
	color: #00366C;
	text-decoration: none;
	background: #AED7FF url(../images/bgBoek.png) right bottom no-repeat;
	font-size: 12px;
	line-height: 150%;
	margin: 0 4px 4px 0;
	padding-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
}

.books li a {
	color: #00366c;
	text-decoration: none;
}

.books li a strong {
	display: block;
}

.books li a span {
	height: 100px;
	display: block;
	float: left;
}

.books li a img {
	border: 0px;
	margin-right: 4px;
	cursor: pointer;
}

.books li:hover {
	background: #AED7FF url(../images/bgBoekHover.png) right bottom no-repeat;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* informatie over een boek */

.bookinfo {
	background: #fff;
	width: 260px;
	font-size: 14px;

}

.bookinfo tr {
	background: #E9F8E7;
}

.list {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 2px;
	width: 260px;
}

.list li {
	padding: 4px 8px;
	margin-bottom: 2px;
	background-color: #E9F8E7;
	display: block;
	font-size: 13px;
}

.list img {
	padding-top: 4px;
}

.list span {
	width: 60px;
	display: block;
	float: left;
}

#bolcom {
	display: block;
	text-align: right;
}
#bolcom a {
	border: 0;
	text-decoration: none;
}

#bolcom a img {
	border: 0;
}

/* series */

ul.series {
	margin: 0;
	padding: 0;
list-style-type: none;
}

ul.series li {
	display: inline;
}

ul.series li a {
	display: block;
	color: #0066CC;
	padding: 1px 0;
	text-decoration: none;
	margin-bottom: 2px;
}



