﻿/* CSS-Daten */

#inhalt1 {
  position: absolute;
  top: 126px;
  left: 240px;
  width: 708px;
  height: 452px;
  background-color: white; 
  color: black;
  overflow: auto;
  padding-left: 5px;
  padding-right: 4px;
}
#inhalt1 h1 {
  color: rgb(79,129,189);
  font-family: Arial;
  font-size: 18px;
  line-height: 18px; 
}
#inhalt1 p {
  color: black;
  font-family: Arial;
  font-size: 13px;
  line-height: 19px; 
}
#inhalt1 li {
  font-size: 13px;
  font-family: Arial;
  line-height: 18px; 
}

#anzeige {
  margin: auto;
  width: 720px;  
  height: 580px;
  background-color: white; 
  color: black;
  overflow: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid blue;
}
#anzeige h1 {
font-family: arial; color: rgb(79,129,189);
font-size: 28px;
font-weight: bold;
line-height: 28px;
}
#anzeige h2 {
font-family: arial; color: rgb(79,129,189);
font-size: 18px;
font-weight: bold;
line-height: 18px;
}
#anzeige h3 {
font-family: arial; color: rgb(79,129,189);
font-size: 16px;
font-weight: bold;
line-height: 18px;
}
#anzeige h4 {
font-family: arial; color: blue;
font-size: 14px;
font-weight: normal;
line-height: 18px;
font-style: italic;
}
#anzeige p {
font-family: arial; color: black);
font-size: 14px;
font-weight: normal;
line-height: 18px;
}
#anzeige li {
  font-size: 14px;
  font-family: Arial;
  line-height: 18px; 
}

#themen {
  font-size: 14px;
  font-family: arial;
  font-weight: normal;
}
#themen ul {
  list-style-type: none;
  margin: 0px;
  padding: 20px 0px 10px 0px;   
  list-style-position: inside;
  background-color: lightgrey;
}
#themen li {
  padding: 0px 0px 20px 20px;
}
#themen li a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
#themen a:link {
  padding: 0px 0px 0px 0px;
  color: black;
}
#themen a:visited {
  padding: 0px 0px 0px 0px;
   color: grey;
}
#themen a:focus {
  text-decoration: underline;
  color: blue;             
}
#themen a:hover {
  text-decoration: underline;
  color: red;             
}
#themen a:active {
  color: white;             
}

#bereich1 {
  position: absolute;
  top: 115px;
  left: 240px;
  width: 708px;
  height: 452px;
  background-color: transparent; 
  color: black;
  overflow: auto;
  padding-left: 5px;
  padding-right: 4px;
}
#bereich1 h1 {
  color: rgb(79,129,189);
  font-family: Arial;
  font-size: 18px;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 18px;
}
#bereich1 h2 {
  color: rgb(79,129,189);
  font-size: 16px;
  line-height: 16px;
  padding-top: 16px;
  margin-top: 11px;
  margin-bottom: 0px;
  border-top: 1px solid lightgray;
}
#bereich1 h4 {
  color: rgb(79,129,189);
  font-size: 1px;
}
#bereich1 p {
  font-size: 13px;
  padding: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
  line-height: 16px;
}
#bereich1 ul {
  list-style-type: disc;
  padding: 0px;
  margin-top: 4px;
  margin-bottom: 0px;
  list-style-position: inside;
}
#bereich1 li {
  padding: 0px 0px 0px 0px;
  font-size: 13px;
  color: black;
  line-height: 15px;
}

#bereich3 {                  
  position: absolute;
  top: 126px;
  left: 240px;
  width: 712px;
  height: 456px;
  color: black;
  overflow: hidden;
  padding-left: 5px;  
}
#bereich3 h1{
color: rgb(79,129,189);
font-size: 18px;
}
#bereich3 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;  
}
#bereich3 li {
  display: block;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  color: black;
  line-height: 18px;
}
#bereich3 a {
  text-decoration: none;
}
#bereich3 a:link, #bereich3 a:visited {
  color: gray;
}
#bereich3 a:focus, #bereich3 a:hover {
  color: red;
  text-decoration: underline;             
}

#bild {
  position: absolute;
  top: 150px;
  left: 690px;
  width: 250px;
  height: 480px;
  background-image:url(pic2.png);
  background-repeat: no-repeat;
  background-position: top;
  color: black;
  overflow: auto;
}

#bereich4 {
  position: absolute; 
  top: 126px;
  left: 240px; 
  width: 708px; 
  height: 452px; 
  background-color: transparent; 
  z-index:5; 
  color: black;
  overflow: auto;
  padding-left: 5px;
  padding-right: 4px;
}
#bereich4 h1 {
  color: rgb(79,129,189);
  font-size: 18px;
}
#bereich4 h2 {
  color: rgb(79,129,189);
  font-size: 16px;
}
#bereich4 p {
  font-size: 13px;
}
#bereich4 ul {
  list-style: disc;
  font-size: 13px;
}
#bereich4 a {  
  text-decoration: none;
}
#bereich4 a:link {
   color: blue;
}
#bereich4 a:visited { 
   color: blue;
}
#bereich4 a:focus {
  text-decoration: underline;
  color: red;             
}
#bereich4 a:hover {
  text-decoration: underline;
  color: red;             
}
#bereich4 a:active {
  color: green;             
}
