@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500);

* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    behavior: url(/fileadmin/PIE.htc);
}

b {
    font-weight: 500;
}

h1 {
    font-size:inherit;
    font-weight: inherit;
}

.bodytext {
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px;
    color: #7f7f7f;
    
}

.csc-header {
    font-size: 16px;
    color: #111111;
    font-weight: 300;
    padding: 5px 10px 0px;
    margin-bottom: 10px;
}

ul {
  padding: 0 35px;
}

li {
    font-size: 14px;
    color: #7f7f7f;
    padding-left: 10px;
}

h3 {
    padding:10px 20px 2px;
    font-size: 14px;
    font-weight: 500;
    color: #7f7f7f;
}
h1.image_header {
    margin-bottom: 10px;
    margin-top: 20px;
}
html, body {
    background-color: #2B381A;
    overflow: hidden;
}

table {
    width: 100%;
    height: 100%;
    color: #212121;
    background-color: #ccc;
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 
    border: solid #aaa 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);}

td:first-child, th:first-child {
    border: none;
}

td {
    border-left: 1px solid #aaa;
    padding-left: 3px;
    padding-right: 3px;
}

th {
    border-left: 1px solid #aaa;
    background-color: #a0a0a0;
    font-weight: 300;
    padding-left: 3px;
    padding-right: 3px;
}

tr:first-child > th:first-child {
    border-radius: 6px 0 0 0;
    border: none;
}

tr:first-child > th:last-child {
    border-radius: 0 6px 0 0;
    border-left: 1px solid #aaa;
}

tr:first-child > th:only-child{
    border-radius: 6px 6px 0 0;
    border: none;
}

tr:nth-child(odd) {
   background-color: #dedede;
}

tr:last-child > td:first-child {
    border-radius: 0 0 0 6px; 
}

tr:last-child > td:last-child {
    border-radius: 0 0 6px 0;
}

tr:last-child > td:only-child {
    border-radius: 0 0 6px 6px;
}

table .center {
    text-align: center;
}

table .left {
    text-align: left;
}

div#pagewrapper {
    width: 100%;
    height: 100%;
}


div#background {
    background: 
        url("../fileadmin/background.svg")
        no-repeat
        50% scroll;
    width:100%;
    height: 1100px;
    position: absolute;
}

div#content {
    width: 500px;
    background-color: #212121;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}

.abs {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 500px;
}

div#header {
    background: 
        url("../fileadmin/header.svg")
        no-repeat
        50% scroll;
    height: 225px;
    top: 0;
    background-size: 500px 225px;
}

div#header p {
    font-size: 64px;
    text-align: right;
    font-weight: 100;
    padding-right: 20px;
    color: #7f7f7f;
}

div#top_menu {
    height: 25px;
    top: 225px;
    font-size: 18px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
    
}

:visited {
    color: inherit;
}

.menu_item a:hover {
    color: #882B1F;
}

.menu_item {
    display: inline-block;
}

.menu_item a {
    color: #7f7f7f;
}

.menu_item_act {
    display: inline-block;
}

.menu_item_act a {
    color: #ccc;
}

div#sub_menu_bg {
    background-color: #212121;
    height: 25px;
    top: 250px;
}
div#sub_menu {
    background-color: #212121;
    font-size: 13px;
    font-weight: 300;
    height: 25px;
    padding: 0 20px;
}
div#the_content {
    background-color: #212121;
    width: 500px;
    top:305px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}
div#c2.csc-default {
    padding-bottom: 5px;
    padding-top: 10px;
}

.container {
    margin: 0 auto;
    padding-top: 200px;
    width: 262px;
}

div#login_and_results {
    background-color: #212121;
    height: 25px;
    top: 280px;
    color: #7f7f7f;
    font-size: 14px;
    height: 25px;
}
div#login_and_results a {
    color: #7f7f7f;
}

#loginContainer {
    float:left;
    position: relative;
    left: 20px;
    width: 50%;
}
#resultsContainer {
    float:right;
    text-align:right;
    width: 50%;
    padding-right: 20px;
}
#loginButton {
    cursor: pointer;
    height: 25px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
#loginButtonButton {
    background-color: #212121;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 86px;
    z-index: 100;
}
#loginButtonSpan {
    background-color: #212121;
    height: 25px;
    left: 90px;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 10;
}
#loginBox {
    display: none;
    position: absolute;
    background-color: #dedede;
    left: 110px;
    top: -30px;
    width: 240px;
    height: 115px;
    z-index: 29;
    border: solid #aaa 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
}

#loginButton.active {
    border-radius: 3px 3px 0 0;
    background-color: #ff0000;
}
#loginButton.active span {
    background-position: 53px -76px;
}
#loginButton.active em {
    background: none repeat scroll 0 0 #D2E0EA;
    bottom: -1px;
    height: 1px;
    position: absolute;
    width: 100%;
}
#loginForm {
    position: relative;
    width: 100%;
    height: 100%;
}
#loginForm fieldset {
    position: relative;
    width: 240px;
    height: 100px;
    left: 0px;
    top: 0px;
    padding:0px;
    margin: 0px;
    border: none;
}

