﻿body {
  background-color: #FFFFFF;
  font-family: "Arial";
}

.main1 {               /* div für den header */
 background:#000022;
 width:750px;
 height:60px;
 border-width: 0px;
 border-style:none;
 padding:0px;
 margin:auto;
 margin-bottom:0px;
 margin-top:12px;
 background-image: url(images/layout/topmost.jpg);
}

.main2 {               /* top-menu rahmen */
 background:#000022;
 background-image: url(images/layout/topleftright.gif);
 background-repeat: repeat-y;
 width: 694px;        /* 750 - 2*28 */
 border-width: 0px;
 border-style:none;
 text-align:left;
 padding-left: 28px;
 padding-right: 28px;
 padding-bottom: 0px;
 padding-top: 0px;
 margin: 0 auto;
}

.langger {             /* deutsche Fahne */
 float:left;
 margin-bottom: 2px;
 margin-top: 2px;
 border-style: solid;
 border-width: 1px;
 border-color: #FFFFFF;
 width: 40px;
 height: 20px;
}
.langeng {             /* englische Fahne */
 float:left;
 margin-left: 5px;
 margin-bottom: 2px;
 margin-top: 2px;
 border-style: solid;
 border-width: 1px;
 border-color: #FFFFFF;
 width: 40px;
 height: 20px;
}
/* Hauptmenu */
.menuiteminactivecell {
 float:left;
 height: 19px;
 padding-left: 17px;
 margin-top: 5px;
}

.menuitemactivecell {
 float:left;
 height: 19px;
 padding-left: 17px;
 margin-bottom: 5px;
}

.menuiteminactive, .menuiteminactive:visited, .menuiteminactive:active {
 color: #3676F8;
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 text-decoration: none;
}
.menuiteminactive:hover {
 color: #FF0000;
}

.menuitemactive, .menuitemactive:active, .menuitemactive:visited, .menuitemactive:hover{
 color: #78A0FA;
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 text-decoration: none;
}
.endmenu {   /* wird benötigt um den normalen Fluss am ende des Menus wiederherzustellen */
 clear: both;
}

.main3 {               /* Unterer Teil des Headers */
 background:#000022;
 background-image: url(images/layout/topbottom.jpg);
 width:750px;
 height:24px;
 border-width: 0px;
 border-style:none;
 text-align:center;
 padding:0px;
 margin:0 auto;
}

.main4 {               /* Hauptteil mit Seitenmenu und Inhalt */
 background:#000022;
 width: 750px;
 background-image: url(images/layout/mainleftright.gif);
 background-repeat: repeat-y;
 background-color:#000002;
 border-width: 0px;
 border-style:none;
 color:#FFFFFF;
 padding: 0px;
 margin:0px auto;
}
.main4menu {           /* Seitenmenu Rahmen */
 float:left;
 width: 116px;
 border-width: 0px;
 border-style: none;
 text-align: left;
 vertical-align: top;
 padding-top: 30px;
 padding-left: 26px;
 margin: 0px;
}
.main4main {           /* Inhalt Rahmen */
 border-width: 0px;
 border-style: none;
 text-align:left;
 vertical-align: top;
 padding-top: 15px;
 padding-bottom: 30px;
 padding-left: 54px;
 padding-right: 54px;
 margin-left: 132px;
 color: #FFFFFF;
}

.main5 {               /* footer */
 clear: both;
 width:750px;
 height:21px;
 border-width: 0px;
 border-style:none;
 text-align:center;
 padding:0px;
 margin:0 auto;
 background-image: url(images/layout/bottom.jpg);
}


/* Seitenmenu */

.sidemenusmall, .sidemenusmall:active, .sidemenusmall:visited {
 color: #3676F8;
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
 display: block;
}
.sidemenusmall:hover{
 color: #FF0000;
}
.sidemenusmallactive, .sidemenusmallactive:active, .sidemenusmallactive:visited, sidemenusmallactive:hover {
 color: #78A0FA;
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
.sidemenubig, .sidemenubig:active, .sidemenubig:visited {
 color: #3676F8;
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 text-decoration: none;
 display: block;
}

/* Hauptfenster / Inhalt */
.textbox {
 color: #FFFFFF;
 font-size: 10pt;
 background-color: #000022;
 border-style: solid;
 border-width: 2px;
 border-color: #05389B;
 padding: 10px;
 margin-top: 15px;
}

.textbox h3 {
 color: #FFFFFF;
 font-size: 12pt;
 margin-top: 0px;
 margin-bottom: 12px;
}

.textbox p:not(.gbinfo) {
    margin: 5pt 0pt 0pt 0pt;
}

.textbox a, a:visited, a:active {
 text-decoration: none;
 color: #3676F8;
 font-weight: bold;
}

.textbox a:hover {
 color: #FF0000;
}

.textboxfooter {
 color: #FFFFFF;
 font-size: 10pt;
 border-style: solid;
 border-width: 0px 2px 2px 2px;
 border-color: #05389B;
 padding: 5px;
/* margin-bottom: 15px; */
}

.textboxfooter div.rightlinks {
    text-align: right;
    float: right;
    margin: 0px;
    padding: 0px;
}

.textboxfooter a, a:visited, a:active {
 text-decoration: none;
 color: #3676F8;
 font-weight: bold;
}

.textboxfooter a:hover {
 color: #FF0000;
}

.newsinfo {
    color: #777777;
    font-size: 9pt;
    font-weight: bold;
}

.gbinfo {
    color: #777777;
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
    margin-top: -12px;
}

#gbtopnav, #gbbottomnav {
 color: #FFFFFF;
 font-size: 10pt;
 text-align: center;
 background-color: #000022;
 border-style: solid;
 border-width: 2px;
 border-color: #05389B;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 15px;
 padding-right: 15px;
 margin-bottom: 15px;
}

/* Tabelle für Downloads */
.dltable {
 width: 100%;
 text-align: left;
 color: #FFFFFF;
 vertical-align: top;
 border-style: solid;
 border-width: 1px;
 border-color: #05389B;
 border-collapse: collapse;
}
.dltable td {
 vertical-align: middle;
 padding: 5px;
 border-width: 1px;
 border-style: dotted;
 border-color: #05389B;
}

img {
 border-style: none;
}
.themessagebelow {
 width:750px;
 margin:auto;
 border:0;
 padding:2px;
 color:#000000;
 font-family: Arial;
 font-size: 9pt;
 text-align:center;
}

.logininfo {
 color: #FF0000;
 font-size: 14pt;
 margin: 40px;
}