
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

td {
  font-size: 10pt;
  text-align: justify;
}

th {
  font-size: 10pt;
}

h1 {
	font-size: 16pt;
	color: #333B86;
	text-align:center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

h2 {
	font-size: 16pt;
	color: #333B86;
	text-align:center;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}

h3 {
	font-size: 10pt;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #333B86;
}

h4 {
  font-size: 12pt;
	color: #333B86;
	text-align:center;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*color: #474F99;*/
	color: #333B86;
}

h6 {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
  margin-top: 20px;
}

.zentriert {
  text-align: center;
}

.rechts {
  text-align: right;
}

.links {
  text-align: left;
}

.fehler {
  color:#ff0000;
  font-weight: bold;
}

.farbedrei {
  color: #00779F;
}

.fett {
  font-weight: bold;  
}

.klein {
  font-size: 8pt;
}

.kursiv {
  font-style: italic;
}

a {
	color: #333B86;
	text-decoration: underline;
}


a:hover {
	text-decoration: none;
}

a img {
  border: 0px;
}

div#topbar {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

div#topbar a {
	font-size: 10pt;
}

div#bottombar {
	font-size: 8pt;
	padding: 3px;
	text-align: center;
}

span.totop, p.back {
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

span.totop a , p.back a{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.notopspacing {
	padding-top: 0px;
	margin-top: 0px;
}

.nowrap { white-space: nowrap; }

p.back {
  text-align: center;
}

div#newscontainer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#newscontainer h5 {
  margin-top: 0px;
}

div#newscontainer div {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: justify;
  border: 1px dotted #000000;
  padding: 5px;
}

table.gerahmt {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

table.gerahmt td, table.gerahmt th {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

table.zellenzentriert td  {
  text-align: center;
}

table.zellenlinks td  {
  text-align: left;
}

table.zentriert .blockzentriert {
  margin-left: auto;
  margin-right: auto;
}

div.table {
  display: table;
}

div.tr {
  display: table-row;
}

div.td {
  display: table-cell;
}

table.valigntop td, table.valigntop tr, table.valigntop th {
  vertical-align: top;
}