/*
* Cache van print.style.css
* Created: 2010-07-22 20:15:57
*/

/*
* $Author: sjors $
* $LastChangedDate: 2006-07-05 13:58:04 +0200 (wo, 05 jul 2006) $
* $Id: main.style.css 18 2006-07-05 11:58:04Z sjors $
* $Rev: 18 $
*/

.clear {clear: both; line-height: 0px;}
img {border: 0px;}
strong {font-weight: bold;}
em {font-style: italic;}
.hidden {display: none;}
.error {color: red;}
.floatleft {float: left;}

body {
	background-color: #ffffff;
	font-size: 12px;
}
h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 13px;}

div#header, div#footer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 155px;
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}
div#footer {
	width: auto;
	left: 175px;
}
div#footer a, div#footer a:hover {
	color: #000000;
}
div#footer p {
	font-size: 12px;
}

div#contentcontainer {
	margin: 0px;
	background-image: none;
}
div#contents {
	margin: 20px 28px;
	position: relative;
}

ul.selector,
div#breadcrumb,
div#footerclearer,
img.headerimgs,
ul#langselector,
div#headermenus,
ul#footernav {
	display: none;
}