/*
 * Formate.css für http://www.rita-ostendorp.de
 * Diese Datei enthält die Stylesheets für die Bildschirmausgabe
 * Stand: 2006-02-13
 * Autor: Gernot Schrumpf
 */

body
{
	color: #000000;
	background-color: #f8f8f8;
	text-align: center;
}

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

#navi a:link
{
	color: #ffffff;
	background-color: #a2bb67;
	text-decoration: none;
}

#navi a:visited
{
	color: #ffffff;
	background-color: #a2bb67;
	text-decoration: none;
}

#navi a:hover
{
	text-decoration: underline;
}

#navi p
{
	font-size: 90%;
}

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

#text p
{
	font-size: 90%;
}

#text li
{
	font-size: 90%;
}

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

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

#main
{
	width: 820px; /* 1024px; */
	height: 615px; /* 768px; */
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	font-family: Arial, sans-serif;
}

#q1
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 139px; /* 174px; /* 820px - 681px */
	height: 127px; /* 159px; */
	color: #FFFFFF;
	background-color: #C6E089;		/* 198 224 137 */
	border-width: 0px;
}

#header
{
	position: absolute;
	left: 139px;
	top: 0px;
	height: 127px;
	width: 681px;
	color: #FFFFFF;
	background-color: #738C90;		/* 115 140 144 */
	background-image: url(../img/titel.jpg);
	border-width: 0px;
}

#navi
{
	position: absolute;
	top: 127px;
	left: 0px;
	width: 109px;					/* Korrektur für padding: 139px - 30px */
	height: 478px;					/* Korrektur für padding: 488px - 10px */
	padding-left: 30px;
	padding-top: 10px;
	color: #FFFFFF;
	background-color: #A2BB67;		/* 162 187 103 */
}

#q4
{
	position: absolute;
	top: 127px;
	left: 139px;
	width: 382px;					/* Korrektur für padding: 681px - 64px - 235px */
	height: 478px;					/* Korrektur für padding: 488px - 10px */
	padding-left: 64px;
	padding-right: 235px;
	padding-top: 10px;
	color: #243901;					/* 36 57 1 */
	background-color: #E6F4BF;		/* 230 244 191 */
}

#text
{
	position: absolute;
	top: 106px;
	left: 64px;
	width: 372px;
	height: 372px;					/* 478px - 106px */
	color: #273800;					/* 39 56 0 */
	background-color: #E5F3BE;		/* 229 243 190 */
	overflow: auto;
}

#pic
{
	position: absolute;
	top: 116px;
	right: 0px;
	width: 225px;
	height: 151px;
}

.cap
{
	font-weight: bold;
	color: #5a6c31;
}
