body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: url(images/background2.jpg);
  font-family: verdana, arial, sans serif;
  border-collapse: collapse;
}
body .display {
  width: 800px;
  background: white;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  margin: auto;
}
body .display .top {
  width: 800px;
  margin: 0px;
  padding: 120px 0px 0px 0px;
  border: 0px;
  background: url(images/banner2.jpg);
  background-repeat: no-repeat;
}
body .display .top .text_highlight {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #225D9C;
  text-align: center;
  color: white;
  margin: 0px;
  padding: 2px 0px;
  font-size: 80%;
}
body .display .top .text_small {

}
body .display .left {
    float: left;
    margin: 0px 0px 0px 0px;
    font-size: 50%;
}
body .display .left .menu {
    width: 150px;
    margin: 0px 00px 00px;
    padding: 0px 0px;
    /* border-left: 0px solid black;
    border-right: 1px solid black; */
}
body .display .left .menu .space {
    height: 15px;
    padding: 0px;
    border-bottom: 1px solid #bbb;
    margin: 0px 10px;
}
body .display .left .menu a {
    height: 25px;
    display: block;
    padding: 0px 10px;
    text-align: left;
    font-weight: bold;
    font-size: 150%;
    line-height: 24px;
    color: #565656;
    text-decoration: none;
    border-bottom: 1px solid #bbb;
    margin: 0px 10px;
}
body .display .left .menu a:link, a:visited {
    background-color: white;
    text-decoration: none;
}
body .display .left .menu a:hover {
    color: #0360EC;
    text-decoration: underline;
}
body .display .left .menu .active {
    background: #eee;
}
body .display .left .wetter {
    padding: 20px 20px 15px;
}
body .display .mid {
    float: left;
}
body .display .mid .shortlinks {
    border: 1px dotted #999;
    padding: 2px 10px 3px 10px;
    width: 430px;
    margin: 10px;
    font-size: 70%;
}
body .display .mid .shortlinks a {
    color: black;
    text-decoration: none;
}
body .display .mid .shortlinks a:hover {
    color: #0360EC;
    text-decoration: underline;
}
body .display .mid .box {
    width: 450px;
    border: 1px solid black;
    margin: 10px 10px 2px 10px;
}
body .display .mid .box .title {
    background: #14316F;
    border-bottom: 1px solid black;
    padding: 3px 5px;
    color: white;
    font-weight: bold;
    font-size: 80%;
}
body .display .mid .box .content {
    padding: 8px 5px 1px 5px;
    background: #CAD9FB;
    font-size: 80%;
    line-height: 18px;
}
body .display .mid .box .content .headline {
    margin: 0px 15px 10px 20px;
    font-size: 110%;
    list-style-type: square;
}
body .display .mid .box .content .mainimage {
    float: left;
    margin: 0px 5px 5px 0px;
}
body .display .mid .box .content .image_type2 {
    border: 1px solid black;
    margin: 0px 5px 5px 70px;
}
body .display .mid .box .content .bigimage {
    border: 1px solid black;
    margin: 0px 0px 5px 8px;
}
body .display .mid .box .content .pdf a {
    background-image: url(images/pdf_icon.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 6px 0px 6px 30px;
    margin-bottom: 0px;
    border: 0px;
    display: block;
}
body .display .mid .box .content .pdf_left {
    width: 210px;
    float: left;
}
body .display .mid .box .content .pdf_right {
    width: 210px;
    float: left;
}
body .display .mid .box .content .pdf_left a:hover {
    border: 0px;
}
body .display .mid .box .content .pdf_right {
    height: 30px;
    vertical-align: middle;
}

body .display .mid .box .content a {
    color: black;
    text-decoration: none;
    background: #CAD9FB;
}
body .display .mid .box .content a:hover {
    color: blue;
    text-decoration: underline;
}
body .display .mid .box .content li {
    margin-bottom: 5px;
}
body .display .mid .box .content .footline {
    clear: both;
    width: 100%;
    border-top: 1px solid #777;
    font-size: 70%;
    text-align: right;
    color: #777;
    margin-top: 5px;
}
body .display .mid .up {
    margin-bottom: 10px;
    font-size: 70%;
    margin: 0px 0px 5px 10px;
}
body .display .mid .up a {
    color: black;
    text-decoration: none;
}
body .display .mid .up a:hover {
    text-decoration: underline;
    color: blue;
}
body .display .right {
    float: left;
}
body .display .right .info {
    width: 150px;
    margin: 10px;
}
body .display .right .info .title {
    background: #8C8C8C;
    height: 15px;
    border-bottom: 1px solid white;
    padding: 1px 3px;
    color: white;
    font-weight: bold;
    font-size: 70%;
}
body .display .right .info .content {
    padding: 5px;
    background: #D2D2D2;
    font-size: 70%;
    text-align: center;
}
body .display .right .info .content b {
    display: block;
}
body .display .right .info .content a {
    text-decoration: none;
    background: #D2D2D2;
    color: black;
}
body .display .right .info .content a:hover {
    background: #D2D2D2;
    color: blue;
    text-decoration: underline;
}
body .display .right .info .content img {
    border: 1px solid black;
    margin: 10px 0px 0px 0px;
}
body .display .right .info .content p {
    margin: 0px 0px 0px 0px;
}
body .display .bottom {
  clear: both;
  width: 100%;
  text-align: right;
  border-top: 1px solid #bbb;
  margin-top: 20px;
  font-size: 70%;
  color: #888;
  padding: 2px 0px;
}
body .display .bottom p {
  margin: 0px 10px 0px 0px;
}
body .display .bottom a {
  color: #888;
  text-decoration: none;
}
body .display .bottom a:hover {
  color: blue;
  text-decoration: underline;
