.form-text-input {
    color: darkblue;
    font-weight: bold;
    text-align:right;
}

.form-button-warning {
    color: red;
}

.form-text {
    color: grey;
    font-weight: bold;
    text-align:right;
}

.form-value {
    border:1px solid darkblue;
    color:darkblue;
    background-color:#D0D0F0;
}

.table-liste {
    border:2px solid black;
    border-collapse: collapse;
    width:100%;
}

.title-liste {
    border:1px solid black;
    color:white;
    font-weight:bold;
    background-color:gray;
    cursor: pointer;
    white-space: nowrap;
}

.element-liste {
    vertical-align:top;
    border:1px solid black;
    font-size: 8pt;
}

.daypointer {
    cursor: pointer;
}

table.adressen {
   border-collapse: collapse;
}
table.adressen td {
   border: 1px solid #333;
}

table.navbar {
   border-collapse: collapse;
}
table.navbar td {
   border: 1px solid #333;
}

table.navbar td a{
   display: block;
   padding: 2px;
   text-decoration: none;
   height:80px;
   overflow: hidden;
}

table.navbar td a:link, table.navbar td a:visited {
   color: #000;
   text-decoration: none;
}

table.navbar td a:hover, table.navbar td a:active {
   color: #000;
   background-color: #ff0;
}

.element-liste-small {
    font-size: 8pt;
}

.div-input-title {
    width:100px;float:left;
    color:black;
}

.input-title {
    width:100px;
    color:black;
    text-align:right;
    font-weight:bold;
}

.widget {  
 margin: 0px;  
 padding: 0px;  
 background: #e6f4bd;  
 margin-bottom: 15px;  
}  
   
.widget a {  
 color: #222;  
 text-decoration: none;  
}  
   
 .widget a:hover {  
 color: #009;  
 text-decoration: underline;  
}  
   
.tabnav li {  
 display: inline;  
 list-style: none;  
 padding-right: 5px;  
}  
   
.tabnav li a {  
 text-decoration: none;  
 text-transform: uppercase;  
 color: #222;  
 font-weight: bold;  
 padding: 4px 6px;  
 outline: none;  
}  
   
.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {  
 background: #e1eeb2;  
 color: #222;  
 text-decoration: none;  
}  

.tabnav-energie li a {  
 text-decoration: none;  
 color: #000;  
 background-color: #eee !important;
 font-weight: normal;  
 outline: none;  
 height: 10px;
 padding-top: 0px;
 margin-top: 0px;
}  

.tabnav-energie ul {
 background-color: #fff !important;
}
   
.tabnav-energie li a:hover, .tabnav-energie li a:active, .tabnav-energie li.ui-tabs-selected a {  
 background: #ffffff !important;  
 color: #222;  
 text-decoration: none;  
}  

.tabnav-online ul {
 background-color: #e6f4bd !important;
}

.tabnav-online li a {
 text-decoration: none;
 color: #000;
 background: #dddddd !important;
 font-weight: normal;
 outline: none;
 height: 16px;
 border-left:1px solid #909090;
 border-right:1px solid #909090;
 border-top:1px solid #909090;
 padding-top: 0px;
 margin-top: 0px;
 margin-bottom:-2px;
}
.tabnav-online li a:hover, .tabnav-online li a:active, .tabnav-online li.ui-tabs-selected a {
 background: #e1eeb2 !important;
 color: #222;
 text-decoration: none;
 border-bottom: 0px;
}

.tabdiv {  
 margin-top: 2px;  
 padding: 5px;  
}  
   
.tabdiv li {  
    list-style-image: url("star.png");  
    margin-left: 20px;  
}  

.tabdiv-energie {  
 margin: 0px !important;  
 height:100%;
 background: #fff !important;  
 padding: 15px !important;  
 border-top: 1px solid black !important;
}  

.td-energie {
 height: 24px;
}

.energieval {
 font-weight:normal;
}

.alignr {
 text-align:right;
}

.input-energie {
 height: 16px;
 font-size: 12px;
 color: black;
 background-color: yellow;
}
   
.tabdiv-energie li {  
    list-style-image: url("star.png");  
    margin-left: 20px;  
    background-color: #fff;
}  
   
.ui-tabs-hide {  
 display: none;  
} 


.input-element {
    text-align:left;
}

/* links */
a.imagelink {
    color:black;
    font-style:underline;
}

a.imagelink:hover {
    background:transparent;
} 

a.maillink {
    color:blue;
    font-style:underline;
}

a.maillink:hover {
    color:blue;
    background-color:transparent;
}

.combobox          { position:relative; float:left; width:600px; border:0px; }
.combobox input    { height:1.3em; }
.combobox .listbox
  {
    display:none;

    position:absolute;
    top:1.6em; left:0px;

    max-height:450px;
    overflow:hidden;

    border:1px solid #666666;
    background:#ffffff;
  }
.combobox .listbox ul          { margin:0; padding:0; list-style-type:none; }
.combobox .listbox ul li       { padding:2px 30px 2px 10px; margin:1px; cursor:pointer; }
.combobox .listbox ul li:hover { background:#eeeeee; }

.comboboxfa          { position:relative; float:left; width:600px; border:0px; }
.comboboxfa input    { height:1.3em; }
.comboboxfa .listbox
  {
    display:none;

    position:absolute;
    top:1.6em; left:0px;

    max-height:450px;
    overflow:hidden;

    border:1px solid #666666;
    background:#ffffff;
  }
.comboboxfa .listbox ul          { margin:0; padding:0; list-style-type:none; }
.comboboxfa .listbox ul li       { padding:2px 30px 2px 10px; margin:1px; cursor:pointer; }
.comboboxfa .listbox ul li:hover { background:#eeeeee; }

.myalert .ui-dialog-titlebar { color: #d00000; }
.myalert .ui-dialog-buttonpane { background: #e0e0e0; }
.myalert { background: #e0e0e0; }

.readonly {
    background-color:#CCC;
}

.sf-button {
    background-color: #ccc;
    text-align: center;
    margin: 0px;
}

.sf-button-admin {
    background-color: #c00;
    color: white;
    text-align: center;
    margin: 0px;
}

.sf-suchfeld {
    background-color: #fff;
    color: #000;
}

.sf-small {
    font-size: 8pt;
    color: #000;
}

table.sf-t {
   border-collapse: collapse;
}

.help-info {
    position: relative;
    font-size: 7pt;
    font-weight: normal;
    border: 1px dotted gray;
    background-color: skyblue;
    top:-5px;
    cursor: pointer;
}

td.sf-tc {
   border: 1px solid #333;
   height: 40px;
}

td.ze-top {
    border-bottom: 1px solid #333;
    background-color: lightgray;
}

tr.ze-row-lightgray {
    background-color: lightgray;
}

.anmelden {
}
