/*
Title	: Print
Author	: Vincent Kessels, vincent@roquin.nl
Version	: 1.0
--------------------------------------------------------*/

body { 
	color: #000;
	background: none;
	font-family: Garamond, "Times New Roman", serif;
	font-size: 8pt;
	letter-spacing: 0.2pt;
	line-height: 1.4;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	word-spacing: 1.1pt;
	}
	
#print-footer {
	margin-top: 20px;
	text-align: center;
	}
	
h2#slogan {
	margin-bottom: 20px;
	}

#servicelinks,
#language,
#usability,
#search,
#navigation,
#middlebar,
#navpath,
#content-highlights,
#footer {
	display: none;
	}
	
h1 {
	font-size: 16pt;
	}
	
/* Lists & Filelinks
--------------------------------------------------------*/
li {
	background: none !important;
	padding-left: 0 !important;
	}

ul {
	list-style-image: url(../images/css/bullet-1.gif) !important;
	padding-left: 20px !important;
	}
	
.filelinks_layout_0 span.icon,
.filelinks_layout_0 p.description {
	padding-left: 0 !important;
	}
	
/* Tables
--------------------------------------------------------*/
th {
	font-weight: bold;
	}
	
table.contenttable-1 {
	border-top: 1px solid #333 !important;
	}

.contenttable-1 th, .contenttable-1 td {
	border-bottom: 1px solid #333 !important;
	border-left: 1px solid #333 !important;
	border-right: none !important;
	border-top: none !important;
	}
	
.contenttable-1 .td-last {
	border-right: 1px solid #333 !important;
	}
