/*
File: print.css
Description: Cascading Stylesheet for www.brandau.net, CSS 2 compatible
Author: Andreas Brandau
Version: 1.0
Date: 13.11.2005
*/
body {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5;
	font-size: 12pt;
}
h1, h2, h3, h4 {
	text-align:left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #c10;
	clear: both;
	font-weight: normal;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3, h4 {
	font-size: 14pt;
}
#header h1 {
	border-bottom: 1px solid #c10;
	text-decoration: none;
	font-style: normal;
	color: #c10;
}	
#header h1 a {
	color: #c10;
	font-style: normal;
	text-decoration: none;
}
#navcontainer {
	display:none;
}
#narrowcolumn {
	text-align: left;
}
#narrowcolumn p {
	padding-bottom: 1em;
	padding-top: 0px;
	padding-right: 0px;
}
#sidebar {
	display:none;
}
#footer {
	margin: 0px;
	padding: 15px 0px 0px;
	clear: both;
}
#footer p {
	color:#ddd;
	background: none;
	border-top: 1px solid #333;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	font-style: normal;
	text-decoration: none;	
}
.print {
	
}
.screen, #formmailer, #z-form {
	display: none;
}
a {
	font-style: italic;
	color: #000;
	background: none;
	text-decoration: none;
}
p.aligncenter {
	text-align: center;
}
.small {
	font-size: 8pt;
}
#formmailer {
	display: none;
}
/*		images		*/
img {
	border: 0px;
}
img.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}
img.alignright {
	float: right;
}
img.aligncenter {
	display: block;
	margin: 0.8em auto;
	padding: 6px;
	}
img.leftborder {
	float: left;
	margin: 5px 15px 5px 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
img.rightborder {
	float: right;
	margin: 5px 0 5px 15px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
img.centerborder {
	display: block;
	margin: 1.5em auto;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
img.teaser {
	display:none;
}
img.blogteaser {
	padding: 4px;
	border: 1px solid #ccc;
	margin: 5px;
}
.clear {
	clear: both;
}
.button {
	font-size: 1.1em;
}
form .description {
	margin-bottom: 1em;
}
.blogteaser-headline {
	color: #c30;
	background: none;
}
#widecolumn {
	text-align: left;
	clear: both;
	width: 100%;
}