html {
  overflow-y:scroll;
}
body {
  margin:0;
  padding:0;
  background:#cdcdcd url(/assets/images/body-bg.png) fixed 50% 0;
}
body,table,input,textarea,button,select {
  font-family:'Ubuntu',arial,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#240D01;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
  display: block;
}
audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

h1 {
  font-size:22px;
  line-height:24px;
  font-weight:normal;
}
h2 {
  font-size:18px;
  line-height:20px;
  font-weight:bold;
}
h3 {
  font-size:16px;
  line-height:18px;
  font-weight:normal;
}
h4,h5,h6 {
  font-size:12px;
}
a {
  text-decoration:none;
  color:#006bb0;
}
a:hover {
  text-decoration:underline;
}

img {
  border:0;
}

/* 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)
********************************/

#container {
  width:972px;
  padding:0 4px 4px 4px;
  background:#fff;
  margin:0 auto;
}
#header {
  height:140px;
  background:#002e5e;
  color:#fff;
  position:relative;
  margin:0 0 4px 0;
}
#header #logo {
  position:absolute;
  left:48px;
  top:40px;
}
#header #hotline {
  width:156px;
  height:130px;
  background:url(/assets/images/header-hotline-bg.png);
  text-indent:-9999px;
  position:absolute;
  top:10px;
  left:625px;
}
#header .fb-like {
  position:absolute;
  right:10px;
  bottom:10px;
  width:107px;
}
#nv {
  margin:0 0 4px 0;
}
#nv ul {
  margin:0;
  padding:0;
  list-style:none;
  width:976px;
  height:45px;
}
#nv ul li {
  margin:0 4px 0 0;
  padding:0;
  float:left;
  width:118px;
}
#nv ul li a {
  display:block;
  font-size:13px;
  line-height:20px;
  height:24px;
  padding:0 4px 21px 4px;
  background:#002e5e;
  color:#fff;
  text-transform:uppercase;
  -moz-transition:background .2s;
}
#nv ul li a:hover {
  text-decoration:none;
  background:#ba0067;
}

#nv ul li.a1 a,
#nv ul li.s1 a {
  background:#ba0067;
}

#topbar {
  height:118px;
  margin:0 0 4px 0;
}
#topbar-authors {
  float:left;
  width:728px;
  height:118px;
}
#topbar-contact {
  float:left;
  width:244px;
  height:118px;
  min-height:10px;
}

#main {
  clear:both;
  padding:59px 0 0 0;
  background:url(/assets/images/main-bg.png) no-repeat;
}
#content {
  width:728px;
  margin:0 4px 0 0;
  float:left;
}
#content > :last-child {
  /*margin-bottom:0;*/
}
#rightbar {
  width:240px;
  float:left;
}
#rightbar :last-child {
  margin-bottom:0;
}

#nv2 {
  margin:0 0 4px 0;
}
#nv2 ul {
  margin:0;
  padding:0;
  list-style:none;
}
#nv2 ul li {
  margin:0 0 4px 0;
  padding:0;
}
#nv2 ul li a {
  display:block;
  background:#77d7ff;
  color:#000;
  padding:4px 10px;
  height:27px;
  font-size:13px;
  text-transform:uppercase;
}
#nv2 ul li a:hover {
  text-decoration:none;
  background:#6dc4e9;
}
#footer {
  clear:both;
  border:solid #e9e9e9 1px;
  padding:9px;
  color:#aaa;
}
#footer a {
  color:#aaa;
}
#footer a:hover {
  color:#888;
  text-decoration:none;
}