/* DATEI: styles.css */

/* Formatanweisungen fuer Foerderkreis-Homepage */

body {
	background-color: #D3D3D3;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	font-family: "Palatino Linotype", Palatino, serif;
}

h1 {
	color: blue;
	font-style : italic;
	font-weight : normal;
	text-align: left;
	border-bottom: 2px solid blue;
	margin-top: 1ex;
}

h2 {
	font-style : normal;
	font-weight : normal;
}

h3 {
	font-style : normal;
	font-weight : normal;
}

p {
}

p.unterzeile {
	font-weight: bold;
	color: blue;
	font-size: 120%;
}

p.dachzeile {
	font-size: 120%;
	text-decoration: underline;
}

table.main {
}

td.text {
	vertical-align: top;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	background-color: white;
}

p.header {
	margin: 0;
	padding: 0;
	background-color: #E0E0FF;
	text-align: center;
	border-bottom: 0px solid #885800;
}

td.header {
	padding-bottom: 0;
	padding-top: 5px;
	background-color: #E0E0FF;
	vertical-align: bottom;
}

a.nowrap {
	white-space: nowrap;
}

.header a:link {
	text-decoration: none;
}

.header a:visited {
	text-decoration: none;
}

.header a:hover {
	text-decoration: none;
}

.header a:active {
	text-decoration: none;
}

table.hnavi {
	float: right;
}

td.hnavi {
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 1ex;
}

.hbutton a:link {
	color: black;
	background-color: white;
	font-weight: normal;
	font-size: 83%;
	white-space: nowrap;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid white;
}

.hbutton a:visited {
	color: black;
	background-color: white;
	font-weight: normal;
	font-size: 83%;
	white-space: nowrap;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid white;
}

.hbutton a:hover {
	color: black;
	background-color: #D3D3D3;
	font-size: 83%;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px solid gray;
}

.hbutton a:active {
	color: black;
	background-color: #D3D3D3;
	font-weight: normal;
	font-size: 83%;
	white-space: nowrap;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px inset gray;
}

table.navi {
	font-size: 83%;
	white-space: nowrap;
}

p.navi {
	color: black;
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px solid black;
	font-size: small;
}

ul.navi{
	list-style-type: square;
	list-style-image: url(osquare.gif);
	font-size: small;
	white-space: nowrap;
}

td.navi {
	padding-left: 2em;
	padding-top: 0.1ex;
	padding-bottom: 0.1ex;
}

.navi a:link {
	color: black;
	border: 1px none white;
	text-decoration: none;
	display: block;
}

.navi a:visited {
	color: black;
	border: 1px none white;
	text-decoration: none;
	display: block;
}

.navi a:hover {
	color: black;
	background-color: #D3D3D3;
	border: 1px none gray;
	text-decoration: none;
}

.navi a:active {
	color: black;
	background-color: #D3D3D3;
	border: 1px inset gray;
	text-decoration: none;
}

td.navicol {
	vertical-align: top;
	background-color: white;
	padding: 1em 1em 1em 1em;
}

img {
	border-style: none;
}

img.border {
	border: solid black 1px;
}

td.footer {
	background-color: white;
	border: solid;
	border-color: white;
	border-top-width: 2px;
	border-right-width: 0pt;
	border-left-width: 0;
	border-bottom-width: 0;
	text-align: center;
	font-size: 83%;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
}

p.zitat {
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	font-style: italic;
}

p.zitat_quelle {
	text-align: right;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 0pt;
	padding-top: 0pt;
	font-style: normal;
}

p.biu {
	font-size: 83%;
	font-style: normal;
	text-align: justify;
	margin: 0;
	padding: 0;
}

p.biu_fv {
	font-size: 83%;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.box {
/*	background-color: #FFC070;*/
	background-color: #D3D3D3;
/*	border-left: 0.5em solid #FF8000;*/
	padding: 0.5em;
	margin: 0;
}

p.gewaehr {
	text-align: center;
	font-size: 83%;
	border-top: 1px solid black;
}

p.anm {
	text-align: left;
	font-size: 83%;
}

p.semdach {
	font-weight: bold;
	text-decoration: underline;
	border-color: #C0C0FF;
	border-style:  solid;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 1ex;
	padding-top: 0.5ex;
}

h2.topline {
	font-style : normal;
	font-weight : normal;
	border-color : #C0C0FF;
	border-style : solid;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 1ex;
	padding-top:0.5ex;
}

.initial {
	font-size: 340%;
	line-height: 100%;
	float:left;
}

.blaustich {
	color: #3D1C53;
}

.rot {
	color: #FF0000;
	font-weight: bold;
}

p.hangindent {
	margin-left: 2em;
	text-indent: -2em;
}

div.lit {
}

p.lit {
	margin-left: 2em;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-indent: -2em;
}