/* 
Title:		Print.css
Description:	Print stylesheet
Created:	31/07/2009
Modified:	31/07/2009
*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
	color: #000;
	background-image: none;
	background-color: #fff;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
}

h1{
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
}

h1 span{
	display: none;
}

h2{
	font-size: 14pt;
}

ul{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -25px;
}

a:link, a:visited {
    color: gray;
}

/* layout */

#header{
	background-image: url(../img/logo_architecten_print.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

#top, #header .links, #header .nav, #header img, #sidebar_right, #sidebar_left{
	display: none;
}

#footer{
	font-size: 9pt;
	margin-top: 40px;
}

/* homepage */

.home_block{
	float: left;
	width: 190px;
	height: 180px;
	background: none !important;
	margin-right: 20px;
}

.home_block h1{
	margin: 0px;
	padding: 0px;
	font-size: 14pt;
	border: none;
}

.home_block p{
	margin: 0px;
	padding: 0px;
}

#agenda ul, #news ul{
	margin-top: -30px;
}

/* page */

#breadcrumb, .view-filters, .view-header, .tabs, #search_form{
	display: none;
}

.page_img{
	width: 100%;
}

table{
	float: left;
	width: 100%;
	margin-bottom: 25px;
	position: relative;
	margin-top:	30px;
}

table caption{
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	position: absolute;
	top: -25px;
	font-size: 12pt;
}

table tr th{
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid gray;
	font-size: 11pt;
	/*width: 30%;*/
}

table tr td{
	border-bottom: 1px solid gray;
	padding-top: 3px;
	padding-bottom: 3px;
	/*width: 30%;*/
}

