/* Druckausgabe via CSS
   www.datengarten.at
 */
body {
 background: white;
 color: black;
 font-family: "Times New Roman", Times serif,  Serif; /* Better in Serif */
 line-height: 1.3em;
 font-size: 1em;
 text-decoration: none; 

}

/* Druckformulare */
textarea, input[type=text] {
	border:none;
	border-bottom: 2px #000 dashed;
}

img 
{
	display: none;
	width:0px;
	height:0px;
	border:0;
}

#logo {
 text-align: right;
 line-height: 0.8em;
 font-size: 3em;
 font-family: Arial, Verdana Sans-serif;
 letter-spacing: -3px;
}
#logo a {
 text-decoration: none; 
}
.skip, #subnav, #menu { 
 display: none;
}
#header
{
	display: none;
	color: #fff;
}
#topmenu
{
	display: none;
}
#main a:link:after, #main a:visited:after { 
   content: " (" attr(href) ") ";
   font-size: 0.9em; }

#main a[href^="/"]:after { 
 content: " (http://example.org" attr(href) ") ";
}
.fright {
 float: right;
 margin: 0 0 1em 1em;
}
.fleft {
 float: left;
 margin: 0 1em 1em 0;
}

