body
{
    /* de stijlen voor het hele document */
    margin: 0;
    padding: 1em;
    font: arial 12px;
}

a
{
    /* de stijlen voor de links */
    color: #3c7796;
}

a:hover
{
    /* de stijlen voor de links waar de cursor boven zweeft */
    color: #9ecf39;
}

a:visited
{
    /* de stijlen voor de bezochte links */
    color: #9ecf39;
}

#container
{
    /* de stijlen voor het omvattende deel van de navigatie, inhoud en voet */
    width: 900px;
    height: 100%;
    margin: auto;
    padding: 0.5em;
    border: 1px solid #3c7796;
    text-align: left;
}

.header
{
    /* de stijlen van de header, het logo */ /*height: 45px;*/
    margin: 0 0 0.5em 0;
    border: 1px solid #3c7796;
    background: white;
}

.header h1, .header h2
{
    float: none;
    margin: 0;
    padding: 0;
}

.header h1
{
    padding: 10px 5px 10px 20px;
    line-height: 180%;
}
.header h2
{
    margin: 0 auto;
    padding: 0px 5px 20px 30px;
    font-weight: bold;
    font-size: 12pt;
    font-family: Arial;
    color: #34382A;
}

.header h3
{
    padding: 0px 5px 10px 30px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    color: #34382A;
}

#nav
{
    /* de stijlen van de navigatie */
    float: left;
    font-size: 10pt;
    font-family: Arial;
    width: auto;
}

#nav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    width: 100%;
}

#nav li
{
    float: left;
    border-right: 1px solid white;
}

#nav a
{
    /* de stijlen voor de links in de navigatie */
    padding: 8px 5px 8px 5px;
    margin: 0 0 5px 0;
    /*width: 130px;*/
    text-align: center;
    display: block; /*text-indent: 1em; 	border: 1px solid #3c7796;*/
    font-weight: bold;
    text-decoration: none;
    background: #3c7796;
    color: #ffffff;
    vertical-align: middle;
    letter-spacing: 1px;
}

#nav a:hover
{
    /* de stijlen voor de links in de navigatie waar de cursor boven zweeft */
    color: #9ecf39;
}
#menu
{
    width:890px;
    float:left;  
    }
.content
{
    /* de stijlen voor de inhoud, de tekst */
    float: left;
    margin: 0 0 0 0.5em;
    padding: 0 0.5em 0 0.5em;
    width: 880px; 
    font-family:Arial;
}

.content h2
{
    /* de stijlen voor de kopjes in de inhoud */
    border: 1px solid #3c7796;
    text-indent: 0.5em;
    font-size: 10pt;
    color: #ffffff;
    margin: 0;
    padding: 0.6em;
    background: #3c7796;
    vertical-align: middle;
    letter-spacing: 1px;
}
.content .subtitle
{
    margin: 0.5em;
    padding: 0 10px 0 10px;
    line-height: 200%;
    font-size: 10pt; 
    font-weight:bold; 
    color: #395B75;
}
.content .font
{
    font-size: 11pt;
    font-weight: bold;
    color: #C35800;
    line-height: 300%;
    margin: 0.5em;
    padding: 0 10px 0 10px;
}
.content p
{
    /* de stijlen voor de alinea's in de inhoud */
    margin: 0.5em;
    padding: 0 10px 0 10px;
    font-size: 11pt;
    line-height: 200%;
    color: #666666;
}
.content .small
{
    font-size: 10pt;
    color: #666666;
    line-height: 190%;
    margin: 0px 10px 15px 10px; 
    font-family:Arial;
}
.content .color
{
    color: #446D8C;
    font-weight: bold;
}
.content .cogreen
{
    color: #5A8700;
    font-weight: bold;
}
.content .top
{
    font-size:10pt; 
    color:#464646; 
    line-height:170%; 
    text-align:left; 
    margin:10px 0 0 20px;
}
.content .highlight
{
   background:#70B4B7;
   width:628px; 
   font-size:16pt; 
   color:White;
   font-weight:bold; 
   text-align:center;
   margin:20px 0 20px 18px; 
   line-height:240%; 
   padding-top:20px; 
   letter-spacing:2px; 
}
.content .highlight .smallblack
{
    font-size:11pt; 
    color:Black; 
    font-weight:bold;
}
.news
{
    /* de stijlen voor de kolom links, het nieuws */
    width: 175px;
    border: 1px solid #3c7796;
    float: left;
    padding: 0;
    margin: 0 0 0 0.5em;
    margin-bottom: 1em;
    font-family: Arial;
}

