/**
 * @css-for		print (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		0.3
 * @date		2009-10-30
 * @see			http://www.lenz-kd.de/
 */

/**
 * general formats
 */
@page {
	size: portrait;
	margin-top: 1.7cm;
	margin-bottom: 2cm;
	margin-left: 2.5cm;
	margin-right: 2cm
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 130%;
	color: #000;
}

/**
 * printable elements
 */
h1 a {
	font-family: "Times New Roman", Times, serif;
	color: #039;
	text-decoration: none;
	font-size: 26pt;
	margin-bottom: 4em;
}
table {
	border: 2px solid #000;
	font-size: 0.8em;
	border-collapse: collapse;
	width: 100%;
}
tr {
	vertical-align: top;
	border-bottom: 1px solid #000;
}
th {
	text-align: left;
	border-bottom: 2px solid #000;
	background: #e5e5e5;
	padding: 0.3em;
}
td {
	padding: 0.3em;
}
td p {
	margin: 0 0 0.2em;
}
td ul {
	padding-left: 1.2em;
	margin: 0 0 0.2em;
}
table a {
	color: #000;
	text-decoration: none;
}

/* small preview images besides the text information */
.preview-image {
	float: right;
	text-align: center;
	padding: 0.5em;
	border: 1px solid #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.preview-image img {
	border: 1px solid #000;
	margin-bottom: 0.5em;
}
.preview-image span {
	font-size: 0.8em;
}

/* list of small preview images */
.image-captions {
	list-style: none;
	padding-left: 0;
}
.image-captions li {
	float: left;
	text-align: center;
	padding: 0.5em;
	margin: 0 4em 3em 0;
	border: 1px solid #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.image-captions img {
	border: 1px solid #000;
	margin-bottom: 0.5em;
}
.image-captions span {
	font-size: 0.8em;
}

/* preview images for downloadable documents */
.document {
	min-height: 160px;
	margin-bottom: 1em;
}
.document img {
	float: left;
	padding: 0.3em;
	margin-right: 1em;
	border: 1px solid #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.document ul {
	margin-left: 7em;
}

/* footer elements */
#footer ul {
	list-style: none;
	padding-left: 0;
}
#footer a{
	color: #000;
	text-decoration: none;
}

/**
 * non-printable elements
 */
#skip-menu, #lang-selection, #law-and-order, #navigation, .skip-links, .top, .hidden {
	display: none;
}
