/* BLOK ELEMENTEN */

#header {
background-color:#af2e2d;
}

#linkerkolom {
background-color:#af2e2d;
}

#contentwrapper {
border:solid 1px teal;
}

#maincontent {
border-right:solid 1px teal;
}

#rechterkolom {
border-left:solid 1px teal;
}

/* TEKST ELEMENTEN */

h1,h2,h3,h4 {
color:black;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

acronym,dfn,abbr {
border-bottom:1px dotted black;
}

.textlight {
color:gray;
}

/* BOOKSHOP */

div.bookleft {
border-right:solid 1px teal;
}

div.bookright {
border-left:solid 1px teal;
}

/* HYPERLINKS */

a {
color:#1967b0;
text-decoration:none;
}

a:hover {
color:#1967b0;
text-decoration:underline;
}

a:active {
text-decoration:none;
}

#menu_1 a {
color:white;
font-style:normal;
margin-left:-5px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#menu_1 a:hover {
color:#c17e31;
text-decoration:none;
}

#menu_1 a:active {
color:white;
}

li.active a {
color:#c17e31 !important;
}