@font-face {
    font-family: GraublauWeb;
    src: url("/~vk/fonts/GraublauWeb.otf") format(opentype);
}
@font-face {
    font-family: GraublauWeb;
    font-weight: bold;
    src: url("/~vk/fonts/GraublauWebBold.otf") format(opentype);
}
body {
    font-size: 16px;
    font-family: GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
}

.visible {
   display: inline;
/*   background: black;*/
/*   color: #707070;*/
   color: #000000; /* black */
}
#centerBox1,#centerBox2,#centerBox3 {
  font-size: 14px;
  font-weight: normal;
  font-family: GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
/*  font-style: oblique;*/
  position:absolute;
  left:50%;
  width:700px; /* 500px */
  margin-top:50px;
  margin-left:-350px; /* -266px */
  padding:15px;
  color: #F0F0F0;
  background-color:#fff;
}
#centerBox {
position:absolute;
left:50%;
width:700px; /* 500px */
margin-top:50px;
margin-left:-350px; /* -266px */
padding:15px;
/*border:1px solid #333;*/
/*background-color:#eee;*/
/*border:1px dotted gray;*/
background-color:#fff;
}
.hide {
   display: none;
}
.show {
   display: inline;
}
.titlehead {
  font-size: 18px;
  font-weight: bold;
  color: #ccc;
  background-color:#fff;
}
#titleBar {
position:absolute;
left:50%;
width:100px; /* 500px */
margin-top:50px;
margin-left:-350px; /* -266px */
padding:15px;
border:1px dotted gray;
background-color:#F0F0F0;
}
#titleBar_v {
position:absolute;
left:50%;
height: 1px;
width:702px; /* 500px */
margin-top:50px;
margin-left:-351px; /* -266px */
padding:15px;
border:1px dotted gray;
background-color:#F0F0F0;
}

#demo {
   background:#ccc;
   font:100%/1.2em arial;
   width:1px;
   height:1px;
}
#demoLine_v, #demoLine_V, #demoLine_h, #demoLine_H {
   background:#ccc;
   font:100%/1.2em arial;
   width:1px;
   height:1px;
}
#demoBox {
/*   background:#ccc;*/
   border: 1px solid gray;
   min-width: 50px;
/*   max-width: 100px;*/
/*   width:100px;*/
}
#tableContainer {
border-spacing: 40px;
border: 0px solid gray;
}
#container, #container1, #container2, #container3
{
min-width: 50px;
/*max-width: 100px;*/
/*width:100px;*/
/*width:expression(document.body.clientWidth < 50? "50px" : document.body.clientWidth > 200? "200px" : "auto");*/
}

