BODY {
 font-family: Tahoma;
 font-size: 14pt;
 background: transparent\9;
 background-color: transparent\9;
/* background: #EFEFEF;
 /* margin: oben rechts unten links */
 margin: 0px 1px 0px 1px;
 padding: 0px;
}

iframe {
 width: 95%;
 height: 99%;
 margin: 0px;
 border: 0px;
 align: center;
 padding: 0px;
 background: #EFEFEF; /* Old browsers */
 background: transparent;
 background-color: transparent;
 filter: progid:DXImageTransform.Microsoft.gradient( GradientType=1, startColorstr='#1b1b1b', endColorstr='#BDBDBD');
/*  height: 100%; */
/* background-color: -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 background-color: filter: alpha(opacity=0);
 background: -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 background: filter: alpha(opacity=0);
*/
}

A:link, A:active, A:visited {
 font-family: Tahoma;
 margin: 0px;
 border: 0px;
 color: #000000;
 text-Decoration:none;
 cursor: pointer;
}

table, td, tr {
 font-family: Tahoma;
 background: #EFEFEF;
 font-size: 14pt;
}

table.main {
 width: 100%;
 height: 100%;
 background: #7B7D7B; /* Old browsers */
 background: -moz-linear-gradient(left, #000000 0%, #FFFFFF 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(left, #000000 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(left, #000000 0%,#FFFFFF 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(left, #000000 0%,#ffffff 100%); /* IE10+ */
 background: linear-gradient(left, #000000 0%,#ffffff 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( GradientType=1, startColorstr='#000000', endColorstr='#BDBEBD'); /* IE6-9 */
/*  height: 100%; */
 background-repeat: no-repeat;
 background-attachment: fixed;
/*  width: 100%; */
 background-position: 0px 0px;
}

table.konoba {
 width: 80%;
 height: 80%;
}

.konoba {
/* width: 100%;
/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);*/
background: #0000ff; /* Old browsers */
background: -moz-linear-gradient(top, #ff0000 0%, #ffffff 45%, #ffffff 55%, #0000ff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(45%,#ffffff), color-stop(55%,#ffffff), color-stop(100%,#0000ff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ff0000 0%,#ffffff 45%,#ffffff 55%,#0000ff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ff0000 0%,#ffffff 45%,#ffffff 55%,#0000ff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ff0000 0%, #ffffff 50%, #0000ff 100%); /* IE10+ */
background: linear-gradient(to bottom right, #ff0000 0%,#ffffff 50%,#0000ff 100%); /* W3C */
}

td.konoba2 {
 width: 100%;
 height: 100%;
/* filter: progid:DXImageTransform.Microsoft.gradient( GradientType=1, startColorstr='red', endColorstr='blue'); background: -ms-linear-gradient(top, red 0%, white 50%, blue 100%); /* IE10+ */
/* background-image: linear-gradient(180deg, red, white, blue);
/* background-image: linear-gradient (180deg, red, white, blue);*/
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#ff0000',GradientType=0 ); /* IE6-8 */
background: -ms-linear-gradient(top, #ff0000, #ffffff, #0000ff); /* IE10+ */
}

td.menucell {
 height: 40px;
 cursor: pointer;
 border-top: 1px solid transparent;
 border-right: 1px solid transparent;
 border-bottom: 1px solid transparent;
 border-left: 1px solid transparent;
 text-align: center;
 vertical-align: middle;
 font-size: 16pt;

}

td.mousedown {
 height: 40px;
 background-color: #BDBEBD;
 text-decoration: underline;
 border-left: 1px solid #EFEFEF;
 border-bottom: 1px solid #EFEFEF;
 border-top: 1px solid #393C39;
 border-right: 1px solid #393C39;
 cursor: pointer;
 text-align: center;
 vertical-align: middle;
 font-size: 16pt;

}

td.mouseout {
 height: 40px;
 background-color: transparent;
 text-decoration: none;
 cursor: normal;
 text-align: center;
 vertical-align: middle;
 font-size: 16pt;

}

td.mouseup {
 height: 40px;
 background-color: #7B7D7B;
 text-decoration: underline;
 cursor: url(pistole2.cur),pointer;
 text-align: center;
 vertical-align: middle;
 font-size: 16pt;

}

td.mouseover {
 height: 40px;
 background-color: #7B7D7B;
 text-decoration: underline;
 text-align: center;
 border-right: 1px solid #EFEFEF;
 border-top: 1px solid #EFEFEF;
 border-bottom: 1px solid #393C39;
 border-left: 1px solid #393C39;
 cursor: url(pistole2.cur),pointer;
 vertical-align: middle;
 font-size: 16pt;

}

table.menu {
 font-family: Tahoma;
 font-size: 14pt;
 cursor:pointer;
}

A.mouseOn {
 text-Decoration:underline;
 color: #A52021;
 cursor: pointer;
}

A.mouseOff {
 text-Decoration:none;
 color: #000000;
 cursor: default;
}

img {
 border: 0px solid #000000;
}

iframe {
 margin: 1px;
 background-color: transparent;
 frameborder: 0px;
}