body {
  color: #04043A; 
  background-color: #F7F7FF;
  border-color: #DCDAF8;
  text-align: left;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; 
  padding: 0 0 2em 0;
  min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

div#wrapper {
  width: 100%;
  max-width: 1000px;
/*   background: url(../grafiken/info-bg.png) top right repeat-y; */
  background-color: white;
  border-width: 0 1px 0 0;
  border-style: none;
  border-color: silver;
  margin: 0 auto;
  padding: 0;
}

p {
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: justify;
}


/* Bereich oben */

div#Top {
  width: 100%;
/*   height: 120px; */
  padding: 0;
  margin: 0;
  border-bottom: 0px solid silver;
  background-color: #04043A;
}

div#Top-Logo {
  width: 100%;
  max-width: 1000px;
  height: 75px;
  margin: 0 auto;
  padding: 0;
  background: url(../grafiken/top-right.png) top right no-repeat;
  background-color: #FFEFA0;
  border-style: none;
  border-color: silver;
  border-width: 0 1px;
}

div#Top-Logo img {
  border-style: none;
  border-width: 0;
}

/* Zweites Menue */

div#Menue2 {
  width: 65%;
  font-size: 0.7em;
  color: white;
  margin: 0; 
  padding: 0.4em 0;
  text-align: right;
  background-color: #A00000;
  border-width: 0 1px 1px 0;
/*   border-color: silver; */
  border-style: none;
}

div#Menue2 a {
/*   min-width: 90px; */
  color: white;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  margin: 0 1.5em;
}

div#Menue2 a:hover {
/*   color: blue; */
/*   text-decoration: none; */
/*   font-style: normal; */
/*   font-weight: bold; */
/*   margin: 0 1em; */
}

div#Menue3 {
  width: 100%;
  font-size: 0.9em;
  color: #000036;
  margin: 0; 
  padding: 0.4em 0;
  text-align: left;
/*   background-color: #FFA400; */
  border-width: 0 1px 1px 0;
/*   border-color: silver; */
  border-style: none;
}

div#Menue3 a {
/*   min-width: 90px; */
  margin: 1.5em;
  color: #000036;
  text-decoration: none;
/*   font-style: italic; */
  font-weight: normal;
}


/* Infokasten */

div#Info {
  font-size: 0.9em;
  float: right;
  width: 35%;
/*   min-height: 500px; */
  margin: 0; 
  padding: 0;
/*   background-color: #F7F7FF; */
  border-top: 1px solid #A00000;
  overflow: hidden;
}
div#Info h2 {
/*   background-color: #000036; */
  color: #000036;
  font-weight: bold;
  font-size: 1.33em;
  margin-bottom: 1em;
}
div#Info a {
  color: #0D0695;
  text-decoration: none;
  font-weight: normal;
}
div#Info a:hover {
  color: #0D0695;
  text-decoration: underline;
  font-weight: normal;
}

div#Info p.readon {
  float: right;
  text-align: right;
  margin: 0;
}

div#Aktuelles {
  clear: both;
  padding: 1em 2em 0 2em;
}

div#Aktuelles h3 {
  font-size: 0.9em;
  margin: 1.8em 0 0 0;
  padding: 0;
}

div#Aktuelles p {
  clear: both;
  color: #000036;
  font-size: 0.85em;
  line-height: 1.2em;
/*   text-align: left; */
  margin: 0.3em 0 0 0;
/*   background: url(../grafiken/info-icon.png) bottom right no-repeat; */
}


/* Inhaltsbereich */

div#Inhalt {
  width: 65%;
  padding: 0;
  background-color: white;
}

div#Inhalt h1 {
  font-size: 1.2em;
  margin: 1.5em 0 0.7em 0; 
  padding: 0;
  text-align: left;
  color: #000036;
/*   border-bottom: 1px solid silver; */
}

div#Inhalt h2 {
  font-size: 1em;
  margin: 1.2em 0 0.7em 0; 
  padding: 0;
  text-align: left;
  color: #000036;
}

div#Inhalt h3 {
  font-size: 1em;
  margin: 1.2em 0 0 0; 
  padding: 0;
  text-align: left;
  color: #000036;
}

div.Container {
  padding-left: 25px;
  padding-top:0px;
  padding-right: 25px;
}

a img {
  border-style: none;
}

/* Erfolgsgeschichten */

ul.success-short {
  padding: 0 0.5em;
}

ul.success-short li {
  font-size: 0.9em;
  vertical-align: top;
/*   padding: 0.2em 0; */
  margin: 0.5em 0;
}


/* Fusszeile */

div#Fusszeile {
  clear: both;
  font-size: 0.75em;
  margin: 0;
  padding: 0.5em 2em;
  text-align: right;
/*   background: url(../grafiken/footer-bg.png) top right repeat-y; */
  background-color: white;
  border-width: 1px 0;
  border-color: #DCDAF8;
  border-style: solid;
  color: #000036;
}

/* weitere */

h3 {
  font-size: 1em;
  font-weight: bold;
  color: #000036;
  margin: 0.4em 0 0.1em 0;
}

a, a:link {
  color: #0D0695;
  text-decoration: none;
}

a:hover {
  color: #0D0695;
  text-decoration: underline;
}

.readon-right {
  text-align: right;
}

.center {
  width: 100%;
  text-align: center;
}

.right {
  text-align: right;
}

.float-left {
 float: left;
}

code {
  font-size: 1em;
}

table.list {
  margin: 1em 0;
}

/* Homepage */

p.welcome {
  display: none;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
/*   margin: 2em; */
}

.frontimg {
 margin: 0;
 padding: 0;
 background: #FFFFFF url('../grafiken/teaser-front.jpg');
 width: 599px;
 height: 193px;
 float:right;
 text-align:left;
}

.frontimg_text {
 color: #1122A0;
 position:relative;
 top:45px;
}

.small_block {
 font-size:13px;
 text-align: justify;
}

teaser_row {
 padding: 5px;
}
