﻿/**
 * @css-for		print (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		1.0
 * @date		2009-02-18
 * @see			http://www.lenz-kd.de/
 */
 
/**
 * general formats
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 130%;
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/**
 * visible elements
 */
#header {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28pt;
}
#header h2 {
	font-size: 12pt;
	font-weight: normal;
}
#footer {
	margin-top: 40px;
	padding-top: 15px;
	border-top: 1px solid #000;
}
#footer ul {
	list-style: none;
	padding-left: 0;
}

/**
 * invisible elements
 */
#page-top, .unsichtbar, #navi, .zurueck-link, #info, #ads, #social-bookmarks {
	display: none;
}