/* StyleSheet-Vorlage fuer Wurzelverzeichnis */

html {height:100%;}

body {
 height:100%;
 margin:0%;
 padding:0%;
 font-family:Tahoma, Arial, Helvetica, sans-serif;
 font-size:15px;
 margin-left:10px;
 margin-right:10px;
/*
 background-color:#C1F3DB;
*/
 background-image: linear-gradient(to right, #7AB1DF 0%, white 25%, white 75%, #7AB1DF 100%);
}

A		{ text-decoration:none; }
A:link		{ color:#005870; font-weight:bold; }
A:visited	{ color:#02808F; font-weight:bold; }
A:active 	{ color:#37A485; font-style:italic; }
A:hover 	{ color:#37A485; text-decoration:underline; }


/*
BODY, A, P, TD, TH, H1, H2, H3, H4, H5, H6
{FONT-SIZE:10pt; FONT-FAMILY:TAHOMA; COLOR:#000000}
*/

.rahmen           {  border-color: #66FF66 #66FF66 #99FF99 #99FF99;}


img {
border:none;
}

#box{
height:134px;
width:266px;
padding:0;
margin:10px;}

#box div{display:none;}

#box:hover div{
display:block;
width:840px;
position:fixed;top:130px;left:195px;
padding:15px;}


.gestr {
 color:lightgrey;
 text-decoration: line-through;
}

.hellblau {
 color:lightblue;
}

.inlimit {
 color:darkgreen;
}

.outlimit {
 color:orange;
}

 .description {
 position: relative;
 color:orange;
 margin-left: 70px;
 padding: 0;
}

/*
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
*/

        /* this original for Autocomplete Combobox */
        .ui-button { margin-left: -1px; }
        .ui-button-icon-only .ui-button-text { padding: 0.35em; }
    	.ui-autocomplete-input { margin: 0; padding: 0.48em 0 0.47em 0.45em; }
    	/* *** Add this for visible Scrolling ;) */
    	.ui-autocomplete {
    		    max-height: 150px;
    		    overflow-y: auto;
    	/* prevent horizontal scrollbar */
    		    overflow-x: hidden;
    	/* add padding to account for vertical scrollbar */
    		    padding-right: 20px;
    	}
    	/* 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: 150px;
    	}

#slider-kg, #slider-cg, #slider-dg {
  float: left;
  clear: left;
  width: 300px;
  margin: 5px;
}