
/** Allgemeine Elementanweisungen */

body {
  background: #FFF;
  color: #000;
  font-family: verdana, arial, sans-serif;
  font-size: 100.01%;
  margin: 0;
  padding: 0 20px 20px 30px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

ul { list-style: none; }

img {
  border: none;
  vertical-align: bottom;
}

input, textarea, select { font-size: 1em; }

a { text-decoration: underline; }

abbr,
acronym {
  font-style: normal;
  text-decoration: none;
  border-bottom: none;
}

hr { display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Allgemeine Klassen */

.stopFloat {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Ausblenden */

#sprunglinks,
#kopfgrafik,
#kopf h1,
#kopf h2,
#bankenmenue,
#sprachauswahl-rss,
#suche,
#hauptmenue,
.nach-oben,
a.mehr,
.funktionen,
.noprint,
.glossar-navi,
.treffer-sortieren,
.blaettern,
#fuss {
  display: none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/
/** Inhalte */

#logo {
  float: right;
  margin-left: 20px;
}

#breadcrumb p {
  font-size: .7em;
  padding-top: .3em;
}

#breadcrumb strong {
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
  line-height: 1.2em;
  padding-top: 5px;
  margin: 0 0 .5em 0;
  clear: both;
}

/* vorher war es  margin-top: .8em; */
#rechteSpalte h2 {
  display: none;
}
  
h3 {
  font-size: .95em;
  line-height: 1.2em;
  margin: 1.5em 0 .5em 0;
}

.teaser h3 {
  font-size: .7em;
  line-height: 1.4em;
  margin-bottom: 0;
}

h4 {
  font-size: .8em;
  line-height: 1.4em;
  margin: .7em 0 0 0;
}

.teaser h4 {
  font-size: .9em;
  line-height: 1.2em;
  margin: .05em 0 .5em 0;
}

p {
  font-size: .8em;
  line-height: 1.4em;
  margin: 0 0 .7em 0;
}

.teaser img {
  float: left;
  margin: 0 10px 10px 0;
}

/* Listen */

ul, ol {
  font-size: .8em;
  list-style-type: disc;
  margin-left: 25px;
}

li {
  margin: .7em 0;
}

ul ul,
ul ol,
ol ol,
ol ul,
ul p,
ol p {
  font-size: 1em;
}

/* Links */

a:link,
a:visited {
  color: #000;
}

a:hover,
a:focus,
a:active {
  background: #DAE7EE;
}

#breadcrumb a:link,
#breadcrumb a:visited,
.teaser h4 a:link,
.teaser h4 a:visited {
  text-decoration: none;
}

/* Tabellen */

table {
  border: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  font-size: .8em;
  padding: 2px 5px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #999;
}

th p,
td p {
  font-size: 1em;
  margin: 0 0 .3em 0;
}


/* Linien */

div.linie {
  clear: both;
  border-top: 1px solid #999;
  margin: 1.2em 0 1em 0;
}

#rechteSpalte {
  border-top: 1px solid #999;
  margin-top: 3em;
  clear: both; 
}

#rechteSpalte .box {
  padding-bottom: 14px;
  border-bottom: 1px solid #999;  
}

fieldset {
  padding: 5px 10px;
  border: 1px solid #999;
  margin: 15px 0;
}

legend {
  font-size: .8em;
  font-weight: bold;
  padding: 0 5px;
}

/* Logos in Pressemitteilungen */

div.presse-logos p.links {
  float: left;
  width: 60%;
}

div.presse-logos p.rechts {
  float: right;
  width: 29%;
  text-align: right;
}

div.presse-logos p {
  margin: 25px 0 0 0;
}

/* Bildunterschrift */

p.bildunterschrift {
	font-size: .7em;
	margin-top: -8px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * **/

