/**
 * Dieser historische Stil ungefähr aus den Jahren 2007-2009 wurde im Jahr 2019
 * leicht modernisiert durch Johannes Ranke
 */

body {
  background-color: #307864;
  background-image: url('../img/wendeleinen.jpg'), url('../img/kacheln.jpg');
  background-size: 2048px, 400px;
  background-repeat: no-repeat, repeat;
  font-family: Lucida Grande,Verdana,Arial,Helvetica,sans serif;
  margin:0px;
}

h1 {
  font-size: 25px;
  margin-bottom: -5px;
}

.line{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom-color: rgb(71, 71, 187);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.statistic_name {
    font-weight: bold;
}

.hint {
    margin-bottom:15px;
}

.hint_header {
    font-size:16px
}
.hint_content {
    margin-left: 15px;
}

.hint_content p {
    margin: 0px;
}

.hint li {
    margin-left: -15px;
}

.hint_author {
    margin-top: 5px;
}

.page{
  margin-left:auto;
  margin-right:auto;
  width:770px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page_container {
  margin-left:auto;
  margin-right:auto;

  background-color: blue;
}

.page_content {
  background-color: white;
  margin-left: 170px;
  border: 1px solid #4747BB;
}

.content {
  padding:10px 10px 10px 10px;
  color: rgb(71,71,187);
  font-size: 12px;
  line-height: 2;
}

a, a:link, a:visited, a:active, a:focus {
  font-weight: bold;
  color: rgb(71,71,187);
  text-decoration: normal;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: rgb(71,71,187);
}

.navi_item {
  font-weight: bold;
  color: rgb(71,71,187);
  padding: 6px 0px 6px 10px;
  text-decoration: none;
  font-size: 13px;
  display: block;
}

.navi_item a:hover{
  background-color: rgb(138,140,240);
  color: white;
}

.navi_item:hover, .navi_item_sub:hover {
  background-color: rgb(138,140,240);
  color: white;
}

.side_item{
  font-weight: bold;
  color: rgb(71,71,187);
  padding: 6px 0px 6px 10px;
  text-decoration: none;
  font-size: 13px;
  display: block;
}

.navi_item_sub {
  font-weight: bold;
  color: rgb(71,71,187);
  padding: 6px 0px 6px 25px;
  text-decoration: none;
  font-size: 10px;
  display: block;
}

.navi_list {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:8px;
  padding:0px;
  color: rgb(71,71,187);
}

.sidebar_nav {
  width: 150px;
    border: 1px solid #4747BB;
  background-color: white;
  margin-bottom: 15px;
}

.sidebar {
  float: left;
  width: 150px;
}

.navi {
  background-color: white;

  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.logo_img {
  float: left;
  margin-left: 16px;
  margin-top: 8px;
  height:100px;
}

.logo_txt {
  color:white;
  font-size:36px;
  font-style:italic;
  font-weight:bold;

  padding-left:175px;
  padding-top:10px;
}

.header {
  background-image:url(../img/top.jpg);
  background-repeat:repeat-x;
  height:115px;
  color:white;
  font-size:36px;
  font-style:italic;
  font-weight:bold;
  border: 1px solid #4747BB;
  margin-bottom: 30px;
}

.bottom {
  background-image:url(../img/bottom.jpg);
  background-repeat:repeat-x;
  bottom:0px;
  color:#CCCCCC;
  font-size:11px;
  height:21px;
  padding-top: 7px;
  margin-top: 10px;
  text-align:center;
  width:100%;
}

.bottom a {
  color:#CCCCCC;
}

.newsBody {
  border: 1px solid #4747BB;
  margin-bottom: 8px;
}

.newsHead {
  background-image:url(../img/head.jpg);
  background-repeat:repeat-x;
  display: block;
  padding: 2px 4px 2px 10px;
  height: 28px;
  color: white;
  text-decoration: none;
}

.highlight {
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin: -10px -20px 0px -20px;
    color: white;
    background-color: #5461FF;
}

.newsHeadOpen {
    border-bottom: 1px solid #5B67C5;
}

.newsTitle {
  font-size:16px;
  font-weight:bold;
  padding-left:12px;
  color: white;
}

.newsItem {
  padding: 7px;
  font-family: Lucida Grande,Verdana,Arial,Helvetica,sans serif !important;
  font-size: 12px !important;
}