.news h2
{
    /* de stijlen voor de kopjes in de kolom nieuws */
    border: 1px solid #3c7796;
    text-align: center;
    font-size: 10pt;
    color: #ffffff;
    margin: 0;
    padding: 0.5em;
    background: #3c7796;
    vertical-align: middle;
}

.news .entry
{
    /* de stijlen voor de alinea's in de kolom nieuws */
    padding-bottom: 5px;
    font-size: 10pt;
    line-height: 190%;
    color: #666666;
    text-align:center;
    margin: 2px;
}
.news .entry .img
{
    margin: 10px auto;
    text-align: center;
}
.news .text
{
    font-size: 10pt;
    padding:5px 5px 5px 5px; 
    line-height:180%; 
    text-align:left;
}
.news .text .star
{
    color:#F7BC5B;
}
.news h1
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    font-weight: normal;
    line-height: 180%;
}
.news h1 a
{
    text-decoration: none;
    border-bottom: 1px dashed #61878C;
    color: #61878C;
    line-height: 230%;
}
.news h1 a:hover
{
    border: none;
    background: #F7BC5B;
    color: #FFFFFF;
    line-height: 230%;
}
.news h1 a:visited
{
    text-decoration: none;
    border-bottom: 1px dashed #61878C;
    color: #61878C;
    background: none;
    line-height: 230%;
}
.news .imp
{
    font-size: 11pt;
    font-weight: bold;
    color: Red;
}
.news .date
{
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 10pt;
    color: #666666;
}
.news .date .im
{
    color: #FF9428;
    font-size: 11pt;
}
.post
{
    /* de stijlen voor de kolom links, het nieuws */
    width: 175px;
    border: 1px solid #3c7796;
    float: left;
    padding: 0;
    margin: 0 0 0 0.5em;
    margin-bottom: 1em;
    font-family: Arial;
}

.post h2
{
    /* de stijlen voor de kopjes in de kolom nieuws */
    border: 1px solid #3c7796;
    text-align: center;
    font-size: 10pt;
    color: #ffffff;
    margin: 0;
    padding: 0.5em;
    background: #3c7796;
    vertical-align: middle;
}

.post .entry
{
    /* de stijlen voor de alinea's in de kolom nieuws */
    padding-bottom: 5px;
    font-size: 10pt;
    line-height: 190%;
    color: #666666;
    text-align:center;
    margin: 2px;
}
.post .entry .img
{
    margin: 10px auto;
    text-align: center;
}
.post .title
{
    font-size: 11pt;
    line-height:190%; 
    text-align:center;
    font-weight:bold; 
    letter-spacing:1px; color:#E17C00;
}
.post .text
{
    font-size: 10pt;
    padding:15px 5px 5px 5px; 
    line-height:180%; 
    text-align:left;
}
.post .text .star
{
    color:#F7BC5B;
}
.post h1
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    font-weight: normal;
    line-height: 180%;
}
.post h1 a
{
    text-decoration: none;
    border-bottom: 1px dashed #61878C;
    color: #61878C;
    line-height: 230%;
}
.post h1 a:hover
{
    border: none;
    background: #F7BC5B;
    color: #FFFFFF;
    line-height: 230%;
}
.post h1 a:visited
{
    text-decoration: none;
    border-bottom: 1px dashed #61878C;
    color: #61878C;
    background: none;
    line-height: 230%;
}
.post .imp
{
    font-size: 11pt;
    font-weight: bold;
    color: Red;
}
.post .date
{
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 10pt;
    color: #666666;
}
.post .date .im
{
    color: #FF9428;
    font-size: 11pt;
}
#footer
{
    /* de stijlen voor de voet, de copyright */
    clear: both;
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 1px solid #3c7796;
    background: #3c7796;
    color: #ffffff;
    width: 900px;
}

