body {background-color:white;font-family:Tahoma,Verdana,"Arial CE",Arial,Helvetica;font:size:10pt;color:black;cursor:default;margin:0 0 0 0;}
p {text-align:justify;margin-top:0;margin-left:0;margin-right:0;margin-bottom:10px;font-family:Verdana;font-size:10pt}
h1 {font-family:Verdana;font-size:24pt;margin:0 0 10 0;color:green}
h2 {font-family:Verdana;font-size:12pt;margin:20 0 0 0}
h3 {font-family:Verdana;font-size:10pt;font-wight:bold;margin:0 0 0 0}
ol, li, ul, td {text-align:left;margin:0;font-family:Verdana;font-size:10pt}
a {text-align:justify;margin:0;font-family:Verdana;font-size:10pt;font-decoration:underline;color:navy;font-weight:normal}
.a2 {text-align:justify;margin:0;font-family:Verdana;font-size:10pt;font-decoration:underline;color:black;font-weight:bold}
.a3 {text-align:justify;margin:0;font-family:Verdana;font-size:10pt;font-decoration:underline;color:black;font-weight:normal}
.hrnad {cursor:normal; font-size:10pt; font-weight:bold; background-color:lightgrey;font-family:Verdana}
.hr0 {cursor:normal; font-size:10pt; font-weight:normal; color:#000000; background-color:#FFFFFF; font-family:Verdana}
.hr1 {cursor:normal; font-size:10pt; font-weight:normal; color:#000000; background-color:#EEEEFF; font-family:Verdana}
input[type=button], input[type=submit]
{
    FONT-FAMILY: Verdana,"Arial CE",Arial,Helvetica;
    FONT-SIZE: 10pt;
	background: #C0C0C0;
	color:#000000;
	height: 24px;
	padding: 0 ;
	border:1px solid #A9A9A9;
    cursor: pointer;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background: -moz-linear-gradient(top,#F5F5F5 0%,#C0C0C0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#F5F5F5),color-stop(100%,#C0C0C0));
	background: -webkit-linear-gradient(top,#F5F5F5 0%,#C0C0C0 100%);
	background: -o-linear-gradient(top,#F5F5F5 0%,#C0C0C0 100%);
	background: -ms-linear-gradient(top,#F5F5F5 0%,#C0C0C0 100%);
	background: linear-gradient(top,#F5F5F5 0%,#C0C0C0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F5F5F5',endColorstr='#C0C0C0',GradientType=0);
}
input[type=button]:hover, input[type=submit]:hover
{
	color:#fff;
	background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
}
input[type=text], [type=password]
{
    FONT-FAMILY: Verdana,"Arial CE",Arial,Helvetica;
    FONT-SIZE: 10pt;

	  border:1px solid #A9A9A9;
    border-radius:4px;

    padding-left:4px;
    padding-top:0;
    padding-right:4px;
    padding-bottom:2px;

}
select::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
select {
    width: 50%; /* Set width. Do not set height else it will fail in IE8-10. Use padding for height. */
    color: #333;
    font-weight: normal;
    font-size: 10pt;
    margin: 0;
    padding-left:4px;
    padding-top:1px;
    padding-right:30px;

	border:1px solid #A9A9A9;
    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    cursor: pointer;

    text-indent: 0.01px;
    text-overflow: "";
    background: url('/ddlb_arrow.png') no-repeat 100% 4px #fff; /* add your own arrow image */
    *background-image:none; /* turn bg image for IE7 */
    background: url('/ddlb_arrow.png') no-repeat 100% 0px #fff; /* fallback bg image*/
    background: url('/ddlb_arrow.png') no-repeat 100% 0px #fff; /*, -webkit-linear-gradient(top, #fff, #9c9c9c);*/
    background: url('/ddlb_arrow.png') no-repeat 100% 0px #fff; /*, -moz-linear-gradient(top, #fff, #9c9c9c);*/
    background: url('/ddlb_arrow.png') no-repeat 100% 0px #fff; /*, -ms-linear-gradient(top, #fff, #9c9c9c);*/
    background: url('/ddlb_arrow.png') no-repeat 100% 0px #fff; /*, -o-linear-gradient(top, #fff, #9c9c9c);*/
    background: url('/ddlb_arrow.png') no-repeat 100% 0px #fff; /*, linear-gradient(top, #fff, #9c9c9c);*/
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
select option {
    background: #fff; /* style the dropdown bg color */
}
table#prehled td {
  padding: 1px;
  vertical-align: top;
  border: 1px solid black;
}
@media (max-width: 1770px) {
   body {
        background-size: 1770px 1000px; /* Force the image to its minimum width */
    }
}
