body
{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	background-image: url(../images/background_image.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

body footer
{
	position: fixed;
	bottom: 8px;
	left: 3em;
	font-size: small;
	text-align: center;
}

body footer   a { text-decoration: none; }

main
{
	width: 66em;
	max-width: 66em;
	overflow: auto;
}

main iframe
{
	position: absolute;
	top: 160px;
	left: 10px;
	width: 90vw;
	min-height: 90vh;
	border: solid 0px;
	z-index: 1000;
}

nav iframe
{
	width: 11em;
	height: 200%;
	display: block;
	position: absolute;
	top: 0ex;
	left: 0px;
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

nav ul
{
	padding: 0;
	display: block;
	margin: 0px 0px 1em 11em;
	min-width: 49em;
	font-size: large;
	font-weight: 400;
}

nav ul li
{
	display: inline-block;
	text-decoration: none;
	margin: 0px 0px 6px 0px;
	padding: 2px;
}

nav ul li:hover
{
	cursor: pointer;
	box-shadow: #666 0px 0px 8px;
	transition: box-shadow 200ms ease;
	color: #941100;
}

main section ul li
{
	margin-top: .5em;
	margin-bottom: .5em;
}

article, section
{
	margin: 0px 0px 0px 12em;
	width: 49em;
}

section figure:hover { cursor: pointer; }

section figure figcaption
{
	font-size: small;
	padding: 0.15em;
	margin-bottom: 0.35em;
	max-width: 160px;
	display: block;
	text-align: center;
}

article figure figcaption
{
	font-size: small;
	max-width: 240px;
	text-align: center;
}

article footer
{
	clear: both;
	position: relative;
	margin-top: 1em;
	padding-top: 0.5em;
	font-size: small;
}

article footer span
{
	background-color: #D0DBFB;
	border-radius: 1em;
	border: 1px #D0DBFB solid;
	padding: 0.25em 0.5em;
	font-weight: 400;
}

article footer span:hover
{
	cursor: pointer;
	color: #800000;
}

aside
{
	display: none;
	position: fixed;
	left: 12em;
	font-size: small;
	z-index: 500;
	background-color: #E6E6E6;
	padding: 0px 0.4em;
	max-width: 66em;
	top: 20vh;
	min-height: 8em;
}

aside span
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: medium;
	font-weight: 400;
	display: block;
	padding: 0.2em 0.2em 0px 0px;
}

aside span:hover { cursor: pointer; }

h1
{
	color: #002653;
	font-size: 400%;
	font-weight: 100;
	text-shadow: gray 0.05em 0.05em 0.1em;
	text-align: center;
	margin: 2.5em auto 0.2em auto;
}

h2,h3,h4,h5
{
	font-weight: 400;
	clear: both;
}

h2,h3 { border-top: 12px Transparent solid; }
h4 { font-size: medium; }

h5
{
	text-align: center;
	font-size: medium;
	margin-top: 3em;
}

h6 { font-size: small; }
b { font-weight: normal; }

hr
{
	clear: both;
	visibility: hidden;
}

cite
{
	font-size: large;
	font-weight: 100;
	text-align: center;
	display: block;
	margin: 2em 2em 0em 2em;
}

figure
{
	display: inline-block;
	margin: 0;
	padding: 0px;
	vertical-align: top;
}

img { box-sizing: border-box; }

sup
{
	color: #00F;
	font-size: x-small;
	border: 1px #00F solid;
	border-radius: 3px;
	padding: 0px 2px;
	cursor: pointer;
}

sup.zoomlink
{
	color: #000;
	font-size: x-small;
	border: 0px #FFF solid;
	border-radius: 0px;
	padding: 0px 0px;
	cursor: auto;
}

a.audio
{
	width: 160px;
	display: inline-block;
	text-align: center;
	font-size: small;
	vertical-align: top;
}

.aktiv
{
	background-color: #FFF;
	color: #000;
}

.inaktiv
{
	background-color: #EBEBEB;
	color: #A9A9A9;
}

.links
{
	float: left;
	margin-right: 2%;
	margin-bottom: 1em;
}

.rechts
{
	float: right;
	margin-right: 20px;
	margin-left: 2%;
	margin-bottom: 1em;
}

.mitte
{
	display: block;
	text-align: center;
	margin: 1em auto 1em auto;
}

.schatten { box-shadow: rgb(153, 153, 153) 8px 6px 10px; }

#seit1999
{
	position: absolute;
	left: 240px;
	top: 150px;
}

.notiz
{
	display: inline-block;
	clear: none;
	width: 300px;
	text-align: center;
	margin-right: 24px;
	margin-bottom: 24px;
	padding: 8px;
	background-image: linear-gradient(rgb(255,255,170) 0%, rgb(255,255,221) 30%);
	background-color: #ffd;
	vertical-align: top;
}

.notiz p:first-child
{
	color: #800000;
	padding-bottom: 0px;
	font-size: large;
	font-weight: bold;
}

.notiz p:nth-child(2)
{
	font-size: x-large;
	font-weight: normal;
	font-style: italic;
}

.notiz ol { text-align: left; }
.kursleiter { font-style: italic; }
.kursinhalt {text-align: left;margin-left: 1em;}

#kursplan
{
	border-spacing: 0px;
	table-layout: fixed;
	empty-cells: show;
	margin-top: 1em;
	min-width: 45em;
}

#kursplan   tbody   tr   th
{
	font-weight: normal;
	border-bottom: 1px black solid;
	border-left: 1px black solid;
}

#kursplan   tbody   tr   th:first-child { border-left: 1px transparent solid; }

#kursplan   tbody   tr   td
{
	text-align: center;
	width: 5em;
	padding: 4px 8px 4px 8px;
	color: black;
	font-weight: lighter;
	font-size: small;
	border-bottom: 10px white solid;
	border-top: 10px white solid;
}

#kursplan   tbody   tr   td:first-line
{
	color: #800000;
	font-size: medium;
	font-weight: normal;
	line-height: 1.5;
}

#kursplan   tbody   tr   td:nth-child(even)
{
	border-right: 1px black solid;
	border-left: 4px white solid;
}

.gruen { background-color: #cec; }
.blau { background-color: #def; }
#yinyang { margin: 0px auto 3em auto; }

#yinyang   tbody   tr   th
{
	font-weight: normal;
	text-align: left;
}

#yinyang   tbody   tr   th:first-child { text-align: right; }
#yinyang   tbody   tr   td:first-child { text-align: right; }

.tabellenhintergrund
{
	font-size: 1000%;
	margin: inherit;
	opacity: 0.3;
	filter: alpha(opacity=30);
	color: #3964AD;
}

.bio_icons
{
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color: silver;
}

.bio_icons:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
	background-color: transparent;
}

.lebenslauf
{
	position: relative;
	display: none;
	top: -20px;
}

.lebenslauf   img
{
	float: left;
	clear: none;
}

.lebenslauf ul { margin-left: 200px; }
.lebenslauf ul ul { margin-left: 0em; }

#kino
{
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
	z-index: 200;
}

#kino span
{
	position: absolute;
	top: 1em;
	right: 1em;
	color: #FFF;
	font-size: xx-large;
	font-weight: 900;
	cursor: pointer;
}

#kino p
{
	color: white;
	font-weight: 700;
}

#Videofenster
{
	margin: auto;
	padding-top: 10%;
}

.linksblock
{
	display: inline-block;
	position: relative;
	width: 100px;
	vertical-align: baseline;
	text-align: center;
	margin: 1em;
}

.linksblock   img
{
	padding-right: 10px;
	padding-left: 10px;
}

.linksblock:after
{
	content: attr(title);
	font-size: small;
	font-weight: normal;
}

.kursplan_intern
{
	border-spacing: 0px;
	table-layout: fixed;
	empty-cells: show;
	margin-top: 1em;
	min-width: 45em;
}

.kursplan_intern   tbody   tr:nth-child(1)  td
{
	font-weight: normal;
	font-size: large;
}


.kursplan_intern   tbody   tr   td
{
	text-align: center;
	padding: 4px 8px 4px 8px;
	color: black;
	font-weight: lighter;
	font-size: small;
	border-bottom: 1px black solid;
}

.kursplan_intern   tbody   tr   td:first-child
{
	font-size: medium;
	font-weight: normal;
	line-height: 1.5;
	width: 15em;
}

.kursplan_intern   tbody   tr   td { border-right: 1px black solid; }
