body {
  margin:0;
  padding:0;
  background:#B6364E url(/assets/images/body-bg.png) 50% 0;
  height:100%;
}
html {
  height:100%;
}

body,table,input,textarea,button,select {
  font-family:verdana,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;
}

h1 {
  font-size:18px;
  line-height:22px;
  font-weight:bold;
  color:#B6364E;
}
h2 {
  font-size:14px;
  line-height:16px;
  font-weight:bold;
}
h3 {
  font-size:16px;
  line-height:18px;
  font-weight:normal;
}
h4,h5,h6 {
  font-size:12px;
}


a {
  text-decoration:none;
  color:#B6364E;
}
a:hover {
  text-decoration:underline;
}
a.rarr {
  font-weight:bold;
  background:url(/assets/images/rarr.png) no-repeat 100% 50%;
  padding:0 10px 0 0;
  line-height:14px;
}

img {
  border:0;
}
img.left,
img[align=left] {
  float:left;
  margin:0 20px 10px 0;
}
img.right,
img[align=right] {
  float:right;
  margin:0 0 10px 20px;
}
#content img {
  border:solid #fff 5px;
  box-shadow:0 0 10px #888;
  -moz-box-shadow:0 0 10px #888;
  -webkit-box-shadow:0 0 10px #888;
}


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

#grad-bg {
  background:url(/assets/images/grad-bg.png) 50% 0 repeat-x;
  min-height:100%;
}
#container {
  width:970px;
  margin:0 auto;
  background:#fff0d3;
  box-shadow:0 0 50px #000;
  -moz-box-shadow:0 0 50px #000;
  -webkit-box-shadow:0 0 50px #000;
}
#header {
  height:270px;
  position:relative;
}
#header #logo {
  position:absolute;
  left:20px;
  top:26px;
  z-index:4;
  display:block;
}
#header #fastlinks {
  position:absolute;
  width:910px;
  height:30px;
  line-height:30px;
  color:#ddd;
  padding:0 30px;
  text-align:right;
  font-size:11px;
  background:url(/assets/images/opaque-70.png);
  z-index:4;
}
#header #fastlinks a {
  color:#ddd;
}
#header #fastlinks a:hover {
  color:#fff;
  text-decoration:none;
}
#header #k {
  background:url(/assets/images/k.png) no-repeat;
  width:970px;
  height:270px;
  z-index:3;
  position:absolute;
}
#header #offizielle {
  position:absolute;
  right:0;
  top:181px;
  z-index:5;
}
#header #offizielle a {
  display:block;
  width:55px;
  height:60px;
  position:absolute;
  left:-111px;
  z-index:7;
  text-indent:-9999px;
  overflow:hidden;
}
#header #offizielle a.bcmargurg {
  display:block;
  width:55px;
  height:60px;
  position:absolute;
  left:-56px;
  z-index:7;
  text-indent:-9999px;
  overflow:hidden;
}
#header #offizielle img {
  display:block;
  position:absolute;
  z-index:6;
  right:0;
}

#nv1 {
  height:48px;
  position:relative;
  top:-23px;
}
#nv1 ul {
  margin:0;
  padding:0 0 0 97px;
  list-style-type:none;
  background:url(/assets/images/nv1-bg.png);
  height:48px;
  line-height:24px;
  font-size:11px;
  font-weight:bold;
}
#nv1 ul li {
  margin:0;
  padding:16px 0 0 0;
  float:left;
  width:194px;
  text-align:center;
}
#nv1 ul li a {
  display:block;
  padding:7px 0 1px 0;
}
#nv1 ul li a:hover {
  text-decoration:none;
}

#nv1 ul li.a1,
#nv1 ul li.s1 {
  background:url(/assets/images/nv1-a1.png);
}

#main {
  clear:both;
  min-height:300px;
  background:url(/assets/images/main-bg.jpg) 0 100% repeat-x;
  padding:30px 0 0 0;
}
#leftbar {
  width:180px;
  min-height:10px;
  float:left;
  margin:0 30px 0 0;
}
#nv2 {
  margin:0 0 15px 0;
}
#nv2 ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv2 ul li {
}
#nv2 ul li a {
  display:block;
  padding:5px 0 5px 20px;
}
#nv2 ul li.a1 a,
#nv2 ul li.s1 a {
  background:url(/assets/images/nv2-a1.png) no-repeat 2px 2px;
  font-weight:bold;
}

#content {
  width:540px;
  float:left;
  margin:0 20px 0 0;
}
#rightbar {
  width:170px;
  float:left;
}
#footer {
  clear:both;
  background:#FFDA98;
  padding:10px 70px;
  min-height:70px;
}
#footer .jiggys {
  width:880px;
}
