/* ==================================================== */
/* Dies ist die Datei "ewetel_print.css"                */
/* Stand: 2010-04-04                                    */
/* ==================================================== */


/* ====== Grundeinstellungen ========================== */

body {
	height: 100%;
	width: 99%;
	padding: 0;
	font-family: helvetica, genava, sans-serif;
	background: white;
	color: black;
	font-size: 10pt;
}


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

#navigation {
	display: none;
	
}


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

#text {
	margin: 0mm 15mm 0mm 15mm;
}

p.pfadangabe {
	display: none;
}

html>body p.pfadangabe { 
	display: none;
}

.zurueck {
	display: none;
}

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


h1 {
	font-size: 16pt;
	text-align: center;
	padding-top: 0em;
	margin-top: 0em;
	page-break-after:avoid;
}

h2 {
	font-size: 14pt;
	page-break-after:avoid;
}

h3 {
	font-size: 12pt;
	page-break-after:avoid;
}

h4 {
	font-size: 12pt;
	font-weight: bold; 
	page-break-after:avoid;
}


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

a:link {
	background: inherit;
	color: black;
	text-decoration: none;
}

a:visited {
	background: inherit;
	color: black;
	text-decoration: none;
}

a:active {
	background: inherit;
	color: black;
	text-decoration: none;
}

/* ====== 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 {
	font-size: 16pt;
	text-align: center;
	padding-top: 0em;
	margin-top: 0em;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
	font-weight: bold; 
}


/* ====== 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;
}

p.zitat {
	margin-left: 64px; 
	margin-right: 64px; 
}

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


code {
	font: 10px Courier, monospace;
}


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: 10px;
	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;
}

.fett {
	font-weight: bold;
}


