/* Tags */*{	margin: 0;	padding: 0;}body{	font-size: 12pt;	font-family: "Verdana", "Arial";/*	background-attachment: fixed;	*/}h1{	font-size: 15pt;	text-align: right;	margin-bottom: 15px;	border-bottom: 1px solid #aaa;}p{/*	text-indent: 10px;	*/	margin: 20px 0;}textarea{	width: 400px;	height: 200px;}/* ID's */#container{	position: relative;	margin: 150px auto 0 40px;	width: 950px;	height: 100%;}#navigatie{	position: absolute;	width: 180px;	left: 0;	top: 140px;	text-align: center;}		#navigatie h1	{		margin-bottom: 5px;		padding-bottom: 2px;		font-size: 18pt;		text-align: center;		text-indent: 65px;		border: none;				color: #0084ca;	}	#navigatie ul	{		list-style: none;	}		#navigatie li	{		display: block;	}		#navigatie a	{		display: block;		padding: 7px 25px 7px 35px;		width: 170px;		width: 100%;		margin: 2px 0;				color: #0073c6;		background: #d1cec7; /* url(images/knop.gif) no-repeat left center; */		text-decoration: none;		text-align: center;		font-weight: bold;			}		#navigatie a:hover	{		padding: 6px 24px 6px 34px;		border: 1px dashed #eee;		background: #d1cec7 url(images/knop.gif) no-repeat left center;		filter: alpha(opacity=100, finishopacity=20, style=1, startx=0, starty=0, finishx=140, finishy=40);	}		#navigatie .current, #navigatie .current:hover	{		background: #fff;		cursor: default;		padding: 6px 23px 6px 34px;		border: 1px dashed #aaa;		color: #0084ca;		filter: none;	}#header{	position: absolute;	top: -96px;	left: 30px;	height: 150px;	width: 880px;		background: url(images/header.gif) no-repeat;	vertical-align: bottom;		z-index: 2;}#content{	position: relative;	margin-left: 280px;	top: 75px;	width: 650px;	padding: 15px;}#footer{	margin-top: 75px;	width: 900px;	text-align: right;}#img1{	position: absolute;	left: 295px;	top: -77px;	z-index: 3;	width: 143px;	height: 107px;}#img2{	position: absolute;	left: 448px; /* 497 */	top: -77px;	z-index: 3;	width: 143px;	height: 107px;}#img3{	position: absolute;	left: 601px;	/* 650 */	top: -77px;	z-index: 3;	width: 143px;	height: 107px;}#img4{	position: absolute;	left: 754px; /* 803 */	top: -77px;	z-index: 3;	width: 143px;	height: 107px;}/* Classes *//* paginas */.home{	background-image: url(images/home.jpg);}.bedrijfsinformatie{	background-image: url(images/bedrijfsinformatie.jpg);}.handelsdrukwerk{	background-image: url(images/handelsdrukwerk.jpg);}.familiedrukwerk{	background-image: url(images/familiedrukwerk.jpg);}.routebeschrijving{	background-image: url(images/routebeschrijving.jpg);}.reactie{	background-image: url(images/reactie.jpg);}/* overig */.bericht{	font-style: italic;	color: #f00;}.incorrect{	background: #f00;}
