body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    FONT-SIZE: 12px; 
    color: #999; 
    font-family: Verdana, Arial, Swiss, Helvetica; 
    }    
a	{FONT-SIZE: 12px;    color: #999; text-decoration: none;}
a:hover	{ FONT-SIZE: 12px;    color: #000;  text-decoration: underline;}
.text {FONT-SIZE: 12px;    color: #999; text-decoration: none;}    
.aanbouw {FONT-SIZE: 12px;    color: #0072BC; text-decoration: none;}   

h1, H2
{
FONT-SIZE: 14px; 
font-weight: bold; 
color: #0072BC;
} 

#Docs a {color: #999; text-decoration: underline;}
#Docs a:hover {color: #0072BC; text-decoration: none;}
#Docs li 
{
color: #0072BC;
}

#Docs a.H2Titel { FONT-SIZE: 14px; font-weight: bold; color: #0072BC;}
#Docs a.H2Titel:hover {color: #0072BC;}


#Content form
    {
    padding: 10px;
    font-size: 11px;
	color: #036;
	margin:0;
    } 

#Content label
    {
    float: left;
    width: 125px;
    text-align: right;
    margin-right: 5px;
    }	
	
#Content input
    {
    background-color: #f5f5f5;
    font-size: 11px;
	width:250px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 2px;
	color:#036;
    }	

#Content input.button
    {
	font-weight: bold;	
    background-color: #0073BD;
    font-size: 11px;
	width:250px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 2px;
	color:#FFF;
    }		
#Content	select
    {
    width: 250px;
    font-size: 11px;
    background-color: #f5f5f5;
    color:#036;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 2px;
    }
	
#Content textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    
    margin-bottom: 2px;
    }
	
#Content .FormErrorMessage	
{
color:#F00;
font-size:12px;
font-weight: bold;
/*border:1px solid #0F0;*/
line-height:12px;
}
