/*============================================================
	www.astrid-kaiser.de
			css for printouts
			
	lastchanged 19.4.2003
	(c) 2003 by Gerrit Kaiser <gk@planetgk.de>
============================================================*/

/* hide browserwarning */

#evilbrowser {
	display: none !important;
}

/* hide selected elements, reset positioning etc. */
body {
	margin: 0.5cm;
	background: #fff;
	color: #000;
}

div#toparea {
	color: #fff;
	background: #000;
	border: none !important;
}

div#toparea a {
	border: none;
}

div#toparea a:hover {
	background: transparent;
}

img#aklogo {
	border: none;
	height: 1.5cm;
	width: auto;
}

div#toparea ul {
	display: none;
}

h1#kathead {
	clear: both;
	color: #000 !important;
	margin: 0.5cm;
	border-bottom: 3pt dashed #ccc;
}

div#contentwrapper {
	clear: both;
	background: #fff !important;
	color: #000;
}

div#content {
	background: #fff;
	color: #000;
	margin: 0.5cm;
	border: none !important;
	padding: 0 !important;
}

div#sidenav {
	display: none !important;
}

div#footer {
	clear: both;
	background: #fff;
	border-top: 1pt dashed #ccc;
	padding: 0;
	margin: 0.5cm;
}

div#footer ul {
	display: none;	
}

/* Styling & Fonts */

body, td {
	font: 11pt/1.8 "Times New Roman", Times, serif;
}

a, a:hover, a:focus, a:active, a:visited {
	text-decoration: underline;
	color: #000;
	background: transparent;
}

a:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
}

/* CSS3 Selector für URL-Ausgabe 
Bewirkt leider nicht-valides CSS2 */

a[href^="/"]:after {
   content: " (http://www.astrid-kaiser.de" attr(href) ") ";
   }


h1#kathead {
	font: bold 250%/1 Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	background: #fff;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

h2 {
	font-size: 180%;
	color: #444;
}

h3 {
	font-size: 150%;
	color: #999;
}


div#toparea ul a {
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

div#content p {
	text-align: justify;
	margin: 0;
	margin-bottom: 1em;
}

div#content p+p {
	text-indent: 20pt;
}

div#footer {
	font-size: 80%;
	line-height: 1.2;
}