#footer p
{
    /* de stijlen voor de alinea's in de voet */
    margin: 0;
    padding: 0;
}
#footer .btlink
{
    font-size: 9pt;
    text-align: right;
    margin-right: 10px;
    margin-top: 2px;
    font-family: Arial;
    line-height: 190%;
}
#footer .btlink a:link
{
    color: White;
    text-decoration: underline;
}
#footer .btlink a:hover
{
    color: black;
    text-decoration: none;
}
#footer .btlink a:visited
{
    color: White;
    text-decoration: underline;
}
.table
{
    width: 870px;
    font-family: Arial;
}
.table .sub
{
    font-size:11pt; 
    text-align:left; 
    margin-left:11px; 
    line-height:180%; 
    color:#C31400; 
    font-weight:bold;
}
.table .high
{
    color: White;
    font-size: 12pt;
    text-align: left;
    font-weight:bold; 
    background: #395B75; 
    width:870px; 
    line-height:180%; 
    padding:3px 0 3px 11px;
    margin:5px 0 5px 0;
}
.table .high .small{
    font-size:10pt; 
    font-weight:normal;
}
.table .books{
    font-size:10pt; 
    color:Black; 
    text-align:left; 
    line-height:180%; 
    margin:5px 10px 10px 10px;
}
.table .books a:link{
    color:Black; 
    text-decoration:underline; 
    font-weight:bold;
}
.table .books a:hover{
    color:yellow; 
    text-decoration:none;
    font-weight:normal;
}
.table .books a:visited{
    color:Black; 
    text-decoration:underline; 
    font-weight:bold;
}
.table .books .discount{
    font-weight:bold; 
    color:Red; 
}
.table .article
{ 
    font-size:11pt; 
    text-align:left; 
    margin:5px 5px 10px 10px; 
    line-height:190%; 
}
.table .article a:link
{  
    text-decoration:none;
    color:#836960; 
    font-weight:bold;
}
.table .article a:hover
{  
    text-decoration:underline;
    color:black;
    font-weight:normal;
}
.table .article a:visited
{  
    text-decoration:none; 
    color:#836960;
    font-weight:bold;
}
.table .article .small
{
    font-size: 10pt;
    color: #666666;
    line-height: 190%;
    margin: 0px 10px 15px 0; 
    font-family:Arial;
}
.table .article .imp
{
    font-size: 12pt;
    font-weight:bold; 
    color:Red;
}
.table .gotop
{ 
    text-align:right;
    font-size: 10pt; 
    margin-right:10px;  
    margin-top:5px;
}
.table .gotop a:link
{
    color:Blue;
    text-decoration:underline;
}
.table .gotop a:hover
{
    color:Red;
    text-decoration:none;
}
.table .gotop a:visited
{
    color:Blue;
    text-decoration:underline;
}
.right
{
    font-family: Arial;
    line-height: 190%;
    color: #666666;
    text-align:left; 
    font-size:10pt; 
    margin:10px 20px 10px 20px;
}
.right .imp
{
    font-size:11pt; 
    color:Red; 
    text-align:center;
}

#booklist
{
   font-family:Arial; 
   width:870px; 
}
#booklist .books
{ 
    text-align: center; 
    font-size: 10pt; 
    line-height:190%; 
    margin:10px 0px 10px 0px;
    font-weight:normal;

}
#booklist .books a:link
{ 
    text-decoration: underline; 
    color: #61878C; 
}
#booklist .books a:hover
{ 
    color: gray; 
    text-decoration:none;  
}
#booklist .books a:visited
{ 
    text-decoration: underline; 
    color: #61878C;  
}
#booklist .imp
{ 
    font-size: 11pt; 
    font-weight: bold; 
    color: Red;
}