/*
 * Allgemeine Seitendefinitionen
 * Diese Definition sind auf jeder Seite relevant
 */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	background-color: rgb(243,242,247);
}

div#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -290px; /* half of wrapper's height */
	float: left;
}

div#wrapper {
	position: relative;
	width: 770px;
	height: 580px;
	clear: left;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	border: 1px solid rgb(0,0,0);
	background: url(../images/background.jpg);
}

/* Einstellungen des Menus */
div#menu {
	width: 199px;
	margin-top: 109px;
	padding-top: 30px;
	float: left;
	font-size: 8pt;
	font-weight: bold;
}

div#menu div.space {
	height: 15px;
}
div#menu div.item {
	padding: 5px 0px 5px 27px;
	margin-bottom: 10px;
	background: rgb(0,61,115);
}
div#menu div.item_selected {
	padding: 5px 0px 5px 27px;
	margin-bottom: 10px;
	background: rgb(101,196,175);
}
div#menu a {
	text-decoration: none;
}
div#menu div.item a:link,
div#menu div.item a:visited {
	color: rgb(255,255,255);
}
div#menu div.item a:hover,
div#menu div.item a:focus,
div#menu div.item a:active {
	color: rgb(101,196,175);
}
div#menu div.item_selected a:link,
div#menu div.item_selected a:visited {
	color: rgb(0,0,0);
}
div#menu div.item_selected a:hover,
div#menu div.item_selected a:focus,
div#menu div.item_selected a:active {
	color: rgb(255,255,255);
}

/* Einstellungen des Footers */
div#footer {
	height: 16px;
	overflow: hidden;
	clear: both;
	text-align: right;
	font-size: 7pt;
	padding: 2px 3px 0px 3px;
	background-color: rgb(0,61,115);
}
div#footer a {
	text-decoration: none;
}
div#footer a:link,
div#footer a:visited {
	color: rgb(255,255,255);
}
div#footer a:hover,
div#footer a:focus,
div#footer a:active {
	color: rgb(101,196,175);
}
div#footer div.left {
	float: left;
}

/* Globale Navigations-Eigenschaften */
div.navigation {
	position: absolute;
	right: 0px;
	font-size: 7pt;
	background-color: rgb(0,61,115);
}
div.navigation div.back {
	padding: 3px 10px;
	border-right: 1px solid rgb(255,255,255);
	float: left;
}
div.navigation div.overview {
	padding: 3px 10px;
	float: left;
}
div.navigation div.next {
	padding: 3px 10px;
	border-left: 1px solid rgb(255,255,255);
	float: left;
}
div.navigation a {
	text-decoration: none;
	font-weight: bold;
}
div.navigation a:link,
div.navigation a:visited {
	color: rgb(255,255,255);
}
div.navigation a:hover,
div.navigation a:focus,
div.navigation a:active {
	color: rgb(101,196,175);
}

/* Einstellungen für Content */
div#content {
	margin-top: 108px;
	width: 520px;
	height: 456px;
	overflow: auto;
	float: right;
}

div#content div#content_padding {
	padding: 30px 30px 10px 5px;
}

a img {
	border: 0px;
}

a:link,
a:visited {
	color: rgb(0,61,115);
	text-decoration: underline;
}
a:hover,
a:focus,
a:active {
	color: rgb(0,0,255);
	text-decoration: none;
}

h1 {
	color: rgb(0,0,0);
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
h3 {
}
h4 {
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h5 {
	font-size: 9pt;
	font-weight: bold;
	margin: 5px 0px 1px 10px;
	font-style: italic;
}
p {
	text-align: justify;
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul li {
	color: rgb(101,196,175);
	padding-bottom: 2px;
}
ul li span {
	color: rgb(0,0,0);
}

/* Globale Tabellen-Eigenschaften */
table {
	width: 464px;
	font-size: 8pt;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
}
thead {
	color: rgb(0,0,153);
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
td {
	vertical-align: middle;
}

/*
 * Popup-Einstellungen
 * Diese Definition sind nur in neu geöffneten Fenstern relevant
 */
body#standalone {
	height: auto;
	margin: 10px;
	text-align: center;
}
div#standaloneWrapper {
	width: 600px;
	margin: 0px auto;
	text-align: left;
}