@font-face {
    font-family: 'Impact';
    src: url('Impact.eot');
    src: url('Impact.eot?#iefix') format('embedded-opentype'),
    url('Impact.woff2') format('woff2'),
    url('Impact.woff') format('woff'),
    url('Impact.ttf') format('truetype'),
    url('Impact.svg#Impact') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "DIN W01 Cond Bold";
    src: url("../fnt/din_w01_cond_bold.eot?#iefix");
    src: url("../fnt/din_w01_cond_bold.eot?#iefix") format("eot"),
    url("../fnt/din_w01_cond_bold.woff2") format("woff2"),
    url("../fnt/din_w01_cond_bold.woff") format("woff"),
    url("../fnt/din_w01_cond_bold.ttf") format("truetype");
}


body {
    font-family: Helvetica, 'Arial', sans-serif;
    background-color: #efeeeb;
    color: #000;
    font-size: 14px;
}

a {
    color: #000;
    text-decoration: none;
}
b, strong {
    font-weight: bold;
}

h1 {
    font-family: "DIN W01 Cond Bold", Impact, Arial, "MS Trebuchet", Helvetica, sans-serif;
    font-size: 20px;
    color: #1f468a;
    margin-bottom: 18px;
    font-weight: regular;
}
h2 {
    font-size: 16px;
    color: #1f468a;
    margin-bottom: 5px;
    font-weight: bold;
}
p {
    margin-bottom: 25px;
}
hr {
    width: 100%;
    height: 2px;
    background-color: #efd522;
    border: none;
    margin-bottom: 30px;
}

.toplink {
    font-size: 12px;
    color: #efd522;
    text-align: right;
    display: block;
    text-decoration: underline;
    padding-right: 10px;
    background: url(/images/arrow.png) right 40% no-repeat;
}
.more,
.less {
    font-size: 12px;
    color: #979797;
}
.more {
    padding-right: 10px;
    background: url(/images/right.png) right 40% no-repeat;
}
.less {
    padding-left: 10px;
    background: url(/images/right.png) left 40% no-repeat;
}

.klar {
    clear: both;
}

#wrapper {
    width: 940px;
    padding: 0 25px;
    margin: 0 auto;
    background-color: #fff;
}
#leftside {
    width: 220px;
    float: left;
}

#logo {
    padding: 12px 0 11px;
}

#leftside ul.menu {
    background-color: #1f468a;
    margin-bottom: 20px;
}
#leftside ul.menu li {
    padding: 7px 25px;
    border-bottom: 1px solid #fff;
}
#leftside ul.menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
#leftside ul.menu li a span {
    display: block;
}
#leftside ul.menu li.active {
    background: url(/images/square.png) no-repeat;
    padding-left: 38px;
}
#leftside ul.menu li.active a {
    font-weight: bold;
}

#membersbox {
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
}
#membersbox .bggelb {
    background-color: #efd522;
    padding: 7px 25px 6px;
    border-bottom: 1px solid #fff;
}
#membersbox .bggelb:first-child {
    padding-top: 15px;
}
#membersbox input[type="text"],
#membersbox input[type="password"] {
    width: 161px;
    border: none;
    padding: 6px 5px 5px;
}
#membersbox input[type="text"] {
    margin-top: 10px;
    margin-bottom: 7px;
}
#membersbox input[type="password"] {
    margin-bottom: 11px;
}
#membersbox input[type="submit"] {
    background: none;
    border: none;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 0;
    margin-top: 10px;
    cursor: pointer;
}
#membersbox ul.menu {
    background-color: #efd522;
    margin-bottom: 0;
}
#membersbox ul.menu li {
    padding: 7px 25px;
    border-bottom: 1px solid #fff;
}
#membersbox ul.menu li.logout {
    padding: 7px 25px;
    border-bottom: none;
}
#membersbox ul.menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
#membersbox ul.menu li a span {
    display: block;
}
#membersbox ul.menu li.active {
    background: url(/images/bluesquare.png) no-repeat;
    padding-left: 38px;
}
#membersbox ul.menu li.active a {
    font-weight: bold;
}


#mainside {
    width: 700px;
    float: right;
}

#slider {
    height: 386px;
    border-right: 5px solid #efd522;
}
/* pager */
.cycle-pager {
    z-index: 500;
    position: absolute;
    bottom: 14px;
    right: 32px;
    overflow: hidden;
}
.cycle-pager span {
    width: 14px;
    height: 24px;
    display: block;
    cursor: pointer;
    background: url(/images/bullet0.png) no-repeat;
}
.cycle-pager span.cycle-pager-active {
    background: url(/images/bullet1.png) no-repeat;
}
.cycle-pager > * { cursor: pointer;}

#content {
    margin-top: 20px;
    line-height: 140%;
}
#content h1 {
    text-transform: uppercase;
    font-weight: normal !important;
}
.stdtable {
    width: 100%;
}
.stdtable td {
    vertical-align: top;
}
.c1 {
    width: 220px;
}
.c2 {
    width: 460px;
}
.gap {
    width: 20px;
}
.half {
    width: 340px;
}
.boxed h1 {
    padding: 5px 10px;
    margin-top: -5px;
    background-color: #1f468a;
    color: #fff;
    font-weight: normal !important;
}
.boxed p {
    padding: 0 10px;
}
#footer {
    background-color: #1f468a;
    border-top: 3px solid #efd522;
    margin-top: 25px;
    padding: 20px;
}
#footer * {
    color: #fff;
    font-size: 12px;
    line-height: 160%;
}
#footer h1 {
    font-family: Helvetica, 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
#imprint {
    width: 680px;
    float: left;
}
#bottommenu {
    width: 200px;
    float: right;
}
#bottommenu a * {
    font-size: 14px;
    text-transform: uppercase;
}





/* DOWNS */
.downs .cat {
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 4px;
  color: #1F468A;
}
.downs .subcat {
  font-weight: bold;
  font-family: Arial;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 4px;
}

.downs .totop {
  display: block;
  text-decoration: none;
  text-align: right;
  box-shadow: inset 0 -3px 0px 0 #FED530;
}
.downs .totop {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
}
.downs .totop a {
  background: #FFF;
  position: relative;
  display: inline-block;
  padding-left: 10px;
  text-decoration: none;
  color: #FED530;
  background-image: url('/images/arrow-top.png');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: top 3px right;
  padding-right: 14px;
}

.downs ul {
  list-style-type: none;
  padding: 0;
}
.downs ul li {
}
.downs ul li a {
  display: block;
  height: 26px;
  white-space: nowrap;
  padding-right: 200px;
  font-family: Arial;
  font-size: 12px;
  height: 26px;
  text-decoration: none;
  color: #000;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: top 0px left;
  padding-left: 30px;
  line-height: 26px;

}

.downs ul li a .name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  height: 26px;
  line-height: 26px;
}

.downs ul li a[href$='.pdf'] { background-image: url('/images/pdf.png'); }
.downs ul li a[href$='.xls'] { background-image: url('/images/xls.png'); }

.downs ul li .info {
  height: 26px;
  line-height: 26px;
  color: #999;
  background-image: url('/images/arrow-right.png');
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: top 2px right;
  padding-right: 12px;
}
.downs ul li .info {
  color: #000;
}
