/* CSS Document */
body
{
background-color: #6270B9;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.header
{
height: 115px;
vertical-align: middle;
text-align: center;
}
.hoekje
{
width: 150px; 
height: 150px; 
background-image: url('images/hoek.jpg'); 
background-repeat: no-repeat;
}
.bovenkant
{
height: 150px; 
background-image: url('images/body_bg_top.jpg'); 
background-repeat: repeat-x; 
background-align: top;
vertical-align: middle;
text-align: center;
}
.rand_rechts
{
width: 20px;
background-color: #313890;
}
.menu_titel
{
padding-left: 5px;
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
}
a.menu_titel:link, a.menu_titel:hover, a.menu_titel:visited
{
text-decoration: none;
color: #FFFFFF;
}
.arrow
{
height: 26px; 
}
.arrow_active
{
width: 8px; 
height: 26px; 
background-image: url('images/arrow.gif'); 
background-repeat: no-repeat;
}
.content
{
vertical-align: top;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
font-family: Verdana;
color: #FFFFFF;
font-size: 14px; 
font-weight: bold;
}
a:link, a:visited
{
text-decoration: none;
color: #FFFFFF;
}
a:hover
{
text-decoration: underline;
color: #FFFFFF;
}
.footer
{
height: 20px; 
background-color: #313890;
text-align: center;
}
.hoekje_onder
{
width: 20px;
background-color: #313890;
}
.rand_onder
{
background-color: #313890;
}