
.topbar-inner {
    background: #77ad45; /* Old browsers */
    background: -moz-linear-gradient(top, #77ad45 0%, #358400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77ad45), color-stop(100%,#358400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #77ad45 0%,#358400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #77ad45 0%,#358400 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #77ad45 0%,#358400 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ad45', endColorstr='#358400',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #77ad45 0%,#358400 100%); /* W3C */
}

h1, h2 {
    color: #77AD45;
    margin-bottom: 20px;
}

header {
    padding: 9px;
    background: url(../img/head_bg.jpg) repeat-x;
    background-color: #77AD45;
    background-position: bottom;
    height: 120px;
    margin-bottom: 40px;
    font-size: 20pt;
    color: white;
}

header img {
    margin-right: 40px;
}
footer strong {
    color: #BEBEBE;
    font-weight: normal;
}

footer {
    color: #A2A2A2;
    border-top: 1px solid #515151;

    background: #5d5d5e; /* Old browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5e), color-stop(11%,#6c6d70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5d5d5e 0%,#6c6d70 11%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5d5d5e 0%,#6c6d70 11%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #5d5d5e 0%,#6c6d70 11%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5e', endColorstr='#6c6d70',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #5d5d5e 0%,#6c6d70 11%); /* W3C */
    height: 300px;
    margin-top: 40px;
    padding-top: 70px;
    box-shadow: 0 0 12px black;
}

footer h1 {
    color: #989898;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2em;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}


h2 span {
    font-size: 15px;
    color: #929291;
}

.container {
    width: 960px;
}

.menu li {
    list-style: none;
    padding: 5px;
    padding-left: 0;
}
.menu ul {
    margin: 0;
}

.menu li > ul {
    /*margin-left: 20px;*/
}

.bold-table td {
    font-weight: bold;
}
.blue {
    color: #000080;
}
.green {
    color: #008000;
}
.red {
    color: #ce0000;
}


.bluedark {
    color: blue;
}

.selectcolor {
  background-color: #e3e3e3;
}

.selectcolorgreen {
  background-color: #e9f3eb;
}

.selectcolorgrey {
  background-color: #efefef;
}


.selectcolorgrey {
  background-color: #efefef;
}

.tabellentitel {
  background-color: #8b8b8b;
  color: #ffffff;
}


.tabellenzeile2 {
  background-color: #d9e7c0
}


.titelcolor {
  color: #2b69e4;
}

.menu li > ul a {
    color: #444;
}


