body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #cefefe;
}

.wichtig {
	color: maroon;
}

.links {
	float: left;
	margin-right: 2%;
	text-align: center;
	font-size: small;
}

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

.randlos {
	margin: 0;
}

div.filmclip {
	display: inline-block;
}

.rbund {
	text-align: right;
}

/* @group Navigationsleiste */

#Navigationsleiste {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 100px;
	font-size: small;
	font-weight: bold;
	list-style-type: none;
	display: block;
	background: #ff9 url(../images/minilogo.gif) no-repeat 0 0;
	padding-right: 2em;
	padding-left: 1.8em;
	z-index: 2;
}

.button {
	display: list-item;
	text-align: center;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	-webkit-box-shadow: gray 4px 4px 8px;
	-moz-box-shadow: gray 4px 4px 8px;
	box-shadow: gray 4px 4px 8px;	
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 8px 16px;
}

#Navigationsleiste p {
	background-color: #b0fefe;
}

#Navigationsleiste a {
	background-color: #5efdfd;
	text-decoration: none;
	color: #797979;
}

#Navigationsleiste a:hover {
	color: red;
	background-color: #b0fefe;
}

#Navigationsleiste ul {
	padding: 0;
	width: auto;
	text-align: right;
	list-style-type: none;
}

#Navigationsleiste ul li a {
	background-color: transparent;
	color: black;
	font-weight: normal;
	font-style: normal;
}

#Navigationsleiste ul li a:hover {
	background-color: transparent;
}

/* @end */

/* @group Notizzettel */

#Inhaltsrahmen div.notizzettel {
	background-color: #fbffa9;
	background:-webkit-gradient(linear, left top, left bottom, from(#ff9), to(#ff3));
	background: -moz-linear-gradient(top, #ff9, #ff3);
	-webkit-box-shadow: gray 8px 8px 12px;
	-moz-box-shadow: gray 8px 8px 12px;
	box-shadow: gray 8px 8px 12px;
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
	width: 46%;
	font-size: medium;
}

p.datum {
	color: maroon;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: auto;
}

p.kurstitel {
	font-size: x-large;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
	font-style: italic;
	margin: auto;
}

p.AUSGEBUCHT {
	background-color: #cf1715;
	color: #fffeff;
	font-size: small;
	top: -5em;
	display: block;
	margin: 0 5% 5%;
}

p.notiz {
	padding-bottom: 16px;
	margin: auto;
}

ul.notiz {
	margin-top: 0;
	font-size: small;
	text-align: left;
	margin-bottom: 12px;
	padding-right: 12px;
}

#Inhaltsrahmen #yinyang {
	margin: auto;
	background: none no-repeat center center;
	text-align: left;
}

/* @end */

#Inhaltsrahmen {
	width: 80%;
	position: relative;
	left: 13em;
	right: 0;
}

#Inhaltsrahmen div.lebenslauf {
	line-height: 1.3;
	padding-left: 280px;
}

#Inhaltsrahmen div.links a {
	text-decoration: none;
}

img {
	margin: 8px;
	border-style: none;
}

img.schatten {
	-webkit-box-shadow: 6px 6px 10px #99cccc;
	-moz-box-shadow: 6px 6px 10px #99cccc;
}

.playButton {
	color: white !important;
	font-size: small !important;
	font-weight: bold !important;
}

a img {
	margin: 0;
	vertical-align: middle;
}

#Inhaltsrahmen div.verknuepfung {
	clear: both;
}

#Inhaltsrahmen div.verknuepfung a {
	font-size: small;
	text-decoration: none;
	width: 200px;
	float: left;
	text-align: center;
	margin-bottom: 3em;
	margin-top: -1em;
}

a.pagetop {
	text-decoration: none;
	font-size: x-small;
	display: block;
	clear: both;
	background: url(../images/pagetop.gif) no-repeat left top;
	padding-top: 30px;
	float: left;
	padding-bottom: 30px;
}

a.download {
	display: inline-block;
	margin-right: 1em;
	margin-left: 1em;
}

h2 {
	clear: both;
	margin-bottom: 0;
	margin-top: 2.2em;
}

h3 {
	clear: both;
	float: none;
}

hr {
	clear: both;
}

h4.film {
	margin-top: 30px;
}

.mitte {
	margin: auto;
	display: block;
	text-align: center;
	font-size: small;
}

a.minibild {
	font-size: small;
	text-decoration: none;
	color: black;
	display: inline-block;
	width: 180px;
	height: 170px;
	text-align: center;
	vertical-align: top;
}

a.minibild img {
	-webkit-box-shadow: 4px 4px 8px gray;
	-moz-box-shadow: 4px 4px 8px gray;
	margin-bottom: 8px;
}

#Inhaltsrahmen a {
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
}

#Inhaltsrahmen a:hover {
	text-decoration: none;
	text-align: center;
	vertical-align: text-top;
	color: red;
}

h4 {
	font-weight: bold;
	text-align: left;
	font-size: medium;
	margin: 16px 0;
}

div.waitankungbuch {
	display: block;
	vertical-align: baseline;
	font-size: x-small;
	width: 25em;
	text-align: center;
}

object {
	border-style: none;
	background-color: transparent;
	-webkit-box-shadow: 6px 6px 10px #99cccc;
	-moz-box-shadow: 6px 6px 10px #99cccc;
}