input#enke5-login-user, input#enke5-login-pass {
    position: relative;
    border: 1px solid #AAAAAA;
    color: #444444;
    font-size: 14px;
    font-weight: 100;
    height: 12px;
    padding: 4px;
    margin: 0;
    width: 210px;
    left: 10px;
}

input#enke5-login-user { 
    top : 15px;
}

input#enke5-login-pass {
    top: 25px;
}

input#enke5-login-button {
    position: absolute;
    background: none repeat scroll 0 0 #7f7f7f;
    color: whitesmoke;
    cursor: pointer;
    padding: 5px;
    top: 75px;
    right: 0px;
    margin: 5px 10px;
    border: solid #aaa 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
}

.alert.alert-error {
    margin: 10px;
    color: white;
    padding: 5px;
    background: #882B1F;
    font-size: 12px;
    border: solid #aaa 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);

}

.alert.alert-error .close {
    float: left;
    margin-right: 10px;
    background: #882B1F;
    border: none;
    color: white;
}


#loginForm span {
    display: block;
    padding: 7px 0 4px;
    text-align: center;
}
#loginForm span a {
    color: #3A454D;
    font-size: 12px;
    text-shadow: 1px 1px #FFFFFF;
}
input:focus {
    outline: medium none;
}

div#tablepagination {
    height: 14px;
}

.tx-srfeuserregister-pi1 fieldset {
    border: 0 none;
    margin: 10px;
    padding: 10px;
    width: 180px;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);    
    background-color: #dddddd;
    border-radius: 5px;
}

.csc-default {
    -webkit-box-shadow: 0px 2px 5px -2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 2px 5px -2px rgba(255,255,255,1);
    box-shadow: 0px 2px 5px -2px rgba(255,255,255,1);
    background-color: #eeeeee;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: none;
    margin: 10px auto 20px;
    width: 460px;
}

.float-left {
    float:left;
}
.float-right {
    float:right;
}
.two-fieldsets {
  width: 440px;
  margin: 0px 10px;
}

legend {
    font-size: 24px;
    color: #FFFFFF;
    background-color: #7f7f7f;
    font-weight: 300;
    padding: 3px 16px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
}
legend span {
    display: none;
}
#tx-femanager h3 {
    height: 4em;
    padding: 0;
}

label {
    display: block;
    line-height: 1.5em;
}

#tx-femanager fieldset.error legend, #tx-femanager fieldset.error div.help {
    color: #ffffff;
}
#tx-femanager fieldset strong.error {
    background-color: #CC0000;
    color: #FFFFFF;
    display: block;
    padding: 0.5em;
    margin-bottom: 5px;

    border-radius: 5px;
    behavior: url(/fileadmin/PIE.htc);
}
#tx-femanager fieldset.disclaim {
  width: 400px;
  margin: 20px;
}
#tx-femanager #pt5 #disclaimer {
    float: left;
    width: 22em;
}

.tx-femanager fieldset.edit-box {
    margin-top: 10px;
    background-color: #cccccc;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    background-color: #ccc;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 0;
}

.tx-femanager fieldset.edit-box .red {
    color: #882B1F;
}

.tx-femanager legend {
    font-size: 16px;
    color: #FFFFFF;
    background-color: #7f7f7f;
    font-weight: 300;
    padding: 3px 16px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -2px rgba(0,0,0,1);
}

.tx-femanager fieldset {
    border: none;
}

.tx-femanager .help {
    padding: 10px;
    font-size: 12px;
    color: white;
}

.tx-femanager .input-block-level {
    background: none repeat scroll 0 0 #F3F3F3;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 10px;
    height: 20px;
    width: 240px;
    padding: 2px;
}

#copyright {
    clear: both;
    color: #9F9F00;
    font-style: italic;
    padding: 0.5em;
}
#tx-femanager div.help {
    color: #7f7f7f;
    min-height: 4em;
}

div.enke5-text > .csc-default {
    padding-bottom: 10px;
}

div.enke5-text a, div.enke5-text a:visited {
    color: #003189;
}

div.enke5-text p {
    margin-bottom: 5px;
}

div.enke5-text li {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 300;
    color: 7f7f7f;
    list-style-position: inside;
} 

div.enke5-text ul {
    padding-start: 10px;
    
} 

input#femanager_field_submit {
    background: none repeat scroll 0 0 #7f7f7f;
    color: white;
    font-weight: 500;
    cursor: pointer;
    padding: 5px;
    float: right;
    top: 30px;
    margin: 10px 0px;
    border: solid #aaa 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,1);
}


.news-list-view {
    padding:20px;
}

.news-list-view .more {
    padding-left: 20px;
    font-size: smaller;
}