/*
Layout of website
*/

body{
 	margin: 0; 
 	padding: 0;  	
 	background: #E1E1E1; 
 	font: 11px Verdana, Arial, Helvetica, sans-serif; 
 	height: 100%;
 	color: #002F5D;
} 
input, textarea {
    font-family: Verdana,Arial;
    font-size: 10px;
}

.topic
{
    border: 1px solid #FD982E;
}
.stippel
{
    border-top: 1px dashed #FD982E;
}

.oranje
{
    background-color: #FD982E;
    color: #ffffff;
    height: 20px;
}
a:link { font-weight: bold; color: #3F6E9A; background: transparent; text-decoration:none;}
a:visited { font-weight: bold; color: #3F6E9A; background: transparent; text-decoration:none;}
a:hover { font-weight: bold; color: #3F6E9A; text-decoration:underline; background: transparent; }
a:active {font-weight: bold; color: #FD982E; background: transparent; }

h1{
   font-size: 14px;
   font-weight: bold;
}
h2{
   font-size: 12px;
   font-weight: bold;
}
#main
{
  width: 890px;
  background-color: #ffffff;
  height:100%;
}

.right
{
  width: 168px; 
  border-left: 1px solid #FD982E;
  border-right: 1px solid #FD982E;
  border-bottom: 20px solid #FD982E;
  vertical-align: top;
}

.menu
{
  padding-top: 5px;
  padding-left: 3px;
}
.menuitem
{
  height: 16px;
}

.titel
{
  font-weight: bold;
}
.datum
{
  font-size: 10px;
  font-style: italic;
}