﻿body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;	
}
a {
	color: #316293;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}




#kopf {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	background-color: #316293;
	margin: 0px 0px 30px 0px;
}
.kopfTabelle {
	width: 100%;
	height: 100%;
}
.kopfObenLinks {
	padding-left: 20px;
}
.kopfUntenLinks {
	padding-left: 20px;
	background-color: #cdf;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
}
.kopfUntenLinks a{
	color: #FFFFFF;
	text-decoration: none;
}
.kopfObenRechts {
	text-align: right;
}
.kopfUntenRechts {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	background-color: #cdf;
}
.bildRahmenlos {
	border-width: 0px;
}



#containerInhalt {
	position:relative;
	width:100%;
}
#navigation {
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
	width: 150px;
	border-right-style: dashed;
	border-right-width: thin;
	border-right-color: #CCCCCC;
}
#navigation ul{
	font-weight: normal;
	line-height: 1.7em;
	list-style-type:none;
	margin-left:10px;
	padding-left:10px;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #316293;
}



#inhalt {
	margin: 0px 0px 25px 220px;
	padding: 0;
}
.inhaltstabelle {
	width: 99%;
}
.inhaltstabelle_linkeSpalte {
	width: 600px;
}
.inhaltstabelle_rechteSpalte {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: bottom;
}
h2 {
	font-size: large;
	font-weight: bold;
}
.tabelleMitRand {
	width: 99%;
	border-collapse: collapse;
	border-width: 0px;
}
.tabelleMitRand td {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
}


#fuss {
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}
#fuss a {
	color: #000000;
	text-decoration: underline;
}
#fuss a:hover {
	text-decoration: none;
}
.fussTabelle {
	width: 100%;
	height: 100%;
}
.fussObenLinks {
	padding-left: 20px;
	background-color: #316293;
}
.fussUntenLinks {
	padding-left: 20px;
	background-color: #cdf;
}
.fussObenRechts {
	text-align: right;
	background-color: #316293;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	padding-right: 20px;
}
.fussUntenRechts {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	background-color: #cdf;
	font-size: xx-small;
	line-height: 1.4em;
}
