body {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;

}

* {
  margin:0;
  padding:0;
}

#page {
  width:100%;
  margin: 0 auto;
  height: 100%; 
}

.header {
  background-color:#457696;
  height: 80px;
  padding: 10px;
  border-bottom: 1px #c6d9e6 solid;
  color: #ffffff;
  font-weight: bold;
  background-image: url('/images/header_back.png');
  background-repeat: repeat;
  
}

#headergraph {
  float: left;
  margin-left: -10px;
  margin-top: -10px;  
  margin-bottom: -10px;
  margin-right: 10px;
}

.headinfo {
  font-weight: normal;
}

#headertitle {    
    font-size: 22px;
    font-weight: bold;

    margin-left: auto;
       margin-right: auto;
}
#subtitle {
    font-weight: normal;
    font-size: 16px;
}

#headerlink {
    position: absolute;
    display: block;
    top: 80px;
    right: 210px;
}

.header a {
  font: 100.01% Verdana, Arial, Helvetica, sans-serif;
  color: #77b5da;
}

#filter {
  padding: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2em  
}

#logo {
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 2px #edbf12 dotted;
}

#content {
  background-color: #ffffff;
  height: 95%; 
  padding: 10px;
  min-width: 100%;
}

#result {
  padding: 6px;
  /*--border-bottom: 1px #457696 solid;*/
  border-top: 1px #457696 solid;
  overflow: visible;  
}

#control {
  float: left;
  width:15%;
  background-color:#f2f6f9;
  padding: 10px;
  height: 100%;
}

#footer {
  clear: both;
  background-color: #c6d9e6;
  height: 25px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding-top: 5px;
  padding-left: 1%;
  width: 99%;
  border-top: 1px #457696 solid;
}

#footer a {
  font-size: 0.75em;
      color: #105075;
    background: url('/images/text-arrow.png') no-repeat scroll right bottom transparent;
    padding-right: 23px;
    text-decoration: underline;
}

#logon {
  width: 400px;
  height: 262px;
  margin-top: 10px;  
  margin-bottom: 10px;  
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #457696;
  background-color: #c6d9e6;
}

a.external {
  font-size: 0.9em;
      color: #105075;
    background: url('/images/text-arrow.png') no-repeat scroll right bottom transparent;
    padding-right: 23px;
    text-decoration: underline;
}


#logon .header {
  height: 25px;
}

#logontabs {
  height: 185px;
  font-size: 14px;
}

.login-form,
.login-form input,
.login-form label {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=submit] {
    line-height: 14px;
    margin: 10px 0;
    padding: 6px 15px;
    border: 0;
    outline: none;
 
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(255,255,255, .2);
 
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
 
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.login-form label {
   width: 80px;
   display: inline-block;
}

.login-form input[type=text],
.login-form input[type=password] {
    color: #686868;
    width: 170px;
 
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
 
    background: #dcdcdc;
    background: -moz-linear-gradient(top,  #ffffff 0%, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcdcdc));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#dcdcdc 100%);
    background: linear-gradient(top,  #ffffff 0%,#dcdcdc 100%);
}

.login-form input[type=text]:hover,
.login-form input[type=password]:hover {
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
}

.login-form input[type=text]:focus,
.login-form input[type=password]:focus {
    background: #e1e1e1;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
}

.login-form input[type=submit] {
    float: right;
    cursor: pointer;
 
    color: #445b0f;
 
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
}

.login-form input[type=submit]:hover {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
    box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
}
 
.login-form input[type=submit]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.login-form input[type=submit],
.js .login-form span.checked:before {
    background: #edbf12;
    background: -moz-linear-gradient(top,  #edbf12 0%, #fecf34 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edbf12), color-stop(100%,#fecf34));
    background: -webkit-linear-gradient(top,  #edbf12 0%,#fecf34 100%);
    background: -o-linear-gradient(top,  #edbf12 0%,#fecf34 100%);
    background: -ms-linear-gradient(top,  #edbf12 0%,#fecf34 100%);
    background: linear-gradient(top,  #edbf12 0%,#fecf34 100%);
}

.login-form span {
    display: inline-block;
    color: #ffffff;
    font-style: italic;
}

 #feedback { font-size: 1.4em; }
.selectable .ui-selecting { background: #77b5da; }
.selectable .ui-selected { background: #c5d8e5; }
.selectable { list-style-type: none; margin: 0; padding: 0;}
.selectable li { margin: 3px; padding: 0.3em; font-size: 0.8em; font-weight: bold;}
.selectable span {
  display: block;
  font-size: 0.7em;
  font-weight: lighter;
  padding-left: 5px;
}

.ui-accordion-content {
  padding: 0.6em 0.8em !important;
}

.Error {
  margin: 5px;
  padding: 5px;
  background-color: #ff4141;
  border: 1px solid #ac0404;
}

.filterelement {
  white-space: nowrap;
  display: inline-block;
  margin: 0 0.5em 0 0.5em;
  width: 360px;
  border-bottom: 1px solid #ffcc00;
}

.filterelement label {
  display: inline-block;
  width: 180px;
  padding-left: 4px;
  overflow: hidden;
  vertical-align: bottom;
}

#filtersubmit {
  display: inline-block;
  padding: 2px;
  vertical-align: bottom;  
}

.filterbtn {
  white-space: nowrap;
  display: inline-block;
  margin: 0 1em 0 1em;
  overflow: hidden;
  vertical-align: bottom;  
}

img {
  border: 0;
}

 .ui-autocomplete {
max-height: 200px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 200px;
}

.flexigrid {
  overflow: visible;
}

#main {
  display: inline-block;
}

/* Farbpalette
 #457696
 #f2f6f9
 #c6d9e6
 #5e5a72
 #ffcc00
*/

