/*
 * Generic Styles
 */
/* Garamond should be used all over the site, so all tags will get Garamond as
 * defaul font */
* {
    font-family: "Garamond", 
                "Adobe Garamond Pro", 
                "Monotype Garamond", 
                "Garamond 96 DT", 
                "Garamond DT", 
                "JGaramond", 
                "Laurentian", 
                "Times", 
                "Serif";
	font-size: 11pt;
}

h1 {
    font-size: 20px;
	color: #a30f45;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

h2 {
    font-size: 14pt;
	color: #1d5085;
	margin: 0px 0px 0px 0px;
}

/* H3 is used in subtitles (like "Contact->Postadres") */ 
h3 {
    font-size: 12pt;
    color: #daeaff;
    margin: 3px 0px 0px 0px;
}

h4, h5, h6 {
	margin: 0px;
}

h5 {
	color: #FFF;
	font-size: 14pt;
}

h6 {
	color: #9fd3ff;
	font-size: 11pt;
	background: url("../img/arrow_actual.png") no-repeat top left;
	border: 0px solid red;
	padding-left: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

p {
    font-size: 11pt;
    margin: 0px 0px 0px 0px;
}

a, a:visited, a:link, a:hover {
    text-decoration: underline;
	color: #ccc;
}

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

body, html {
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

body {
	background: #682A10 url('../img/bg_wood.jpg') repeat top center;
}

/*
 * Header
 */
.header {
    position: absolute; 
    width: 998px;
	left: 50%;
	margin-left: -499px;
    background: url('../img/header.png') no-repeat top center;
    text-align: left;
    z-index: 1;
	border: 0px solid red;
	padding: 0px;
}

.flashmovie {
	top: 12px;
	left: 50%;
	position: absolute;
	margin-left: -479px;
	z-index: 10;
}

.actueel {
	top: 30px;
	left: 50%;
	position: absolute;
	margin-left: 190px;
	z-index: 15;
	border: 0px solid red;
	width: 270px;
	height: 210px;
}

/*
 * Content
 */
.content_wrapper {
	border: 0px solid red;
	margin-top: 352px;
    margin-left: 0px;
	padding-left: 30px;
	width: 968px;
	background: url('../img/middle.png');
	overflow: auto;
}

/*
 * Left content
 */
.content_wrapper div.content {
    width: 570px;
    text-align: left;
    margin-top: 0px;
   	float: left;
    /*min-height: 354px; */
	border: 0px solid green;
	color: #000000;
}

div.contentfotoboek {
    position: relative;
    width: 590px;
    margin-left: -11px;
	border: 0px solid green;
}

div.content a, div.content a:visited, div.content a:link {
	color: #a30f45;
}

div.content a:hover {
    text-decoration: underline;
	color: #a30f45;
}

div.content .news_wrapper a {
    text-decoration: underline;
}

/*
 * Sidebar
 */
div.sidebar {
	border: 0px solid red;
	position: relative;
	float:left;
	/* left: 50%; */
	margin-left: 30px;
	width: 318px;
}

div.modules_r {
	z-index: 70;   
	border: 0px solid #fff;
	padding: 5px 5px 10px 10px;
	background: #275787 url('../img/footer_block.jpg') repeat-x;
	margin-top: 10px;
	color: #FFFFFF;
}

#fotoboeken {
   	z-index: 80;
   	height: 650px; 
   	padding-top: 20px;
}


#nav a { 
	border: 1px solid #336a9f; 
	padding-left: 1px; 
	padding-right: 3px; 
	background: #235789; 
	text-decoration: none; 
	margin: 0 3px; 
	padding: 0px 3px;  
}

#nav a.activeSlide { 
	background: #133868;
}

#nav a:focus { 
	outline: none; 
}

.modules_r h1 {
	color: #FFFFFF;
}

.modules_r h2 {
	color: #FFFFFF;
}

.modules_r a {
	color: #FFFFFF;
	text-decoration: none;
	background: url('../img/mark.gif') no-repeat center left;
	padding-left: 20px;
}

.modules_r a.news_link {
	width: 400px; 
	height: 20px; 
	background: none;
	border: 0px solid white;
	padding-left: 0px;
}

.modules_r a.clear_link {
	background: none;
	padding-left: 3px;
}

.modules_r a.image {
	background: url('../img/spacer.gif') no-repeat center left;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 0px;
}

.modules_r a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.modules_r a.side {
	color: #cae1fe;
}

