body {
  background: #eeecea url(/img/ui/bg.gif) repeat-x 0 0;
  color: #000000;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}



p, h1, h2, h3, h4, ul {
  font-weight: normal;
  margin-bottom: 18px;
}

h2 {
  font-size: 18px;
}

a {
  color: #c00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  margin: 50px auto;
  width: 944px;
}

#header {
  background: transparent url(/img/ui/head-bg.gif) no-repeat 0 0;
  height: 150px;
  overflow: hidden;
  position: relative;
}

#logo {
  bottom: -5px;
  left: 0;
  position: absolute;
}

#kv01 {
  border-right: 1px solid #ccc;
  left: 496px;
  position: absolute;
  top: 0;
}

#kv02 {
  border-right: 1px solid #ccc;
  left: 620px;
  position: absolute;
  top: 0;
}

#kv03 {
  left: 744px;
  position: absolute;
  top: 0;
}

#date {
  margin-top: 12px;
  text-align: right;
  width: 486px;
}

#date a {
  text-decoration: underline;
}

#navigation {
  background: transparent url(/img/ui/nav-bg.gif) no-repeat 0 0;
  height: 51px;
  overflow: hidden;
}

#navigation ul.ul-1 {
  float: right;
  margin: 10px 16px;
}

#navigation li {
  float: left;
}

#navigation li.li-2 {
  display: none;
}

#navigation a {
  color: #000;
  display: inline;
}

#navigation a.pathpart,
#navigation a.selected {
  color: #fff;
}

#navigation li.pipe {
  background: transparent url(/img/ui/pipe.gif) no-repeat 9px 3px;
  padding-left: 21px;
}

#main {
  background: transparent url(/img/ui/content-bg.gif) repeat-y 0 0;
  float: left;
  position: relative;
  width: 745px;
}

#main-bottom {
  background: transparent url(/img/ui/main-bottom.gif) no-repeat 0 0;
  overflow: hidden;
  height: 40px;
}

#content {
  margin: 30px;
  min-height: 360px;
  width: 436px;
}

#content li {
  background: transparent url(/img/ui/marker.gif) no-repeat 4px 6px;
  color: #c00;
  font-size: 15px;
  line-height: 27px;
  padding-left: 20px;
}

#content li .hilite {
  color: #000;
}

#content table {
  width: 100%;
}

#content td {
  padding-top: 8px;
  width: 50%;
}

#content td strong {
  color: #c00;
}

#content-top-left {
  background: transparent url(/img/ui/content-top-left.gif) no-repeat 0 0;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

#content-top-right {
  background: transparent url(/img/ui/content-top-right.gif) no-repeat 0 0;
  height: 10px;
  right: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

#kv {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 249px;
}

#subnav {
  background: transparent url(/img/ui/box-bg.gif) no-repeat 0 bottom;
  float: right;
  width: 186px;
}

#subnav li {
  border-top: 1px solid #ccc;
}

#subnav li.first {
  border-top: 0;
}

#subnav a {
  color: #999;
  display: block;
  padding: 2px 0 2px 8px;
}

#subnav a.selected {
  color: #000;
}

#subnav-top {
  background: transparent url(/img/ui/subnav-top.gif) no-repeat 0 top;
  overflow: hidden;
  height: 7px;
}

#margin {
  color: #666;
  float: right;
  width: 186px;
}

#demoband-link {
  float: right;
}

#galerie {
  width: 280px;
}

#galerie img {
  cursor: pointer;
  margin-right: 5px;
}

.box {
  background: #fff url(/img/ui/box-bg.gif) no-repeat 0 bottom;
  padding-bottom: 4px;
}

.box h1 {
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
  margin-top: 4px;
}

.box h2 {
  background: transparent url(/img/ui/marker.gif) no-repeat 8px 3px;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
  padding-left: 18px;
  padding-right: 8px;
  margin-bottom: 8px;
  margin-top: 4px;
}

.box h3 {
  background: transparent url(/img/ui/box-hl-bg.gif) no-repeat 0 top;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  line-height: 11px;
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 3px;
  text-align: center;  
}

.box p {
  font-size: 11px;
  line-height: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.box li {
  background: transparent url(/img/ui/marker.gif) no-repeat 8px 4px;
  font-size: 11px;
  padding-left: 20px;
  padding-right: 8px;
}



/* BEGIN HELPERS */

.hilite {
  color: #c00;
}

.hidden {
  display: none;
}

.clearer {
  clear: both;
}

/* END HELPERS */