body {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../images/body.gif) repeat-y;
}

#sonne {
	background: url(../images/Sonne.jpg) no-repeat;
	width: 330px;
	height: 350px;
	float: right;
	z-index: 1;
}

#sonne h1 {
	font-size: 1.0em;
	margin-top: 15px;
	color: #1f82c0;
	text-align: right;
	margin-right: 10px;
}

#sonne a {
	text-decoration: none;
	color: #1f82c0;
}

#sonne a:hover {
	text-decoration: none;
	color: #ffbf00;
	background: #1f82c0;
}

#header {
	height: 200px;
	background: url(../images/Klammer.jpg) no-repeat;
	margin: 0;
	padding: 0;
	clear: none;
	position: absolute;
	z-index: 0;
}

#header h1 {
	font-size: 1.0em;
	margin-left: 350px;
	margin-top: 15px;
	color: #1f82c0;
}

#header a {
	text-decoration: none;
	color: #ffbf00;
}

#header a:hover {
	text-decoration: none;
	color: #1f82c0;
	background: #ffbf00;
}

#leftmargin {
	position: absolute;
	top: 215px;
	width: 300px;
	visibility: visible;
	height: 635px;
}

#leftmargin p {
	font-size: 0.8em;
	margin-top: 0;
}

#leftmargin img {
	margin-bottom: 15px;
}

#leftmargin img.portrait {
	width: 150px;
	height: 150px;
	margin-right: 10px;
	margin-bottom: 0;
}

#content {
	position: absolute;
	top: 250px;
	left: 350px;
	width: 50%;
}

#content img {
	width: 140px;
	height: 140px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

#content h1 {
	font-weight: bold;
	color: #1f82c0;
	font-size: 1.5em;
}

#content p {
	font-size: 0.8em;
}

#content ul {
	font-size: 0.8em;
}

#content a {
	color: #1f82c0;
}

#content a:hover {
	color: #1f82c0;
	background: #ffbf00;
}

.kasten {
	color: black;
	background-color: #ffbf00;
	padding: 10px;
}
