
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	text-align: center;
	font-size: 100.01%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #002b55;
}

div#container {
	text-align: left;
	margin: 0 auto;	
	width: 47.5em;
	background-color: #fffaf4;
	border: 1px solid #002b55;
	padding: 0.4em;
}

div#logo {
	float: left;
	width: 47.5em;
	height: 135px;
	background-image: url(../grafik/logo.jpg); background-repeat: no-repeat;
	margin: 0 0 0.5em 0;
}

div#quicknav {
	text-align: right;
	font-size: 0.7em;
	line-height: 1em;
	margin: 0 2em 0 0;
}

div#header {
	text-align: right;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 3.5em 2em 0 19em;
}

div#navigation {
	clear: both;
	float: left;
	font-size: 0.7em;
	width: 19em;
	background-color: #f4faff;
	border-top: 1px dotted #002b55;
	border-bottom: 1px dotted #002b55;
	padding: 0.3em;
	margin: 0 0 1em 0.3em;
}

div#inhalt {
	float: left;
	width: 44em;
	font-size: 0.7em;
	padding: 1.5em 1em 0.5em 2em;
}

div#footer {
	clear: both;
	width: 66em;
	font-size: 0.7em;
	text-align: right;
	background-color: #f4faff;
	border-top: 1px dotted #002b55;
	border-bottom: 1px dotted #002b55;	
	padding: 0.5em;
	margin: 0 auto;
}

div.absatz {
	border-bottom: 1px solid #002b55;
	margin: 0 0 2em 0;
	padding-bottom: 0.5em;
}

p {
	margin-bottom: 0.6em;
}

div#inhalt h1 {
	font-size: 1.3em;
	margin-bottom: 1em;
}

div#inhalt h2 {
	font-size: 1.2em;
	margin-bottom: 0.75em;
}

div#inhalt h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;	
}

div#inhalt h4 {
	font-size: 1em;
	margin-bottom: 0.5em;	
}

div.left {
	text-align: left;
	margin-bottom: 1em;
}

div.center {
	text-align: center;
	margin-bottom: 1em;	
}

div.right {
	text-align: right;
	margin-bottom: 1em;	
}

img {
	border: 0px;
}

img#email {
	margin-bottom: -0.2em;
}

pre {
	font-size: 9pt;
	margin-bottom: 0.6em;
}

ol, ul {
	margin: 10px 0px 10px 20px;
}

li {
	margin-bottom: 0.6em;
}

div.top {
	text-align: right;
	margin-top: 0.5em;
}

a:link {
	color: #9f0000;
	text-decoration: none;
}

a:visited {
	color: #9f0000;
	text-decoration: none;
}

a:hover {
	color: #ea0000;
	text-decoration: underline;
}

a:active {
	color: #ea0000;
	text-decoration: underline;
}

div#navigation a:link {
	display: block;
	text-align: center;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
	background-color: #002b55;
	border: 1px solid #002b55;
	margin: 0.4em;
	padding: 0.2em;
}

div#navigation a:visited {
	display: block;
	text-align: center;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
	background-color: #002b55;
	border: 1px solid #002b55;
	margin: 0.4em;
	padding: 0.2em;
}

div#navigation a:hover {
	display: block;
	text-align: center;
	line-height: 1.5em;
	color: #002b55;
	text-decoration: none;
	background-color: #ffd4aa;
	border: 1px solid #002b55;
	margin: 0.4em;
	padding: 0.2em;
}

div#active {
	display: block;
	text-align: center;
	line-height: 1.5em;
	color: #002b55;
	background-color: #ffffff;
	border: 1px solid #002b55;
	margin: 0.4em;
	padding: 0.2em;
}

div#footer a:hover {
	text-decoration: none;
}

td {
	padding: 0.3em;
	vertical-align: top;
	height: 2em;	
}

td.tableHead {
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
	height: 2em;
	background-color: #002b55;
}

tr.tableRowAltered {
	background-color: #ffd4aa;
}

td.tableColLeft {
	font-weight: bold;
}

