/*
 * Printer.css für http://www.rita-ostendorp.de
 * Diese Datei enthält die Stylesheets für die Druckausgabe
 * Stand: 2006-03-19
 * Autor: Gernot Schrumpf
 */

body
{
	text-align: center;
}

h1
{
	font-weight: bold;
	font-size: 140%;
}

#text h3
{
	font-weight: bold;
	font-size: 100%;
}

#text ul
{
	list-style-type: disc;
}

#text dfn
{
	font-size: 85%;
	font-style: italic;
}

#main
{
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	font-family: Arial, sans-serif;
}

#q1
{
	visibility: hidden;
}

#header
{
	visibility: hidden;
}

#navi
{
	position: absolute;
	top: -500px;
	left: -500px;
	height: 10px;
	visibility: hidden;
}

#q4
{
	top: 0px;
	left: 0px;
	border: 0px;
}

#text
{
	top: 113px;
}

#pic
{
	visibility: hidden;
}

.cap
{
	font-weight: bold;
}
