body {
  margin:0;
  padding:0;
  background:#fff url(/assets/images/body-bg.gif) repeat-y 0 0;
}
body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:11px;
  color:#000;
  line-height:18px;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,table {
  margin:0 0 8px 0;
}
h1 {
  font-size:18px;
  line-height:30px;
  margin:0 0 10px 0;
  font-weight:normal;
  color:#4c4c4c;
}
h2,h3,h4,h5,h6 {
  font-size:11px;
  line-height:20px;
  color:#000;
}


a {
  color:#1f317f;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a.larr {
  padding-left:12px;
  background:url(/assets/images/larr.gif) no-repeat 0 4px;
  font-weight:bold;
}
a.rarr {
  padding-right:12px;
  background:url(/assets/images/rarr.gif) no-repeat 100% 4px;
  font-weight:bold;
}
ul {
  margin:0 0 8px 16px;
  padding:0;
}
ul li {
  margin:0;
  padding:0;
}
img {
  border:0;
}
img.left {
  margin:0 15px 10px 0;
  float:left;
}
img.right {
  margin:0 0 10px 15px;
  flaot:right;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#container {
  min-width:990px;
}
#header {
  height:120px;
  background:#fff;
  padding:0 0 0 205px;
  width:785px;
}
#header #logo {
  width:195px;
  height:120px;
  float:left;
  background:url(/assets/images/logo-bgb.gif) no-repeat 0 0;
  margin:0 0 0 0; /*205px;*/
  text-indent:-9999px;
}
#header #header-image {
  float:left;
  width:590px;
  height:120px;
  background:no-repeat 0 0;
}
#bluebar {
  height:70px;
  background:#1f317f;
}
#bluebar #bluebar-image {
  float:left;
  width:230px;
  height:70px;
  background:#7e7e81 url(/assets/images/bgb-gruppe.jpg);
}
#tc40 #bluebar #bluebar-image,
#tc41 #bluebar #bluebar-image {
  background:#7e7e81; /* bei Ansprechpartner/Vita kein Bild*/
}
#bluebar #bluebar-text {
  float:left;
  width:570px;
  height:70px;
  text-indent:-9999px;
  background:url(/assets/images/bluebar-text.gif) no-repeat 0 100%;
}
#main {
  clear:both;
  width:990px;
}
#leftbar {
  width:165px;
  float:left;
  padding:60px 15px 10px 50px;
}
.nv {
  margin:0;
  padding:0;
  list-style-type:none;
  line-height:14px;
}
.nv li {
  margin:0 0 14px 0;
  padding:0;
}
.nv li a {
  display:block;
  /* text-align:right; conflict with text-indent */
  background:no-repeat 100% 0;
  text-indent:-9999px;
  height:14px;
}
.nv li a:hover,
.nv li.a1 a {
  background-position:100% -14px;
}

#nv1 {
  margin:0 0 85px 0;
}
#content {
  padding:20px;
  width:530px;
  float:left;
}
#rightbar {
  float:left;
  width:160px;
  padding:60px 10px 10px 20px;
}
#rightbar .vcard{
  margin-bottom:40px;
}
#rightbar .kooperation {
  color:#888;
}