
body {
    background-color: white;
    font-family: arial, helvetica, sans-serif;
    color: black;
  }

h2 {
    color : #4D698E;
  }

a.ueberschrift {
    font-size:larger;
  }

.bildbeschreibung {
    color: #4D698E;
    font-weight: bold;
    text-align: center;
  }

.caption {
    font-size: 12px;
    color: #666666;
  }

caption.ueberschrift {
    background-color:navy;
    color:white;
    font-weight:bold;
    font-size: 12pt;
    text-align:left;
  }

caption.ueberschrift2 {
    font-weight:bold;
    font-size: 12pt;
    text-align:center;
  }

.credit {
    font-size: 9px;
    color: #999999;
    vertical-align: top;
  }

.gelbbox {
    color: black;
    text-align=center;
    background-color:#FFFF66;
    padding:6px;
    margin:0px;
  }

.gelbtable {
    color: black;
    background-color:#526C9F;
  }

.gelbtitel {
    background-color:#526C9Fpadding:6px;
    margin:0px;
    color: black;
    font-size: larger;
    font-weight: bold;
  }

.gross {
    font-size:x-large;
  }

.klein {
    font-size: smaller;
    font-style: bold;
  }

.nav {
    padding:50;
  }

p.hinweis {
    padding-left: 0.2em;
    border-left: solid;
    border-right: solid;
    border-top: solid;
    border-bottom: solid;
    border-color: red;
    font-style:bold;
  }

table.green {
    font-weight: bold;
  }

td.ueberschrift {
    background-color: navy;
    color:yellow;
    font-weight:bold;
    font-size: 12pt;
  }

p.ueberschrift {
    background-color: navy;
    color:yellow;
    font-weight:bold;
    font-size: 12pt;
  }


.Text {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    margin-left: 15pt;
  }

.titolo {
    color: black;
    font-size: larger;
    font-weight: bold;
  }

tr.ueberschrift {	
	background-color: #4D698E;
	color:white;
	font-weight:bold;
	font-size: 10pt;
  }

.ueberschrift {
    font-weight:bold;
  }

.Untertitel {
    font-family: arial, helvetica, sans-serif;
    font-weight:bold;
    font-size: 12pt;
    color: black;
  }

a:active {
    color: #4D698E;
    text-decoration:none;
  }

a:hover,a.link:hover {
    color: #4D698E;
    text-decoration:underline;
  }

a:link {
    color: #4D698E;
    text-decoration:none;
  }

a:visited {
    color: #4D698E;
    text-decoration:none;
  }