.modules_r a.side:hover {
	color: #cae1fe;
	text-decoration: underline;
}

.modules_r a.side_active {
	color: #cae1fe;
	text-decoration: underline;
}

.modules_r a.subsub_active {
	color: #FFFFFF;
	text-decoration: underline;
}

div.ad {
    position: absolute;
    z-index: 6;
    width: 570px;
    height: 160px;
    padding-left: 50%;
    margin-left: -455px;
}

/*
 * Calendar
 */
table.calendar {
	border: 0px solid red;
}

table.calendar td, th {
	border:0 none;
	text-align:center;
}

table.calendar th {
	font-size: 11pt;
	height: 10px;
}

table.calendar td {
	font-size: 11pt;
	height: 10px;
	width: 30px;
	color: #9ec7ff;
	border: 0px solid white;
}

table.calendar .calendar-month {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 3px;
	text-align: center;
	color: #9ec7ff;
}

table.calendar .calendar-month a {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 3px;
	text-align: center;
	color: #9ec7ff;
	background: none;
	padding: 0px;
}

table.calendar .calendar-month a:hover {
	color: #fff;
}

table.calendar .calendar-title {
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	width: 150px;
	border: 0px solid #fff;
	text-align: left;
}

table.calendar .calendar-prev, table.calendar .calendar-next {
	font-weight: bold;
}

table.calendar .calendar-prev a, table.calendar .calendar-next a {
	background: none;
	border: 0px solid #fff;
	padding: 0px;
}

table.calendar th {
	color: #d3e7ff;
	text-align:center;
}

table.calendar td.linked-day {
	background: #133868;
}

table.calendar td.lustrum {
	background: #f4cd15 !important;
}

table.calendar td.linked-day a {
	font-size: 11pt;
	background: none;
	padding: 0px;
	color: #9ec7ff;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #9ec7ff;
	padding: 5px;
	opacity: 0.85;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	font-size: 11pt;
}

#tooltip h3, #tooltip div { 
	margin: 0; 
	color: #133868;
	font-size: 11pt;
	font-weight: normal;
}

/*
 * Menu
 */
div.link_bar {
    position: absolute;
    top: 290px;
    height: 36px;
    z-index: 4;
    left: 50%;
    width: 958px;
    margin: auto auto auto -479px;
    vertical-align: top;
	border: 0px solid red;
}

div.link_bar .link_bar_table {
	width: 940px; 
	border: 0px solid red; 
	margin-left: 8px;
}

td.link_bar {
    height: 36px;
    vertical-align: middle;
	border: 0px solid #000;
	padding: 0px 5px 0px 5px;
}

a.edit_link {
	color: #000000;
}

a.toplink {
	text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

a.toplink_active {
	text-decoration: underline;
    color: #ffffff;
    font-size: 16px;
}

a.toplink:hover {
    color: #ffffff;
	text-decoration: underline;
}

.content.a {
    color: #e52e2e;
}

a.side {
    color: #cae1fe;
}

a.side_mail {
    color: #a1d7ff;
}

.sublink_title {
	color: #fff;
	font-size: 14pt;
	font-weight: bold;
}

/*
 * Poll
 */
.poll_form {
	margin: 0px; 
}

.poll_option {
	border: 0px solid red;
	width: 280px;
	margin-bottom: 5px;
	background-color: #133868;
	height: 20px;
	padding: 0px;
	margin-left: 20px;
}

.poll_button {
	border: 0px solid white;
	margin-left: 20px;
	background-color: #133868;
	color: #FFFFFF;
	width: 100px;
}

.poll_button_save {
	width: 100px;
	border: 0px solid white;
	background-color: #133868;
	color: #FFFFFF;
}

.poll_result {
	border: 0px solid white;
	color: #FFFFFF;
	margin-bottom:5px;
}

.poll_spacer {
	height: 5px;
}

.poll_input {
	width: 300px;
}

.poll_link_table {
	border: 0px solid white;
}

.poll_link_table td {
	border: 0px solid red;
}

.poll_link_table .img_cell {
	border: 0px solid red;
	padding-top: 3px;
	vertical-align: top;
	width: 20px;
}

#poll_link {
	background: none;
	border: 0px solid white;
	padding: 0px;
	font-weight: bold;
}

/*
 * Footer
 */
.footer {
	border: 0px solid red;
	color: #fff;
    background: url('../img/footer.png') no-repeat top center;
    width: 998px;
    height: 62px;
    top: auto;
	position: relative;
	float: left;
	margin-left: 0px;
}

