@charset "UTF-8";
img {
	border: 0;
	outline: 0;
}
a:link {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #FFFFFF;
} 
.twoColFixLtHdr #menu {
	float: left;
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	margin-top: -6px;
	line-height: 1.8em;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 150px 0 340px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #menu space when the content in #menu ends. */
	padding: 25px 0 0 0;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0 0 20px;
	background:#333333;
	color: #FFFFFF;
	font-size: 0.83em;
} 
.twoColFixLtHdr #hutspott {
	float: right;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right: 20px;
	margin-top: -20px;
	text-align: right;
	color: #666666;
}
.twoColFixLtHdr #hutspott a:link {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #666666;
}
.twoColFixLtHdr #hutspott a:visited {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #666666;
}
.twoColFixLtHdr #hutspott a:hover {
	border: 0px;
	outline: 0;
	color: #999999;
}
.twoColFixLtHdr #hutspott a:active {
	text-decoration: none;
	border: 0px;
	outline: 0;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.klein {
	font-size: 0.83em;
}
.check{
	margin-top: 10px;
	overflow: auto;	
}
.check span{
	padding-left: 30px;
	float: left;
	vertical-align: top;
}
.check div{
	float: left;
	background-image: url(http://www.nedvice.nl/images/chk.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}
.warn{
	margin-top: 10px;
	overflow: auto;	
}
.warn span{
	padding-left: 30px;
	float: left;
	vertical-align: top;
}
.warn div{
	float: left;
	background-image: url(http://www.nedvice.nl/images/warn.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}
.att{
	margin-top: 10px;
	overflow: auto;	
}
.att span{
	padding-left: 30px;
	float: left;
	vertical-align: top;
}
.att div{
	float: left;
	background-image: url(http://www.nedvice.nl/images/att.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
}
