@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;
    margin: 0;
    padding: 0;
}
.bottom {
    vertical-align: bottom;
}
.top {
    vertical-align: top;
}
.title {
    font-family : GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
}
.sectionline {
    border-left: 100px solid #95E767;
    height: 5px;
    height: 100px;
}
.hbox {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;

  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;

  display: box;
  box-orient: horizontal;
  box-align: stretch;

  margin-top: 8px;
  width: 100px;
  height: 10px;
  background-color: wheat;
}
.sectionhead {
    margin-left: 10px;
    font-family : GraublauWeb, Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color : peru;
    white-space:nowrap;
}
.text {
    font-size: 16px; 
    margin-left: 10px;
}
.ident1 {
    padding: 5px;
    margin-left: 25px;
    clear: left;
}
.ident2 {
    padding: 5px;
    margin-left: 35px;
    clear: left;
}
.right {
    text-align: right;
}
.big {
    font-size: 48px; 
}
.small {
    font-size: xx-small; 
}
.sectiontitle {
    font-weight : bold;
}
.rightenv {
    margin-left: 125px;
    left: 50px;
}

a:link {
    font-family: GraublauWeb, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    border-bottom: 1px dotted #555;
}
a:visited {
    font-family: GraublauWeb, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    border-bottom: 1px dotted #555;
}
a:hover {
    font-family: GraublauWeb, Verdana, Arial, sans-serif;
    font-weight: bold;
    color: white;
    background-color:#8c8ad0;
}
a[name] {
    color: inherit;
    text-decoration: inherit;
}
.centerBox {
    position:absolute;
    left:50%;
    width:900px;
    margin-left:-450px;
    vertical-align: top;
}
div#banner
{
    color: #fff;
    border-bottom: 1px solid #000;
    margin: 0;
    padding: .5em 1.3em .5em .5em;
}
table.main_table td {
    vertical-align: top;
}
.hide {
    display: none;
}
.alignLeft { float:left; margin-right: 1em; margin-top: 5px;}
.alignRight { float:right; margin-left: 1em; }
