html {
  overflow-y: scroll;
}
body {
  margin:0;
  padding:0;
  background:#264345; /* url(/assets/images/body-bg.png) 50% 0 repeat-y;*/
}
body,table,input,textarea,button,select {
  font-family:verdana,sans-serif;
  font-size:13px;
  line-height:20px;
  color:#6f6f6e;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}

h1 {
  font-size:28px;
  line-height:28px;
  font-weight:normal;
  color:#9c9b9b;
  margin:0 0 25px 0;
}
h1 b,
h1 strong {
  font-weight:normal;
  color:#000;
}
h2 {
  font-size:12px;
  font-weight:bold;
  color:#000;
}
h3 {
  font-size:12px;
  font-weight:bold;
}
h4,h5,h6 {
  font-size:12px;
}
a {
  text-decoration:underline;
  color:#6f6f6e;
}
a:hover {
  color:#555;
}
b,
strong {
  font-weight:normal;
  color:#000;
}

img {
  border:0;
}
small {
  font-size:11px;
  line-height:16px;
}

/* clearfix
********************************/
.clearfix:after {  /* Firefox, IE8, Opera, Safari, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html .clearfix { /* IE7 */
  display: inline-block;
}
* html .clearfix { /* IE6 */
  height: 1%;
}

/* Seitenelemente (Master)
********************************/
#ad {
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:999;
  background:#264345;
  cursor:pointer;
}
#ad img {
  position:absolute;
  left:50%;
  top:50%;
  margin:-350px 0 0 -247px;
}
#ad a {
  display:block;
  width:26px;
  height:26px;
  position:absolute;
  left:50%;
  top:50%;
  background:url(/assets/images/icon-close.png);
  margin:-363px 0 0 234px;
}

#loading {
  position:absolute;
  z-index:100;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background:#264345 url(/assets/images/loading.gif) no-repeat 50% 50%;
}
#top {
  width:100%;
  height:38px;
  background:#fff url(/assets/images/top-bg.jpg) no-repeat 50% 0;
  position:fixed;
  z-index:99;
}
#top-inner {
  width:680px;
  margin:0 auto;
  position:relative;
  height:38px;
}
#top #logo {
  position:absolute;
  top:0;
  left:274px;
  display:block;
}
#top .nv {
  line-height:38px;
}
#top .nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
  position:relative;
  line-height:38px;
}
#top .nv ul li {
  margin:0;
  padding:0;
  display:block;
  float:left;
  padding:0;
}
#top .nv ul li a {
  display:block;
  color:#001F1F;
  padding:0 5px;
  text-decoration:none;
}
#top .nv ul li a:hover {
  text-decoration:none;
  background:url(/assets/images/nv-bg.png);
}
#top .nv ul li.a1 a,
#top .nv ul li.s1 a {
  background:url(/assets/images/nv-bg.png);
}

#top .nv ul ul {
  position:absolute;
  background:url(/assets/images/nv-bg.png);
  text-align:left;
  line-height:22px;
  display:none;
}
#top .nv ul ul li {
  float:none;
  white-space:nowrap;
}
#top .nv ul ul li a:before {
  content:'+ ';
}
#top .nv ul ul li a:hover {
  background:transparent;
}

#top #nv-left {
  position:absolute;
  top:0;
  left:0px;
  max-width:274px;
}
#top #nv-right {
  position:absolute;
  top:0;
  right:0px;
  max-width:274px;
}

#top .nv42 a span {
  display:inline-block;
  vertical-align:top;
  width:14px;
  height:38px;
  background:url(/assets/images/news-dot.png) no-repeat 0 50%;
  color:#fff;
  font-size:10px;
}

#top #social {
  position:absolute;
  right:5px;
  top:9px;
}

#left {
  position:absolute;
  right:50%;
  width:430px;
  margin:180px 50px 0 0;
}
#right {
  position:absolute;
  left:50%;
  width:430px;
  margin:180px 0 0 50px;
  color:#fff;
}

.page {
  background:#fff;
  width:100%;
  height:100%;
  position:absolute;
  left:-100%;
  top:0;
  right:0;
  bottom:0;
  overflow:hidden;
  z-index:9;
}
.page-scroll {
  width:680px;
  margin:0 auto 0 auto;
  padding:120px 40px 0 40px;
  overflow:auto;
}
.page-content {
  width:680px;
  margin:0 auto 0 auto;
  padding:0;
}
.jspVerticalBar,
.jspTrack,
.jspDrag {
  background:transparent !important;
  cursor:default !important;
}
.jspScrollable:focus,
.jspContainer:focus,
.jspPane:focus {
  outline:0 !important;
}
#id2 {
  left:0;
  background:url(/assets/images/body-bg.png) 50% 0;
}
#start-link {
  width:40px;
  height:100%;
  position:absolute;
  top:0;
  right:0;
  background:#264345 url(/assets/images/start-link-bg.png) no-repeat 50% 80px;;
  cursor:pointer;
  z-index:98;
}
