#display_mode {
  margin           : 0px;
  margin-top       : 10px;
  margin-right     : 10px;
  text-align       : right;
}

#content {
  margin           : 0px;
  padding          : 5px;
  padding-right    : 15px;
}

#footer {
  padding-top      : 40px;
}

.copyright {
  padding-top      : 30px;
  font-size        : 8pt;
  color            : #EEEEEE;
}

.footnote {
  font-size        : 8pt;
  color            : #666666;
}

.footnote a {
  font-size        : 8pt;
}

.topics {
/*
  height           : 200px;
  max-height       : 200px;
  float            : left;
  width            : 800px;
*/
  float            : left;
  margin           : 5px 0px;
  padding-right    : 15px;
  width            : 190px;
  min-width        : 190px;
}

.topic {
  width            : 160px;
/*
  float            : left;
  margin           : 5px 0px;
  padding-right    : 15px;
  width            : 160px;
  min-width        : 160px;
*/
}

.go2anchor,
.topic,
.item {
  padding-left        : 15px;
  background-image    : url(./images/arrow_right.gif);
  background-repeat   : no-repeat;
  background-position : 0px 0px;
}

.news {
  margin              : 10px 0px;
}

.news_date {
  font-weight         : bold;
  color               : #00869A;
}


.tip {
  font-size        : 7pt;
  color            : #666666;
}

.label_small {
  font-size        : 8pt;
  color            : #666666;
}

.FormButton {
  text-align       : center;
  padding          : 2px;
  margin           : 1px;
  border           : 1px solid #333333;
  font-style       : normal;
  line-height      : normal;
  font-weight      : normal;
  font-variant     : normal;
  text-transform   : none;
  text-decoration  : none;
  height           : auto;
  width            : auto;
}

.FormButton {
  font-size        : 8pt;
  font-weight      : bold;
  color            : #FAFAFA;
  background-color : #00869A;
}

span.FormButton:hover,
.FormButton:hover {
  color            : #00869A;
  background-color : #FAFAFA;
}

span.FormButton {
  padding-left     : 6px;
  padding-right    : 6px;
}


.align-top {
  vertical-align : top;
  margin:-2px;
}

.align-right { text-align : right; }
.no_float   { clear : both; }

.mandatory {
  color: red;
  font-weight: bold;
  font-size: 15px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
select,
textarea,
input {
  font-family      : Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size        : 9pt;
}

body {
  margin           : 0px;
  padding          : 0px;
}

select,
textarea,
input {
  max-width        : 350px;
}

select {
  min-width        : 150px;
}

select,
textarea,
input {
  max-width        : 350px;
  vertical-align   : middle;
  margin           : 2px 0px;
  padding          : 0px;
}

form,
img {
/*
  border           : 1px solid #000000;
*/
  border           : 0px none #FFFFFF;
  margin           : 0px;
  padding          : 0px;
}

p,
br {
  margin           : 3px 0px;
  padding          : 0px;
}

h1,
h2,
h3,
h4 {
  color               : #00869A;
  font-weight         : bold;
  margin              : 0px;
  margin-top          : 5px;
  padding             : 0px;
  padding-bottom      : 2px;
}

h1, h1 a { font-size : 12pt; }
h2, h2 a { font-size : 11pt; }
h3, h3 a { font-size : 11pt; }
h4, h4 a { font-size : 10pt; }

h1 {
  padding-top         : 11px;
  background-image    : url(./images/balken.gif);
  background-repeat   : no-repeat;
  background-position : 0px 0px;
}

td {
  margin           : 0px;
  padding          : 1px;
  font-size        : 9pt;
}

a {
  font-size        : 9pt;
  margin           : 0px;
  padding          : 0px;
  text-decoration  : none;
/*
  border           : 1px solid #333333;
  margin-top       : 2px;
*/
}

a:link    { color : #00869A; }
a:hover   { color : #10B5CE; }
a:active	{ color : #000000; }
a:visited { color : #00869A; }

#footer a { color : white; }

.subtitle {
  font-weight      : bold;
  margin-bottom    : 10px;
}

td.head {
  background-color : #A0B9C4;
  border           : 1px solid #333333;
  font-weight      : bold;
  padding          : 2px;
}

td.desc {
  background-color : #C2D2D9;
  border           : 1px solid #333333;
  font-weight      : bold;
  padding          : 2px;
  padding-left     : 5px;
  padding-right    : 5px;
}

.tabbed {
  width            : 100px;
}

.events th {
  font-size: 9pt;
  text-align: left;
  color: #00849C;
  border: 1px solid #00849C;
  background-color: #C2D2D9;
}

.events td {
  border: 1px solid #C2D2D9;
}

.events th,
.events td {
  padding: 1px 5px;
}

.event {
  margin-top: 20px;
  margin-bottom: 15px;
}

.event .date {
  font-weight: bold;
}