/*
--------------------------------------------------------------------------------

	Allgemeines
	
	global/print.css

-------------------------------------------------------------------------------- 
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
}
#box_wrapper {
}
#box {
}
#header_wrapper {
}
#header {
}
#printheader {
}
#main_wrapper {
}
#main {
}
#nav_wrapper {
	display:none;
}
#nav {
}
#content_wrapper {
}
#content {
	margin-bottom:2em;
}
#marginal_wrapper {
}
#marginal {
	margin-bottom:2em;
}
#footer_wrapper {
}
#footer {
}
/* ---------- additional Stuff ---------- */
#clear {
}
/* ---------- Typografie: printheader ---------- */
#printheader h1 {
	margin:0 0 1em 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom:1px solid black;
}
#printheader p {
	font-size: 0.8em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.3em;}
/* ---------- Typografie: nav ---------- */
#nav ul	{
}	
#nav ul li	{
}
#nav ul li.line {
}
#nav ul li.sub_wrapper {
}
#nav ul li ul li {
}
#nav ul li div {
}
#nav a:link, #nav a:visited, #nav a:active {
}
#nav a:hover {
}
#nav a.selected:link, #nav a.selected:visited, #nav a.selected:active {
}
#nav a.selected:hover {
}
/* ---------- Typografie: content ---------- */
#content {
}
#content h1 {
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content h3 {
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content p {
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content em {
	font-style: italic;
}
#content ul {
	margin-top: 0;
	margin-bottom: 1em;
}
#content li {
	font-size: 0.8em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
	list-style-type:disc;
	list-style-position:outside;
}
#content tr {
}
#content td {
}
#content a:link, #content a:visited, #content a:active {
}
#content a:hover {
}
#content #read_on {
	display:none;
}
#content #print_and_send {
	display:none;
}
#content #print_and_send img {
}
#content #print_and_send a {
}
#content #print_and_send a:hover {
}
/* ---------- Typografie: marginal ---------- */
#marginal {
}
#marginal img {
	display:none;
}
#marginal h1 {
	font-size: 0.8em;
	font-weight:bold;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#marginal p {
	font-size: 0.8em;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#marginal a:link, #marginal a:visited, #marginal a:active {
}
#marginal a:hover {
}
/* ---------- Typografie: footer ---------- */
#footer p {
	font-size: 0.8em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.5em;
}
#footer #copyright {
}
#footer #last_update {
	display:none;
}
