
html, body {
    background: #fcfcfc;
    color: #000;
    font-family: helvetica;
    font-size:14px;
    height: 100%;
    margin: 0;
    padding: 0;
}

table {
    text-align: left;
    
}

input {
    padding-left: 3px;
}


#header {
  position:fixed;
  top:0;
  width:100%;
  background: #5f5f5f;
  height:45px;
  z-index:100;
}

#javahint {
    font-size: 18px;
    margin:-10px 25px 35px;
    color:red;
    border:1px solid black;
    padding:5px;
}

#nojava {
    width: 780px;
    margin: 300px auto;
    font-size:18px;
    color:red;
}

#logo {
    text-align: center;
    color:#f5f5f5;
    font-size:18px;
    font-weight: bold;
    padding-top: 10px;
}



#content {
    height: 95%;
    position: relative;
    width: 100%;
    padding-top: 45px;
}

.headline {
    margin-bottom: 30px;
}

#app-navigation {
    background-color: #f5f5f5;
    position:fixed;
    float: left;
    height: 100%;
    border-right: 1px solid #c4c4c4;
    width: 210px;
}

#app-content {
    padding: 30px 20px 50px 260px;
    min-width: 960px;
}

#letter {
  border:1px solid #aeaeb2;
}

#letter a {
  padding:4px 12px;
  margin:-3px;
  text-decoration: none;
  color:#000;
  font-size:13px;
}

#letter a:hover {
  background:#5f5f5f;
  color:#fff;
}



.currentletter {
  background:#5f5f5f !important;
  color:#fff !important;
}



h1 {
  font-size:19px;
  color:#666;
}



#legende a {
  color:#000000;
  text-decoration:none;
}

.current_asc::before {
  content: url("/_Resources/Static/Packages/Itoop.Atc/Images/arrow_down.png");
  position: absolute;
  right: 5px;
  top: 6px;
  
}

.current_desc::before {
  content: url("/_Resources/Static/Packages/Itoop.Atc/Images/arrow_up.png");
  position: absolute;
  right: 5px;
  top: 6px;
  
}

.current_asc img {
  float:right;
  padding-top:2px;
  padding-right:3px;
}

#sum {
  position: relative;
  margin-top: 70px;
  bottom:10px;
  
}

.current_desc img {
  float:right;
  padding-top:2px;
  padding-right:3px;
}

#footer {
  position:fixed;
  background:#BABABA;
  bottom:0;
  height:30px;
  width:100%;
  text-align:center;
  font-size:12px;
}

.footer {
  margin-top:7px;
  color:#000000;
}

#footer a {
  
  text-decoration:none;
  font-size:13px;
  color:#000000;
}

.mitglieder {
  margin-bottom:50px;
  text-align: left;
  margin-left:-2px;
}

.bs_edit {
  margin-bottom: 40px;
  margin-top: 30px;
}

#mitglieder {
  margin-left:-40px;
  
  
}

#mitglieder td {
  
  border:1px solid #AEAEB2;
  background:#FCFCFC;
}

#mitglieder a {
  padding:5px!important;
}








.mitglied {
  color:#000000;
  
  text-decoration:none;
}

input.archivate {
    background-image:url("/_Resources/Static/Packages/Itoop.Atc/Images/trash.png");
    height: 27px;
    width: 27px;
    cursor:pointer;
    min-width: 0 !important;
}

.archivate_in_show {
    background-image:url("/_Resources/Static/Packages/Itoop.Atc/Images/trash.png");
    height: 27px;
    width: 27px;
    cursor:pointer;
    min-width: 0 !important;
    margin-left: 240px;
    margin-top: 30px;
}

input.edit {
    background-image:url("/_Resources/Static/Packages/Itoop.Atc/Images/edit.png");
    height: 27px;
    width: 27px;
    cursor:pointer;
    min-width: 0 !important;
}

input.delete {
    background-image:url("/_Resources/Static/Packages/Itoop.Atc/Images/trash.png");
    height: 27px;
    width: 27px;
    cursor:pointer;
    min-width: 0 !important;
}

input.reactivate {
    background-image:url("/_Resources/Static/Packages/Itoop.Atc/Images/reactivate.png");
    height: 27px;
    width: 27px;
    cursor:pointer;
    min-width: 0 !important;
}






/** index - Gestaltung Spalten **/

#legende th {
  padding:5px;
  border:1px solid #AEAEB2;
  position: relative;
}

#legende {
  margin-left:-40px;
  background:#FCFCFC;
  
}



/** Ende Spalten **/

.mitglieder label {
  min-width:150px;
  display:block;
  line-height:2;
}


.mitgliederth {
  min-width:200px !important;
  border:1px solid #AEAEB2;
  line-height:1.5;
  padding-left:10px;
}

.mitgliedertd {
  min-width:400px !important;
  border:1px solid #AEAEB2;
  padding-left:10px;
}

