/* ==================================================== */
/* Dies ist die Datei „ewetel.css"                      */
/* Stand: 2010-07-20                                    */
/* ==================================================== */


/* ====== Seiteneinstellung =========================== */

html { 
	height: 100%;
	margin: 0;
	padding: 0;
}


/* ====== Grundeinstellungen fuer Schriften =========== */

body {
	font-family: arial, helvetica, sans-serif;
	background: white;
	color: black;
	font-size: medium;
	line-height: 1.3em;
}


/* ====== Navigationsleiste am linken Seitenrand ====== */

#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: silver;
	color: black;
	width: auto;
	height: auto;
	padding: 0 1em 0 1em;
	vertical-align: top;
}

#navigation ul {
	margin-left: 0;
	margin-right: 7px;
	padding-left: 0;
}

#navigation li {
	list-style: none;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px dotted white;
}

#navigation img {
	display: block;
	margin: 0;
}


/* ====== eigentlicher Text =========================== */

#text {
	margin: 0px 16px 16px 160px;
	padding: 16px;
}

p.pfadangabe {
	margin-top: -1em;
}

html>body p.pfadangabe { 
	margin-top: 0;
}


/* ====== Grundeinstellungen fuer Bilder ============== */

img {
	border: 0;
	display: block;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}


/* ====== Grundeinstellungen fuer ungeordnete Listen == */

ul li { 
	list-style-type: square; 
}


/* ====== Grundeinstellungen fuer Links =============== */

a:link, a:active, a:visited {
	background: inherit;
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[name]:hover {
	background: inherit;
	color: inherit;
	text-decoration: inherit;
}


/* ====== Grundeinstellungen fuer Ueberschriften ====== */

h1 {
	margin: 0 0 1em 0;
	font-size: xx-large;
	text-align: center;
	line-height: 1.3em;
}

h2 {
	font-size: x-large;
	line-height: 1.3em;
	margin: 0;
}

h3 {
	font-size: large;
	margin: 0;
	line-height: 1.3em;
}

h4 {
	font-size: medium;
	font-weight: bold; 
	line-height: 1.3em;
	margin: 0;
}


/* ====== Grundeinstellungen fuer Tabellen ============ */

table {
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

table th {
	text-align: left;
}

table tr {
	vertical-align: top;
}

table.belegstellen td {
	width: 49%;
	text-indent: -1.5em;
	padding-left: 1.5em;
	padding-right: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
}
		
table.belegstellen td + td {
	width: 49%;
	text-indent: 0em;
	padding-left: 0em;
	padding-right: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
}

p.inhalt {
	text-align: right;
	margin-right: 8px;
}

.zitat {
	margin-left: 4em;
	margin-right: 6em;
	text-align: justify;
}

p.unterzeile {
	text-align: center;
	font-size: 12px;
}

td.fussnotenzeichen { 
	width: 5%;
	text-align: right;
}

td.daten { 
	width: 12%;
	text-align: right;
}

td.zweispaltig { 
	width: 49%;
	padding-right: 32px;
	padding-top: 8px;
	padding-bottom: 8px;
}

td.dreispaltig { 
	width: 33%;
	padding-right: 32px;
}

td.dreispaltigrechts { 
	width: 33%;
	padding-right: 32px;
	text-align: right;
	padding-bottom: 32px;
}

table.tabelle { 
	width: 99%;
}

.tabelle td {
	width: 49%;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	border-bottom: 1px dotted;
}

.tabelle ul {
	margin-top: 0px;
}

.tabelle ol {
	margin-top: 0px;
}

table.kasten { 
	width: 99%;
	border: 1px solid;
	margin-top: 12px;
}

.kasten td {
	width: 49%;
	padding: 8px 32px 8px 8px;
	border: 1px dotted;
}

table.zweischmal {
	width: 75%;
	border: 1px solid;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

.zweischmal th {
	width: 50%;
	text-align: left;
	border: 1px dotted;
	padding: 8px 32px 8px 8px;
}

.zweischmal td {
	width: 50%;
	text-align: left;
	border: 1px dotted;
	padding: 8px 32px 8px 8px;
}


table.dreispaltig {
	width: 99%;
	border: 1px solid;
	margin-top: 12px;
}

.dreispaltig th { 
	width: 33%;
	text-align: left;
	border: 1px dotted;
	padding: 8px 32px 8px 8px;
}

.dreispaltig td { 
	width: 33%;
	text-align: left;
	border: 1px dotted;
	padding: 8px 32px 8px 8px;
}

table.vierspaltig {
	width: 99%;
	border: 1px solid;
	margin-top: 12px;
}

.vierspaltig th {
	width: 25%;
	text-align: left;
	border: 1px dotted;
	padding: 8px 32px 8px 8px;
}

.vierspaltig td {
	width: 25%;
	border: 1px dotted;
	padding: 8px 32px 8px 8px;
}

table.fuenfspaltig {
	width: 99%;
	margin-top: 12px;
}


.fuenfspaltig td {
	width: 20%;
	padding: 8px 32px 8px 0px;
}


table.siebenspaltig {
	width: 99%;
	border: 1px solid;
}

.siebenspaltig td { 
	width: 14%;
	text-align: center;
	border: 1px dotted;
}

.rechts {
	text-align: right;
}

.zentriert {
	text-align: center;
}

.uri {
	font-size: 12px;
	text-align: center;
}

table.neues {
	width: 99%;
}

.neues th {
	text-align: left;
}

.datum {
	width: 15%;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	border-bottom: 1px dotted;
}

.fach {
	width: 25%;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	border-bottom: 1px dotted;
}

.material {
	width: 59%;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	border-bottom: 1px dotted;
}

.abstand_oben {
	padding-top: 1em;
}

.abstand_unten {
	padding-bottom: 0.5em;
}

code {
	font: 16px Courier, monospace;
}

.fett {
	font-weight: bold;
}

.unsichtbar {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

