body {
	background-repeat: no-repeat;
	background-position: center 20px;
	margin: 10px 0px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
}
#header {
	clear: both;
	float: left;
	padding: 13px 0px 0px 0px;
	width: 780px;
	height: 227px;
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
	font-size: 70%;
	text-align: right;
}
#header h1 {
	display: none;
}
#header a:link, a:visited, a:active {
	color: #000000;
	text-decoration:none;
}
#header a:hover {
	color: #da5005;
	text-decoration: underline;
}
#menu {
	clear: both;
	float: left;
	width: 602px;
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
}
#menu a {
	float: left;
	margin: 0px;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:38px; /* for IE5/Win */
	background-repeat:no-repeat;
}
#menu a:hover{
	background-position: 0px -38px;
}
#menu a.home {
	width: 75px;
	background-image:url(/images/btn_home.gif);
}
#menu a.over {
	width: 69px;
	background-image:url(/images/btn_over.gif);
}
#menu a.producten {
	width: 100px;
	background-image:url(/images/btn_producten.gif);
}
#menu a.diensten {
	width: 87px;
	background-image:url(/images/btn_diensten.gif);
}
#menu a.partners {
	width: 94px;
	background-image:url(/images/btn_partners.gif);
}
#menu a.helpdesk {
	width: 95px;
	background-image:url(/images/btn_helpdesk.gif);
}
#menu a.nieuws {
	width: 82px;
	background-image:url(/images/btn_nieuws.gif);
}
#domein {
	float: right;
	width: 175px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-image: url(/images/bg_domein.gif);
	background-repeat:no-repeat;
	text-align: right;
}
#domein form {
	margin: 0px;
	padding: 0px;
}
#domeintext {
	display: none;
}
#domein a {
	float: right;
	margin: 0px;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
	background-repeat:no-repeat;
	width: 66px;
	background-image:url(/images/btn_zoek.gif);
}
#domein a:hover{
	background-position: 0px -22px;
}
#leftwrap {
	float: left;
	width: 170px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}
#leftwrap a.banner_prod{
	float: right;
	margin: 0px;
	padding: 138px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:138px; /* for IE5/Win */
	background-repeat:no-repeat;
	width: 165px;
	background-image:url(/images/banner_producten.gif);
}
#leftwrap a.logonl {
	float: right;
	margin: 10px 14px 0px 0px;
	padding: 42px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 42px; /* for IE5/Win */
	background-repeat:no-repeat;
	width: 100px;
	background-image:url(/images/logo_nl.gif);
}
#leftwrap a.logoeu {
	float: right;
	margin: 5px 10px 0px 0px;
	padding: 42px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 42px; /* for IE5/Win */
	background-repeat:no-repeat;
	width: 100px;
	background-image:url(/images/logo_eu.gif);
}
#leftwrap a.logocomodo {
	float: right;
	margin: 10px 10px 0px 0px;
	padding: 118px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 118px; /* for IE5/Win */
	background-repeat:no-repeat;
	width: 109px;
	background-image:url(/images/logo-comodo.gif);
}
#contents {
	clear: both;
	width: 780px;
	background-position: center top;
	background-repeat: no-repeat;
}
#content {
	float: left;
	padding: 0px 15px 0px 15px;
	font-size: 80%;
	line-height: 150%;
}
#content h1 {
	font-size: 175%;
	color: #bf5106;
}
#content .bold{
	color: #bf5106;
	font-weight: bold;
}

#content h2 {
	font-size: 150%;
	color: #bf5106;
}
#content h3 {
	font-size: 120%;
	color: #bf5106;
}
#content .highlight {
	color: #ffffff;
	background-color: #da5005;
}
#content dt {
	border: 0;
	margin: 0;
	padding: 3px;
	float: left;
	width: 190px;
}
#content dd {
	border: 0;
	margin: 0;
	padding: 3px;
	margin-left: 195px;;
}
#content a, a:visited, a:link {
	color: #da5005;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#zoeken {
	float: right;
	margin: 10px 0px;
	width: 115px;
	height: 50px;
	background-image:url(/images/banner_zoeken.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding: 24px 25px 0px 25px;

}
#zoeken a {
	float: right;
	margin: 0px;
	padding: 18px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:18px; /* for IE5/Win */
	background-repeat:no-repeat;
	width: 53px;
	background-image:url(/images/btn_go.gif);
}
#zoeken a:hover{
	background-position: 0px -18px;
}
#footnav {
	clear: both;
	width: 750px;
	font-size: 70%;
	text-align: right;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 15px 0px 15px;
	height: 20px;
}
#footnav a:link, a:visited, a:active {
	color: #000000;
	text-decoration:none;
}
#footnav a:hover {
	color: #da5005;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 780px;
	height: 60px;
	background-image:url(/images/footer.gif);
}
#footer p {
	display:none;
}
a.navhome {
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	overflow: visible;
	height: 15px;
	width: 45px;
	background-repeat:no-repeat;
	background-image:url(/images/icon_home.gif);
	background-position: left center;
}
a.sitemap {
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	overflow: visible;
	height: 15px;
	width: 65px;
	background-repeat:no-repeat;
	background-image:url(/images/icon_sitemap.gif);
	background-position: left center;
}
a.contact {
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	overflow: visible;
	height: 15px;
	width: 55px;
	background-repeat:no-repeat;
	background-image:url(/images/icon_contact.gif);
	background-position: left center;
}
input {
	border: solid #666666 1px ;
	background-color:#FFFFFF;	
	font-size: 11px;
	padding: 2px;
}
textarea {
	border: solid #666666 1px ;
	background-color:#FFFFFF;	
	font-size: 11px;
	padding: 2px;
}
select {
	border: solid #666666 1px ;
	font-size: 11px;
	padding: 0px;
	margin: 1px 0px;
	background-color:#FFFFFF;
	width: 50px;
	height: 18px;
}
acronym {
	border-bottom: 1px dotted black;
}