@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #666666;
	color: #000080;
	font-family: helvetica, arial, sans-serif;
	font-size: medium;
	min-height: 800px;
	text-align: center;
}

h1 {
	font-size: 1.55em;
}

h2 {
	color: #cccccc;
	font-size: 1.2em;
}

h3 {
	font-size: 1.25em;
	padding-bottom: 0.3em;
	padding-top: 1.4em;
}

h4 {
	font-size: 1.1em;
	padding-bottom: 0.2em;
	padding-top: 0.9em;
}

p {
	padding-bottom: 0.1em;
}

p.source {
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 1.0em;
	padding-top: 0.1em;
	text-align: right;
}

table {
	border-spacing: 0;
	width: 98%;
}

td {
	vertical-align: top;
}

td.odd {
	border-bottom: 1px dotted #000080;
	padding: 5px 10px 5px 10px;
}

td.even {
	background-color: #e8e8e8;
	border-bottom: 1px dotted #000080;
	padding: 5px 10px 5px 10px;
}

td.picture {
	height: 210px;
	text-align: center;
	vertical-align: bottom;
}

td.footnote {
	font-size: small;
	padding: 0 5px 3px 5px;
	text-align: center;
}

td.picture a {
	color: #000080;
	height: 250px;
	width: 250px;
}

#wrapper {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
	width: 900px;
}

#header {
	background-color: #000080;
	color: #ffffff;
	overflow: hidden;
}

#headerLogo {
	margin: 15px 15px 15px 0;
	text-align: right;
}

#headerTitel {
	float: left;
	margin: 15px 0 0 15px;
	max-width: 750px;
}

#headerBar {
	background-image: url(/_elements/pictures/bildleiste.png);
	height: 25px;
}

#headerNav {
    height: 1.6em;
    position: relative;
	vertical-align: middle;
    z-index: 50;
}

#headerNav ul {
	list-style-type: none;
}

#headerNav li {
	border-right: 1px dotted #cccccc;
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	width: 170px;
}

#headerNav a:active,
#headerNav a:link,
#headerNav a:visited {
	color: #ffffff;
	display: block;
	line-height: 1.6em;
	text-decoration: none;
	width: 170px;
}

#headerNav a:hover {
	background-color: #ffffff;
	color: #000080;
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	text-decoration: none;
	width: 170px;
}

#headerNav a#currentHeaderTop {
	background-color: #cccccc;
	color: #000080;
	font-weight: 700;
	width: 170px;
}

#contentFrame {
	background-color: #cccccc;
	padding: 6px 10px 10px 10px;
}

#contentNav {
	color: #000080;
	font-size: 0.9em;
	height: 1.5em;
	vertical-align: middle;
}

#contentNav ul {
	list-style-type: none;
}

#contentNav li {
	background-color: #cccccc;
	border-right: 1px dotted #000080;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	width: 150px;
}

#contentNav a:active,
#contentNav a:link,
#contentNav a:visited {
	color: #000080;
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	width: 150px;
}

#contentNav a:hover {
	background-color: #e8e8e8;
	color: #000080;
	display: block;
	font-style: italic;
	line-height: 1.5em;
	text-decoration: none;
	width: 150px;
}

#contentNav a#currentContentTop {
	background-color: #ffffff;
	color: #000080;
	font-style: italic;
	font-weight: 700;
}

#content {
	background-color: #ffffff;
	padding: 15px;
}

#content li {
	margin-left: 15px;
	padding-bottom: 0.1em;
	padding-left: 15px;
}

#content img {
	border-width: 1px;
	height: 150px;
	margin: 18px 2px 2px 2px;
	padding: 5px;
	width: 150px;
}

#content td.odd a,
#content td.even a {
	color: #000080;
	text-decoration: underline;
}

#content td.odd a:hover,
#content td.even a:hover {
	background-color: #cccccc;
	color: #000000;
	text-decoration: none;
}

#footer {
	background-color: #000080;
	color: #ffffff;
	font-size: x-small;
	padding: 4px 0 4px 0;
	text-align: center;
}

#footer a:active,
#footer a:hover,
#footer a:link,
#footer a:visited{
	color: #ffffff;
	text-decoration: none;
}