.mitglieder input {
  min-width:300px;
  
}





.submit {
    text-decoration:none;
    width: 100px;
    height: 30px;
    border-radius:2px;
    color:#000;
    background: #eeeeee !important; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d6d6d6)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#d6d6d6 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 ) !important; /* IE6-9 */
    cursor:pointer;
    font-size:13px;
    border:1px solid #aeaeb2;
    margin-right: 20px;
    
}

.cancel {
    text-decoration:none;
    width: 100px;
    height: 30px;
    border-radius:2px;
    color:#000;
    background: #eeeeee !important; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d6d6d6)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#d6d6d6 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 ) !important; /* IE6-9 */
    cursor:pointer;
    font-size:13px;
    border:1px solid #aeaeb2;
    margin: 20px 0 0 0;
    
}



.cancel:hover, .show:hover, .submit:hover {
    background:#eee !important;
}


.form_button {
    float: left;
    margin-bottom: 60px;
    margin-top: 30px;
    position: relative;
    width: 120px;
}



a {
  color:#0000CC;
}




.flashmessages-ok {
  color:#70DB70;
  list-style:none;
  font-weight:bold;
  margin-bottom:5px;
  margin-left:-40px;
  padding:10px;
  background:#666666;
  
}

.flashmessages-error, .flashmessages-warning {
  color:#FF9494;
  list-style:none;
  font-weight:bold;
  margin-bottom: 5px;
  margin-left:-40px;
  padding:10px;
  background:#666666;
}

.flashmessages li {
  padding:8px;
}

.error {
  margin-bottom:40px;
  padding-left:5px;
  
}

.error dt {
  font-weight:bold;
  line-height:30px;
  font-size:14px;
  text-transform:uppercase;
}

.error dd {
  margin-bottom:15px;
}

.error dd ul {
  margin-left:-80px;
}

.error dd ul li {
  list-style:none;
  color:#E60000;
}

/** pagination **/

.page-navigation {
  max-width:886px;
  margin-left:-40px;
  background:#EFEFEF;
  height:30px;
  margin-top:30px;
}

.page-navigation li {
  list-style-type:none;
}

.page-navigation a {
  text-decoration:none;
}

.page-navigation ul li {
  float:left;
  width:25px;
  margin-top:5px;
  background:none;
}


.previous {
  margin-right:50px;
}



.button {
  border:none !important;
  width:30px;
  display: block;
  float: left;
  margin-left: 5px;
  margin-right: -4px;
}

.logout {
    color: white;
    float: right;
    font-size: 13px;
    margin-left: -20px;
    padding-right: 20px;
    padding-top:2px;
    text-decoration: none;
}

#loginhint {
    padding-top: 120px;
    text-align: center;
    font-size: 15px;
}

#loginbox {
    margin: 180px auto;
    width: 400px;
    border: 7px solid #999999;
    border-radius: 3px;
    background: #f5f5f5;
    box-shadow: 3px 3px 7px #aaa;
}

#loginbox label {
    width: 130px;
    font-size:17px;
    float: left;
    margin-top: 1px;
}

#loginbox input {
    width: 200px;
    margin-bottom: 10px;
}

.loginbtn {
    background: linear-gradient(to bottom, #eeeeee 0%, #d6d6d6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #aeaeb2;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    margin: 10px auto;
    height: 30px;
    
    text-decoration: none;
    width: 100px !important;
}

.loginbtn:hover {
    background:#eee !important;
}

#boxcontent {
    padding: 20px;
}

#loginheader {
    font-size: 22px;
    margin-bottom: 30px;
}

/* Hide beitrag first. Only when individuell is choosen, show (trainings-)beitrag by js */
.responsive_beitrag, .responsive_training {
    display: none;
}


.downloadbutton {
    text-decoration:none;
    width: 370px;
    height: 35px;
    border-radius:2px;
    color:#000;
    background: #eeeeee !important; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d6d6d6)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#d6d6d6 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 ) !important; /* IE6-9 */
    cursor:pointer;
    font-size:13px;
    border:1px solid #aeaeb2;
    margin-right: 20px;
    margin-top: 30px;
}

.downloadbutton:hover {
    background:#eee !important;
}

.download {
    text-decoration:none;
    width: 250px;
    height: 35px;
    border-radius:2px;
    color:#000;
    background: #eeeeee !important; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d6d6d6)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#d6d6d6 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#d6d6d6 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 ) !important; /* IE6-9 */
    cursor:pointer;
    font-size:13px;
    border:1px solid #aeaeb2;
    margin-right: 20px;
    margin-top: 30px;
}

.download:hover {
    background:#eee !important;
}

#tennisbutton, #breitensportbutton {
    margin-bottom: 30px;
}

.current {
    color: #666666;
}

.page-navigation a {
    color: #000;
}

.logzeile {
    padding: 3px 5px;
}

