
/* Layout Stylesheet */ 

body {
 background-image:url(../img/bg_gradient.jpg);
 color: #333333;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 74%;
 line-height: 1.3;
 margin: 0px;
 }

h1 {
font-weight: bold;
color:#604f7d;
font-size:18px;
margin-bottom:18px;
margin-top: 0px;
border-bottom:dotted thin;
}

h2 {
font-weight: bold;
color:#6d588f;
font-size:14px;
text-decoration:underline;
margin-top: 36px;
}

h3 {
font-weight: bold;
color:#738500;
font-size:14px;
text-decoration:none;
margin-top: 12px;
}

h4 {
color:#908b97;
font-size:10px;
text-decoration:none;
margin-top: 12px;
}

A:link {
text-decoration: none;
color: #974a99;
}

A:visited {
text-decoration: none
}

A:active {
text-decoration: none
}

A:hover {
text-decoration: underline; color: red;
}

.afbeeldinglinks
{
float: left;
margin: 0 16px 6px 0;
padding: 0px;
border: 0px;
}

.subafbeeldinglinks
{
float: left;
width: 120px;
margin: 0 12px 12px 0;
background-color: #fff;
}

.afbeeldingrechts
{
float: right;
margin: 0  0 6px 16px;
padding: 0px;
}


p.first {
font-weight:bold;
}

.small {
font-size:12px;
}

#outer {
 text-align:left;
 width:820px;
 margin:auto;
 }

#header {
 height:196px;
 background-image:url(../img/bg_header.jpg);
 color: #333333;
 }

#bar {
 height:55px;
 background-image:url(../img/bg_header2.jpg);
 }

#bodyblock {
 width:820px;
 position:static;
 background-image:url(../img/bg_center_b.jpg);
 color: #333333;
 padding: 1px;
 }

#menu_l {
 width:23px;
 float:left;
 }

#menu {
 width:204px;
 float:left;
 color: #333333;
 }

#cont {
 margin-left:260px;
 width:490px;
 color: #333333;
 text-align:left;
 }
 
#ftr {
 height: 40px;
 background-image:url(../img/bg_trailer.jpg);
 }
 
#copyright {
 font-size:10px;
 text-align:right;
 line-height:26px;
 color: #FFFFFF;
 margin-right:56px;
 }
 
 h3 {
 margin: 0 0 6 0;
 }
 
