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.4em 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%;
    color:#002537; 
    font-family:Arial; 
    letter-spacing:1px;
}

.header .h1right
{
    width:645px; 
    padding-left:15px; 
    padding-right:10px; 
    padding-top:13px; 
    font-size:10pt; 
    line-height:180%; 
    float:left; 
    color:#434955;
}

.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: 690px; 
    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; 
    line-height:160%;
}
.content .subtitle
{
    margin: 0.5em;
    padding: 0 10px 0 10px;
    line-height: 200%;
    font-size: 12pt; 
    font-weight:bold;
    color: #A50000;
}
.content .font
{
    font-size: 11pt;
    font-weight: bold;
    color: #C35800;
    line-height: 300%;
    margin: 0.5em 0 0.5em 0.5em;
    padding: 0 10px 0 10px;
}
.content .fontright
{
    font-size: 11pt;
    color: #666666;
    line-height: 200%;
    margin: 0.5em;
    padding: 0 10px 0 10px ; 
    text-align:right;
}
.content p
{
    /* de stijlen voor de alinea's in de inhoud */
    margin: 1.5em 0.5em 1.5em 0.5em;
    padding: 0 10px 0 10px;
    font-size: 11pt;
    line-height: 190%;
    color: #666666;
}
.content .small
{
    font-size: 10pt;
    color: #666666;
    line-height: 190%;
    margin: 0px 10px 15px 10px; 
    font-family:Arial; 
    text-align:right;
}
.content .color
{
    color: #446D8C;
    font-weight: bold;
}
.content .cogreen
{
    color: #5A8700;
    font-weight: bold;
}
.content .top
{
    font-size:10pt; 
    color:#464646;  
    line-height:200%; 
    text-align:left; 
    margin: 0.5em 0.5em 1.5em 0.5em;
    padding: 0 10px 0 10px;
    font-weight:bold;
}
.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;
}
.content .sp
{
    width:675px;
    padding:0px 5px 5px 0;
}
.content .linesp
{
    font-size:10pt; 
    width:158px;
    float:left;
    margin: 10px 5px 10px 5px;
    line-height: 180%; 
    text-align:center;  
    }
.content .linesp .text
{
    font-size: 10pt;
    padding:7px 0 0 0; 
    line-height:160%; 
    text-align:center; 
    font-weight:bold; 
    letter-spacing:1px;
}
.content .linesp .img
{
    margin: 10px auto;
    text-align: center;
}
.content .linesp h1
{
    text-align: center;
    font-size: 10pt;
    margin: 0;
    font-weight: normal;
    line-height: 180%;
}
.content .linesp h1 a
{
    text-decoration: none;
    border-bottom: 1px dashed #61878C;
    color: #61878C;
    line-height: 230%;
}
.content .linesp h1 a:hover
{
    border: none;
    background: #F7BC5B;
    color: #FFFFFF;
    line-height: 230%;
}
.content .linesp h1 a:visited
{
    text-decoration: none;
    border-bottom: 1px dashed #61878C;
    color: #61878C;
    background: none;
    line-height: 230%;
}
.content .linesp .imp
{
    font-size: 11pt;
    font-weight: bold;
    color: Red;
}
.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:7px 0 0 0; 
    line-height:160%; 
    text-align:center; 
    font-weight:bold; 
    letter-spacing:1px;
}
.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;
}
#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: 690px;
    font-family: Arial;
}
#table .highlight2
{
    color: White;
    font-size: 12pt;
    text-align: left;
    font-weight:bold; 
    text-indent:10px; 
    letter-spacing:1px;
    background:#C36B00; 
    width:670px; 
    margin:5px 0 10px 5px; 
    line-height:180%; 
    height:30px; 
    padding:4px 0 0 0;
}
#table .highlight .small{
    font-size:10pt; 
    font-weight:normal;
}
#table .books{
    font-size:10pt; 
    color:Black; 
    text-align:center; 
    line-height:180%; 
    margin:0 10px 10px 10px;
}
#table .books a:link{
    color:#446D8C; 
    text-decoration:underline; 
    font-weight:bold;
}
#table .books a:hover{
    color:yellow; 
    text-decoration:none;
    font-weight:normal;
}
#table .books a:visited{
    color:#446D8C; 
    text-decoration:underline; 
    font-weight:bold;
}
#table .books .discount{
    font-weight:bold;  
    font-size:12pt;
    color:Red; 
}
#table .books .sub{
    font-size:11pt; 
    color:#D69995; 
    text-align:center; 
    line-height:190%;  
    font-weight:bold; 
    border:1px solid gray; 
    padding:2px; 
    
}

#table .article
{ 
    font-size:10pt; 
    text-align:center; 
    margin:0 0px 5px 6px; 
    line-height:200%; 
    font-family:Verdana; 
}
#table .article a:link
{  
    text-decoration:underline;
    color:#836960;
}
#table .article a:hover
{  
    text-decoration:underline;
    color:black;
    font-weight:normal;
}
#table .article a:visited
{  
    text-decoration:underline; 
    color:#836960;
}
.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:200px;
}
.booklist .books
{ 
    text-align: center; 
    font-size: 10pt; 
    line-height:160%; 
    margin:0 0px 5px 0px;
}
.booklist .books a:link
{ 
    text-decoration: underline; 
    color: #61878C; 
    font-weight:bold;
}
.booklist .books a:hover
{ 
    color: #FFFFFF; 
    text-decoration:none;  
    font-weight:normal;
}
.booklist .books a:visited
{ 
    text-decoration: underline; 
    color: #61878C;  
    font-weight:bold;
}
.booklist .imp
{ 
    font-size: 11pt; 
    font-weight: bold; 
    color: Red;
}
.content #newone 
{
    font-size: 10pt;
    color: #ffffff;
    width:690px;
    background: #3c7796;
    border: 1px solid #3c7796; 
    vertical-align: middle;
    }
.content #newone .high1
{
    text-indent: 0.5em;
    margin: 0;
    padding: 0.6em;
    letter-spacing: 1px; 
    font-weight:bold;
    }
.content #newone .high2
{
    padding: 0.6em;
    text-align:right; 
    margin-right:5px; 
    letter-spacing:1px;
    }
.content #newone .high2 a:link
{
    font-weight:bold; 
    color: White;
    text-decoration:underline;
    }
    .content #newone .high2 a:hover
{
    color: #9ecf39;;
    text-decoration:none; 
    font-weight:normal;
    }

.content #newone .high2 a:visited
{
    font-weight:bold; 
    color: White;
    text-decoration:underline;
    }
