/* 
CSS Document voor AnderZorg
Datum: september 2008
Media: Print
Ontwikkelaar: Concept7 (www.concept7.nl)
Xhtml/css: Wout Mager

/* Wat niet tonen tijdens printen 
====================================================================== */
* {
	margin:0;
	padding:0;
}

.headerholder form, .search_extras, .my_az, .footer ul, .page_options, .zoom {
	display:none;
}

/* Hoe tonen tijdens printen 
====================================================================== */
body {
	font: 12px/1.5em arial, verdana, sans-serif;
}

img { border:0;}

.img_right {
	float: right;
	position: relative;
	margin:0 0 0 20px;
}

.img_left {
	float:left;
	position: relative;
	margin:0 20px 0 0;
}

.img_right span, .img_left span {
	display: block;
}

.headerholder img {
	border-bottom: 40px solid #fff;
}

.headerholder .img_right {
	position: absolute;
	right: 0;
}

.sub_navigation_holder {
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
}

.current {
	font-weight: bold;
}

.block_home {
	clear: both;
	border:1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}

.block_home img {
	float:left;
	border-right: 20px solid #fff;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	margin:0 0 18px 0;
	font-weight: bold;
}

.block_home h2 {
	margin:0;
}

p, ul, table, .documenten {
	margin:0 0 18px 0;
}

.documenten dt {
	font-weight: bold;
}

table {
	border:1px solid #ddd;
	border-collapse: separate;
}

th, thead td {
	font-weight: bold;
}

th, td {
	text-align: left;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding:3px;
}

.column {
	border-top: 20px solid #fff;
}

.column ul, .content_list {
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

textarea {
	width: 300px;
	height:150px;
}

fieldset {
	border: 0;
}

form label {
	width: 200px;
	float:left;
	display: block;
}

form div {
	width:100%;
	clear:both;
	margin:0 0 12px 0;
	padding:12px 0;
}

.check_radio {
	display: inline;
}

.check_radio input {
	float:left;
	margin:0 6px 0 0;
}

.check_radio label {
	width: auto;
	margin: 0 12px 0 0;
}

legend {
	font-weight: bold;
}

.footer {
	border-top: 20px solid #fff;
}
	
.footer img {
	float:left;
}

.footer .thuiswinkel {
	float:right;
}

.required-error {
	border:2px solid #000;
	padding: 6px;
}

.required-error big {
	font-weight: bold;
	font-size:14px;
	display: block;
}

.sidebar .block {
	border-top: 20px solid #fff;
}
