body {
  margin:0;
  padding:0;
}
body,table,input,textarea,button,select {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:14px;
  color:#56595B;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}
h1 {
  font-size:20px;
  font-weight:normal;
  color:#004990;
  line-height:24px;
  margin:0 0 21px 0;
}
h2,h3,h4,h5,h6 {
  font-size:12px;
  line-height:14px;
  margin:0 0 6px 0;
}
a {
  color:#004489;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
ul {
  list-style-type:none;
  margin:0 0 15px 0;
  padding:0;
}
ul li {
  margin:0;
  padding:0 0 0 16px;
  background:url(/assets/images/li.png) no-repeat 1px 4px;
}
ul.two-columns li {
  float:left;
  width:240px;
  padding-right:20px;
}
img {
  border:0;
}
table {
  border-spacing:0;
}
table td {
  padding:0;
  vertical-align:top;
}

.small {
  font-size:11px;
  line-height:13px;
}
.compact h2,.compact h3,.compact h4,.compact h5,.compact h6, .compact p,.compact ul {
  margin:0 0 5px 0;
}

a.larr {
  background:url(/assets/images/larr.png) 0 2px no-repeat;
  padding:0 0 0 15px;
}
a.rarr {
  background:url(/assets/images/rarr.png) 100% 2px no-repeat;
  padding:0 15px 0 0;
}
span.indent {
  display:block;
  float:left;
  width:55px;
  height:14px;
}
.clear {
  clear:both;
}

/* 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%;
}

#container {
  width:1024px;
  margin:0 auto;
  background:#fff url(/assets/images/body-bg.png) 0 0 repeat-y;
}
#leftbar {
  width:157px;
  float:left;
}
#logo {
  display:block;
  margin:71px 25px 45px 25px;
}

#middle {
  width:710px;
  min-height:800px;
  float:left;
  background:url(/assets/images/middle-bg.jpg) repeat-x;
  position:relative;
}
#main {
  margin:35px 25px 0 25px;
  height:719px;
  background:url(/assets/images/main-bg.png);
  border:solid #8E8E8E 1px;
}
#path {
  display:none;
}
#nv {
  height:85px;
  position:relative;
  text-align:center;
}
#nv ul {
  margin:0 auto;
  height:71px;
  display:inline-block;
  width:auto;
  padding:0;
  list-style-type:none;
}
#nv ul li {
  margin:0;
  padding:0;
  float:left;
  background:transparent;
}
#nv ul li a {
  color:#A0A0A5;
  display:block;
  width:80px;
  height:50px;
  padding:15px 15px 0 15px;
  background:url(/assets/images/nv-bg.png) 50% 0 no-repeat;
  white-space:nowrap;
}
#nv ul li a:hover,
#nv ul li.a1 a,
#nv ul li.s1 a {
  text-decoration:none;
  color:#56595B;
  background-position:50% -71px;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  font-weight:bold;
}

#nv ul ul {
  position:absolute;
  left:0;
  top:339px;
  line-height:26px;
  height:26px;
  width:658px;
}
#nv ul ul li {
  border-right:solid #56595B 1px;
}
#nv ul ul li:last-child {
  border-right:0;
}
#nv ul ul li a {
  font-weight:normal !important;
  color:#56595B !important;
  background:transparent;
  padding:0 8px;
  height:auto;
  width:auto;
}
#nv ul ul li a:hover,
#nv ul ul li.a1 a,
#nv ul ul li.s1 a {
  background:#A0A0A5;
  color:#fff;
}

#nv ul ul ul {
  position:absolute;
  top:26px;
}
#nv ul ul ul li {
  border-right:solid #ddddde 1px !important;
}
#nv ul ul ul li:last-child {
  border-right:0 !important;
}
#nv ul ul ul li a {
  color:#ddddde !important;
}
#nv ul ul ul li a:hover,
#nv ul ul ul li.a1 a,
#nv ul ul ul li.s1 a {
  color:#fff !important;
}

#content {
  padding:0 49px  0 49px;
  margin:0 0 73px 0;
  height:233px;
  /*overflow:hidden;*/
}

#media {
  width:658px;
  height:285px;
  margin:0 0 5px 0;
  position:relative;
  display:block;
}
#media .shadow {
  position:absolute;
  z-index:999;
  width:658px;
  height:16px;
  background:url(/assets/images/media-shadow.png);
}

#fastlinks {
  font-size:11px;
  line-height:38px;
  text-align:center;
  display:block;
  position:absolute;
  right:25px;
  top:0;
}
#fastlinks a {
  color:#56595B;
  padding:0 5px;
}
.lang-de .de {
  display:none;
}
.lang-en .en {
  display:none;
}

#footer {
  font-size:10px;
  line-height:44px;
  text-align:center;
}
#footer a {
  color:#56595B;
  padding:0 5px;
}

#rightbar {
  width:157px;
  float:left;
  padding:71px 0 0 0;
}
