﻿* 
{
	margin:0px;
}
a
{
	color: #792624;
	text-decoration: none;
	font-family: ms-serif,verdana;
	font-size: 13px;
	font-weight: normal;
}
a:hover 
{ 
	text-decoration: underling;
} 
body
{
	color: #7d7d7d;
	font-family: ms-serif,verdana;
	line-height: 18px;
	font-size: 8pt;
	margin-top: 0px;
}
h1
{
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
h2
{
	color: #ffffff;	
	font-size: 12px;
	font-weight: normal;
}
h3
{
	color: #ad2624;	
	font-size: 18px;
	font-weight: normal;
}
img
{
	display: block;
	border: solid 1px #666666;
}
p
{
	color: #666666;	
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 13px;	
}
.button
{
	background-image: url('Graphics/bar.jpg');
	border-style: none;
	border-width: 0px;
	color: #000000;
	font-family: Verdana, Tahoma, 'Times New Roman';
	font-size: 10px;
	height: 18px;
	text-align: center;
	width: 80px;
}
.button:hover
{
	text-decoration: underline;
}
.document_table
{	
	border-collapse: collapse;
	border: 0;
	width: 100%
}
.document_table td
{
	border-collapse: collapse;
	border: 0;
	color: #707070;
	font-family: Verdana, Tahoma, 'Times New Roman';
	font-size: 10px;
	margin-top: 0px;
	vertical-align: top;
}
.dropdownlist
{
	background-color: #1f1f1f;
	border: solid 1px #b3d10f;
	color: #ffffff;
	font-family: Verdana, Tahoma, 'Times New Roman';
	font-size: 10px;
	width: 155px;
}
.menuitem
{
	padding: 0px 10px 0px 10px;
}
.menuitem:hover
{
	background-color: #792624;
}
.menuitem a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Tahoma, 'Times New Roman';
	font-size: 14px;
	font-weight: normal;
}
.seperator
{
	background-color: #8f8f8f;
	color: #ffffff;
	padding: 0px;
}
.submenuitem
{
	background-color: #8f8f8f;	
	padding: 0px 10px 0px 10px;
}
.submenuitem:hover
{
	background-color: #424242;
}
.submenuitem a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Tahoma, 'Times New Roman';
	font-size: 11px;
	font-weight: normal;
}
.nav_table
{
	border-collapse: collapse;
	height: 24px;	
	vertical-align: middle;
}
.textbox
{
	background-color: #1f1f1f;
	border: solid 1px #b3d10f;
	color: #ffffff;
	font-family: Verdana, Tahoma, 'Times New Roman';
	font-size: 10px;
	width: 150px;
}
.radio
{
	border: solid 1px #b3d10f;
}
#container 
{
	background-color: #ffffff;
    position: relative;
    min-height: 100%;
    height: auto !important; /* voor moderne browsers */
    height: 100%; /* voor IE */
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#header
{      		
	height: 90px;
}	
#nav
{        		
	background-color: #b9b9b9;    		
	background-image: url(Graphics/nav.jpg);
	height: 48px;
}
#content
{
	height: auto !important; /* voor moderne browsers */
	position: relative;              		
}	
#footer 
{            
    background-color: #792624;
    bottom: 0px;          
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;  	        
    height: 20px;      
    padding-top: 4px;
    position: absolute;
    text-align: center;
    width: 800px;                        
}  
#footer a
{                     
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;              	                                    
} 	
#footer a:hover
{                     
    text-decoration: underline;            
} 