@charset "utf-8";

h2 {
  background:url("img/subtitle.png") no-repeat;
}

* html h2 {
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/subtitle.png);
}
#submenu {
  background:url("img/submenu_back.jpg") no-repeat;
}

dt {
  padding-left:12px;
  background:url("../img/arrow_3dots.gif") 0 6px no-repeat;
}

h4 {
  font-weight:bold;
  margin:1.6em 0;
}

#oktlink {
  width:380px;
  height:90px;
  padding:10px;
  margin:1.6em auto;
  border:solid 1px #d31101;
}

#oktlink2 {
  width:160px;
  height:210px;
  padding:10px;
  margin:1.6em;
  border:solid 1px #d31101;
}

.oktlist {
  width:510px;
  margin:1.6em auto;
}
.oktlist th, .oktlist td {
  padding:3px 0;
  border-top:dashed 1px #cccccc;
  border-bottom:dashed 1px #cccccc;
}
.oktlist th {
  font-weight:bold;
  text-align:center;
  background-color:#eeeeee;
}
