body {
    font-family: Bitstream Vera Sans, Arial, Helvetica, Sans-serif;
    background: #009ED7 no-repeat center;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

input,textarea,select {
    border: 1px solid #000;
}

#fc_background {
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0;
    width: 90%;
    border: 0;
    top: 0;
    background: #9ed7ef;
    color: #000;
    overflow: visible;
}

#fc_header {
    width: 100%;
    height: 136px;
}

#fc_menu {
    float: left;
    left: 0;
    bottom: 50px;
    width: 15%;
    margin: 0 2% 0 0;
    float: left;
    overflow: visible;
}

.fc_menuentry {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: 0;
    color: #fff;
    background-color: #009ed7;
    margin: 0.5em 0;
    padding: 0 5px;
    overflow: hidden;
    text-align: right;
}

.fc_menuentry a {
    text-decoration: none;
    color: #fff;
    background-color: #009ed7;
    font-weight: bold;
}

.fc_menuentry a:hover {
    text-decoration: none;
    color: #9ed7ef;
    background-color: #009ed7;
    font-weight: bold;
}

.fc_menuentry_login {
    font-size: 0.8em;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: 0;
    color: #fff;
    background-color: #009ed7;
    margin: 0.8em 0;
    padding: 2px 5px;
    overflow: hidden;
    text-align: right;
}

.fc_menuentry_login a {
    text-decoration: none;
    color: #fff;
    background-color: #009ed7;
    font-weight: bold;
}

.fc_menuentry_login a:hover {
    text-decoration: none;
    color: #000;
    background-color: #009ed7;
    font-weight: bold;
}
.fc_active {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-weight: bold;
}

#fc_content {
    float: left;
    margin-top: 0;
    width: 75%;
    padding: 1em 1.5em;
    background: #fff;
    color: #000;
    border: 2px solid #009ed7;
    overflow: auto;
}

#fc_footer {
    clear: both;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    overflow: visible;
    font-size: 0.7em;
    font-weight: bold;
}

a.fc_footer_lnk,a.fc_footer_lnk:visited {
    color: #000;
}

a.fc_footer_lnk:hover {
    text-decoration: underline;
}

.bold {
   font-weight: bold;
}

h1 {
   font-size: 1.2em;
}

h2 {
   color: #009CD4;
   font-weight: bold;
   padding-top: 10px;
   padding-bottom: 20px;
   border-top: 1px solid gray;
   font-size: 1em;
}

a.lnk {
   text-decoration: none;
   color: #009CD4;
}

a {
   text-decoration: none;
}

a.download {
   border: 1px solid #009CD4;
   padding: 4px;
}

a.download:hover {
   background: #009CD4;
   color: #FFF;
}

p {
   font-size: 0.9em;
   line-height: 1.5em;
}

/* REFERENZEN */

p.specials {
   font-weight: bold;
   padding-top: 1%;
}

td.referenzen_name {
   font-size: 1.2em;
   background: #99D7EE;
}

td.referenzen_description {
   font-size: 0.9em;
   text-align: justify;
}

th.referenzen_logo {
   vertical-align: top;
   text-align: center;
   padding-left: 20px;
   padding-top: 20px;
}

img.referenzen_logo {
   border: 1px solid gray;
   width: 200px;
}

table.referenzen {
   border-top: 	1px solid #009CD4;
   border-right: 1px solid #009CD4;
   margin-bottom: 15px;
}


/* DOKUMENTE */

td.dokumente_bezeichnung {
   font-size: 1.1em;
   background: #99D7EE;
}

td.dokumente_beschreibung {
   font-size: 0.9em;
   text-align: justify;
}

th.dokumente_dateiname {
   font-size: 0.8em;
   vertical-align: top;
   text-align: center;
   padding-top: 20px;
   border: 1px solid #009CD4;
}

table.dokumente {
   border-top: 	1px solid #009CD4;
   border-right: 1px solid #009CD4;
   margin-bottom: 15px;
}


/* IMPRESSUM */

.impressum_description {
   vertical-align: top;
   text-align: right;
   background: #99D7EE;
}

.impressum_content {
   vertical-align: top;
   text-align: left;
   background: #fff;
}

li {
   line-height: 150%;
}

