@charset "UTF-8";
/* CSS Document */

body,td {
margin-top:1%;
	font-family:Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color:#F7F7F7;
}


.inf {
	font-family:Helvetica;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing:1px;
	color: #333333;
}

h2 {font-size:12px; 
		font-weight:bold;
		color:#FF3300;
		}

#block {
	letter-spacing:1px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
	padding: 5px;
	clear: both;
	float: none;
	height: 150px;
	width: 350px;
}

#introtekst { display:block;
				clear:both;
				width:1024px;
				margin-left:auto;
				margin-right:auto;
				margin-top:55px;
				margin-bottom:22px;
				font-family:Helvetica;
				font-size:13px;
				color:#666666;
				
					}
.hh {
	font-family:Helvetica;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF0000;
}

div#infoblocks {	display:block;
					position:relative;
					width:1024px;
					margin-left:auto;
					margin-right:auto;
					height:auto;}
		
			
ol.columns { 	display:block;
					float:left;
					width:200px;
					margin-left:2px;
					height:240px;
					overflow:visible;
					list-style-type:square;

									}
					 
					 
				   
ol.columns li {		color:#666666;
					font-family:Georgia;
					font-size:11px;
					letter-spacing:1px;
					margin:0px;
					padding:2px 0px 2px 0px;
					
					}
ol.columns li.hoofd {
					font-family:Helvetica;
					font-size:14px;
					font-weight:bold;
					margin:0px;
					padding:2 0 0 0;
					list-style-type:none;
					color:#FF3300;
					letter-spacing:2px;
					}				
input.normal { color:#000;	}
textarea.normal { color:#000;	}
input.error { color:#990000; border:1px solid #FF3300;}
textarea.error { color:#990000; border:1px solid #FF3300;}

.error { color:#ff3300; }