.footer .copyright {
	border: 0px solid #fff;
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
}

.footer .copyright a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

.footer .copyright a:hover {
	text-decoration: underline;
}

.footer .content_rb {
	position: absolute;
	border: 2px solid #18507E;
	padding-left: 10px;
	background: #275787 url('../img/footer_block.jpg') repeat-x;
    bottom: 160px;
    z-index: 7;
    left: 50%;
    margin-left: 140px;
    width: 318px;
	padding-bottom: 10px;
}

/*
 * News messages
 */
.news {
	border: 0px solid black;
	width: 570px;
}

.news a {
	color: #A30F45;
}

.news td {
	border: 0px solid green;
	vertical-align: top;
}

.news .news_wrapper {
	border: 0px solid red;
	/*min-height: 210px;
	height: 210px;*/
}

.news .news_header {
	border: 0px solid red;
	background: url('../img/news_icon.jpg') no-repeat;
	padding-left: 23px;
	color: #A30F45;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.news .news_intro {
	border: 0px solid red;
	padding-right: 20px;
	padding-bottom: 5px;
}

.news .news_bar {
	border: 0px solid blue;
	background: url('../img/news_bar.jpg') no-repeat;
}

/* 
 * error, designed by CRUZ 
 */
.error {
	width: 560px;
	border: 1px solid #990000;
	padding-bottom: 5px;
	color: #4A5549;
	line-height: 15px; 
	background: url('../img/error.gif') no-repeat left top #FFFFCC;
	margin-bottom: 10px;
}

.error div {
	margin: 3px 0px 0px 31px;
}

.info {
	width: 560px;
	border: 1px solid #006600;
	padding-bottom: 5px;
	color: #009900;
	line-height: 15px; 
	background: #FFFFCC;
	margin-bottom: 10px;
}

.info div {
	background: url('../img/ok_16.png') no-repeat left top #FFFFCC;
	margin: 3px 0px 0px 5px;
	color: #4A5549;
	padding-left: 30px;
}

/*
 * Presentaties
 */
.presentation {
	border: 1px solid #000;
}

.presentation th {
	border-bottom: 1px solid #000;
	text-align: left;
	padding: 3px;
}

.presentation td {
	border: 0px solid #000;
	text-align: left;
	padding: 3px;
}

.presentation td a {
	text-decoration: none;
}

.presentation td a:hover {
	text-decoration: underline;
}

.presentation_login th {
	text-align: left;
}

.presentation_login td {
	text-align: left;
	padding: 3px;	
}
 
table.prevnext {
	margin-top:0.3em;
	width:100%;
}

table.prevnext td {
	font-size:smaller;
}

table.prevnext td a {
	text-decoration:none;
}

/*
 * Boekenverkoop
 */
.header_16 {
	border: 0px solid red;
	color: #A30F45;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

.header_12 {
	border: 0px solid red;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

.cell {
	position: relative;
	padding: 5px;
	background-color: #fff;
	float: left;
	display: inline;
	margin-bottom: 5px;
	border: 1px solid #A30F45;
}

.cell:hover {
	background-color: #efefef;
	cursor: pointer;
}

.book {
	border: 0px solid red;
	width: 550px;
}

.book td {
	border: 0px solid black;
}

.book p {
	border: 0px solid black;
	padding-bottom: 3px;
}

.book_photo {
	border: 0px solid red;
	width: 110px;
	text-align: center;
}

.book_title {
	color: #A30F45;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	width: 250px;
	vertical-align: top;
}

.book_title, .book_author, .book_isbn {
	/* padding-left: 5px;*/
}

.book_author, .book_isbn, .book_course, .book_state, .book_price {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*margin-bottom: 5px;*/
	vertical-align: top;
	/*width: 200px;*/
	/*border: 1px solid red;*/
}

.book_edit, .book_delete {
	vertical-align: top;
	width: 20px;
}

.book_price {
	text-align: right;
	font-family: serif;
	font-weight: normal;
	font-size: 28px;
	color: #A30F45;
}

.book_sort {
	border: 0px solid red;
}

.book_sort td {
	width: 91px;
	border: 0px solid red;
}

.book_sort .book_sort_link {
	text-decoration: none;
}

.book_sort .book_sort_link:hover {
	text-decoration: underline;
}

.book_sort .book_sort_link_active {
	text-decoration: underline;
}

#search_info {
	font-size: 12px;
}

