.douanecontent
{
	background-color: white;
	font-family: "verdana";
	font-size: 11px;
	line-height: 16px;
	color: #005A6B;
    scrollbar-face-color: white; 
    scrollbar-shadow-color: #005A6B; 
    scrollbar-highlight-color: white; 
    scrollbar-3dlight-color: #005A6B; 
    scrollbar-darkshadow-color: white; 
    scrollbar-track-color: white; 
    scrollbar-arrow-color: #005A6B;
} 

.douanecontent H1
{
	font-family:"verdana";
	font-weight:"bold";
	font-size:20px;
	color:#005A6B;
	line-height: 20px;
	/*margin: 8px 0 5px 0;*/
} 

.douanecontent H2
{
	font-family:"verdana";
	font-weight:"bold";
	font-size:16px;
	color:#005A6B;
	line-height: 16px;
	/*margin: 8px 0 5px 0;*/
} 

.douanecontent H3
{
	font-family:"verdana";
	font-weight:bold;
	font-size:14px;
	color:#005A6B;
	line-height: 14px;
	margin: 5px 0 3px 0;
} 

.douanecontent .inhoud
{
	font-family:"verdana";
	font-size:10px;
	line-height:14px;
	color:#005A6B;
}

.douanecontent P
{
	font-family:"verdana";
	font-size:11px;
	line-height:14px;
	color:#005A6B;
}

.douanecontent TD
{
	font-family:"verdana";
	font-size:11px;
	line-height:14px;
	color:#005A6B;
}

.douanecontent TD.content
{
	background-color: white;
	padding-left: 16px;
	border-left: 1px solid #005A6B;
}

.douanecontent A
{
    text-decoration:underline;
	color:#DC241F;
}

.douanecontent A:hover
{
    text-decoration:none;
	color:#DC241F;
}

.douanecontent input.big
{
	background-color: white;
	border-color: black;
	border-width: 1;
	width: 200px;
	height: 20px;
	font-family: "verdana";
	font-size: 11px;
	line-height:16px;
	color: #005A6B;
}

.douanecontent textarea
{
	font-family:"verdana";
	font-size:12px;
	line-height:16px;
	color:black;
	border-color: #005A6B;
	border-width: 1;
}

.douanecontent UL.inhoud
{
	list-style-position : outside;
	margin-left : 16px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color: white;
}

.douanecontent li.inhoud
{
	list-style-image: none;
}

