body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul.wichtig {
	color: maroon;
	font-weight: bold;
	line-height: 20px;
}

.links {
	float: left;
	display: block;
	font-size: small;
	text-align: center;
	clear: none;
	margin-right: 2em;
	margin-bottom: 1em;
	text-decoration: none;
}

.rechts {
	margin-left: 10px;
	float: right;
}

img {
	border-style: none;
}

hr {
	width: 100%;
	clear: both;
}

/* @group Intro */

div#Introrahmen {
	margin-top: 100px;
	padding-right: 150px;
}

#Introrahmen h1 {
	padding: 20px;
	text-align: center;
}

#intro3 {
	margin-top: 20em;
}

div#Introrahmen a {
	text-decoration: none;
	color: #00659b;
}

div#Introrahmen a:hover {
	text-decoration: none;
	color: black;
	background-color: #c8cf1d;
}

/* @end */

/* @group Seitenleiste */

div#Seitenleiste {
	display: block;
	position: fixed;
	background: #c8cf1d url(images/qigong.gif) no-repeat 0 100px;
	width: 150px;
	right: 0;
	opacity: 0.8;
	top: 100px;
	bottom: 0;
}

div#Seitenleiste a:hover {
	color: purple;
}

a.pagetop {
	font-size: x-small;
	text-decoration: none;
	width: 150px;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 16px;
}

/* @end */

/* @group Navigationsleiste */

#Navigationsleiste {
	display: block;
	height: 100px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff url(images/logo.gif) no-repeat fixed left top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	z-index: 1;
	padding-left: 200px;
	overflow: hidden;
}

#Navigationsleiste p {
	display: inline-block;
	background-color: white;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	-webkit-box-shadow: 6px -3px 6px gray;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-box-shadow: 6px -3px 6px gray;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	margin: 74px 0 0;
}

#Navigationsleiste a {
	display: inline-block;
	background-color: #d5d5d5;
	text-decoration: none;
	background-image: none;
	color: #666;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	-webkit-box-shadow: 6px -3px 6px gray;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	-moz-box-shadow: 6px -3px 6px gray;
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	margin: 74px 0 0;
}

#Navigationsleiste a:hover {
	text-decoration: none;
	color: maroon;
}

/* @end */

div#Inhaltsrahmen {
	padding-right: 10em;
	padding-top: 100px;
	padding-left: 1em;
}

#Inhaltsrahmen img {
	-webkit-box-shadow: 6px 6px 40px silver;	
	-moz-box-shadow: 6px 6px 40px silver;	
}

/* My Comment */

div.lebenslauf {
	line-height: 1.2;
}

div.verknuepfung {
	display: block;
	clear: both;
	margin-bottom: 96px;
}

div.verkuepfungstext {
	padding-left: 200px;
}

/* @group Notizzettel */

#Inhaltsrahmen h2 {
	margin-top: 2em;
	clear: right;
}

#Inhaltsrahmen div.notizzettel {
	background-color: #fbffa9;
	-webkit-box-shadow: gray 8px 8px 12px;
	-moz-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.notiz {
	padding-bottom: 16px;
	margin: auto;
}

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

/* @end */
