* { padding: 0; margin: 0; }
img { border: 0 }

body {
	position: relative;
	width: 42em;
	margin: 14px auto;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}

h1 {
	margin: 0 0 15px;
	height: 28px;
	background: transparent url(../img/text-logo.gif) 0 3px no-repeat;
}
h1 span { display: none }

h2 {
	margin-bottom: 14px;
	color: #777;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	margin-bottom: 8px;
	color: #888;
	font-size: 16px;
	font-weight: normal;
}

p { line-height: 17px; margin-bottom: 15px; }
p.highlight { background: #effcd1; padding: 5px; }

a { color: #155199; }

table { margin-bottom: 10px; width: 100%; border-collapse: collapse; }

th { text-align: left; border-bottom: 1px solid #aaa; }
td, th { padding: 3px 0; }

tr.divide td { border-bottom: 1px solid #ccc; }

.person {
	float: left;
	width: 200px;
	padding-right: 50px;
	margin-bottom: 30px;
}

#fensterart {
	position: absolute;
	top: 0;
	left: -95px;
}

#navigation {
	list-style: none;
	margin-bottom: 22px;
	padding: 8px 1px 7px;
	background: #effcd1;
	border-bottom: 1px solid #e86e59;
}
#navigation li {
	display: inline;
	width: auto;
	margin: 0 3px;
}
#navigation a, #navigation a:link {
	padding: 8px 0 5px;
	color: black;
	text-decoration: none;
}
#navigation a:hover {
	color: #155199;
	border-bottom: 2px solid #e86e59;
}
a.current { border-bottom: 2px solid #e86e59; }

#content { clear: both }
#content ul { margin: 0 0 15px 40px; list-style-type: circle; }

#footer {
	margin: 30px 0 15px;
	padding: 10px 0 0;
	color: #aaa;
	border-top: 1px solid #ccc;
}