﻿/* berichte.css  */
@page {
	margin-left: 2.5cm;
	margin-right: 2.5cm;
	margin-top: 2.5cm;
	margin-bottom: 2cm
}

body {
	margin: 0 auto;
	font-size: 100%;
	background-color: gray;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
}

header {
	color: white;
	font-size: 2em;
	text-align: center;
}

hr {
	background-color: silver;
	color: silver;
	border: silver;
	height: 2px;
}

h1 {
	color: black;
	text-decoration: none;
	margin-left: 0.5em;
	/*	font-size: 100%;*/
}

h2 {
	color: black;
	text-decoration: underline;
	/*	font-size: 1em;*/
	margin-left: 0.5em;
}

h3 {
	color: black;
	margin-left: 0.5em;
	line-height: 100%;
	/*	font-size: 120%;*/
	/*	background-color: silver;*/
}

h4 {
	color: black;
	margin-left: 0.5em;
	line-height: 110%;
	/*	font-size: 130%;*/
}

p {
	margin-bottom: 0.25cm;
	direction: ltr;
	color: #00000a;
	line-height: 130%;
	widows: 2;
	orphans: 2;
	margin-left: 1.5em;
	margin-right: 1.5em;
	/*	font-family: Verdana;*/
	/*	font-size: 110%;*/
}

p.western {
	font-family: "Calibri", serif;
	font-size: 18pt;
	text-align: center
}

p.cjk {
	font-family: "SimSun", sans-serif;
	font-size: 11pt
}

p.ctl {
	font-family: "Calibri", sans-serif;
	font-size: 11pt;
	margin-left: 0;
	line-height: 100%;
}

P.mittig {
	font-size: 130%;
	text-align: center;
}

#spalten {
	width: 40em;
	/*650px;*/
	background-color: lightgrey;
	max-width: 40em;
	min-width: 10em;
	margin: 0 auto;
	margin-bottom: 2em;
	/*	font-size: 10px;*/
}

#abs1 {
	text-indent: 2em;
}

table {
	border: 1px solid gray;
}

th,
td {
	border: 1px solid gray;
	padding: 1px;
	text-align: center;
	vertical-align: top;
}

.noframe {
	border: 0px;
	text-align: left;
	margin-left: 1.5em;
}