﻿/* ------- Allgemein ------- */
html
{
	padding: 5px;
}

body
{
	width: 50em;
	max-width: 100%;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: "Optima", "Verdana", sans-serif;
	font-size: 12pt;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #FFF;
	color: #000;
}

h2
{
	padding: 3px;
	margin: 2ex 0 0 0;
	clear: both;
	background-color: silver;
	page-break-before: auto;
	page-break-after: avoid;
}

h2:first-child { margin: 0; }
h3 { margin: 1.5ex 0 0.5ex 0; }
p { margin: 1ex 0; }
p:first-line { text-indent: 2em; }

a
{
	text-decoration: none;
	color: inherit;
}

address
{
	white-space: pre;
	margin: 1ex 0 1ex 0;
}

/* ------- Kopf ------- */
#kopf
{
	margin-left: 2cm;
	margin-right: 2cm;
}

#kopf h1
{
	padding: 0;
	margin: auto;
	letter-spacing: 0.3ex;
}

/* ------- Hauptteil ------- */
#haupt
{
	padding: 5px 0 0 0;
	margin-left: 2cm;
	margin-right: 2cm;
	border-style: none;
}

#haupt img
{
	text-align: center;
	margin: 5px auto 5px auto;
	display: block;
	border-color: #999;
	border-width: 1px;
	border-style: outset;
	padding: 1px;
	background-color: #666;
	page-break-inside: avoid;
}

#haupt img.transparent
{
	background-color: transparent;
	border-style: none;
}

#haupt img.rechts
{
	margin: 5px;
	float: right;
}

#haupt img.links
{
	margin: 5px;
	float: left;
}

/* ------- Seitenleiste ------- */
#seitenleiste
{
	display: none;
}

/* ------- Kalender ------- */
table.kalender
{
	float: right;
	border-width: 1px;
	margin: 0 0 10px 5px;
	border-color: #CCC;
	border-style: dashed;
	border-width: 1px;
}

table.kalender caption { text-align: right; }

table.kalender td
{
	text-align: right;
	width: 2ex;
}
table.kalender td.termin { background-color: #9FC1CA; }

table.kalender th
{
	font-size: 75%;
	text-align: left;
	font-weight: normal;
	color: #666;
}

ul.kalender
{
	padding-left: 0;
	list-style: none;
}

/* ------- Diverse Spezialklassen ------- */
.artikel-info
{
	font-size: 80%;
	text-align: right;
	color: #CCC;
	page-break-before: avoid;
}

.bild-info
{
	text-align: center;
	margin: 0 auto 10px auto;
	font-style: italic;
	page-break-before: avoid;
}

