body {
  margin:0;
  padding:0;
  background:#fff url(/assets/images/body-bg.png) repeat-x 50% 0;
}
body,table,input,textarea,button,select {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#1d1c51;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}

h1 {
  font-size:22px;
  line-height:24px;
  font-weight:normal;
  font-family:Swis721 Cn BT,arial;
}
h2 {
  font-size:18px;
  line-height:20px;
  font-weight:normal;
  font-family:Swis721 Cn BT,arial;
}
h3 {
  font-size:16px;
  line-height:18px;
  font-weight:normal;
}
h4,h5,h6 {
  font-size:12px;
}
a {
  text-decoration:none;
  color:#5b5bab;
}
a:hover {
  text-decoration:underline;
}
a.rarr {
  padding:0 6px 0 0;
  background:url(/assets/images/rarr.png) no-repeat 100% 50%;
}
a.larr {
  padding:0 0 0 6px;
  background:url(/assets/images/larr.png) no-repeat 0 50%;
}

img {
  border:0;
}
ul {
  margin:0 0 15px 0;
  padding:0;
  list-style-type:square;
}
ul li {
  margin:0 0 0 15px;
  padding:0;
}
ol {
  margin:0 0 15px 0;
  padding:0;
}
ol li {
  margin:0 0 0 20px;
  padding:0;
}

/* Tabelle
*********************************/
table {
  margin:0 0 8px 0;
  border-spacing:0px;
  border-collapse:collapse;
}
table th {
  background:#6b6b6b;
  text-align:left;
  vertical-align:bottom;
  padding:3px 10px 3px 3px;
  border:0;
  color:#fff;
}
table th a {
  color:#fff;
}
table tr td {
  background:#ececec;
  padding:3px 10px 3px 3px;
  vertical-align:top;
  text-align:left;
  border:0;
}
table tr:nth-child(odd) td {
  background:#f6f6f6;
}

/* 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 {
}
#header {
  height:240px;
}
#header-vp {
  width:940px;
  height:240px;
  margin:0 auto;
  position:relative;
}
#header #logo {
  display:block;
  position:absolute;
  left:50%;
  top:95px;
  margin:0 0 0 -483px;
  z-index:3;
}
#header #fastlinks {
  position:absolute;
  right:0;
  top:0;
  line-height:20px;
  font-size:11px;
  color:#d7d7d7;
}
#header #fastlinks a {
  color:#d7d7d7;
}
#header #fastlinks a:hover {
  color:#fff;
  text-decoration:none;
}

#search {
  position:absolute;
  right:0;
  top:200px;
  z-index:4;
}
#search label {
  display:none;
}
#search input.text {
  width:190px;
  box-shadow:0 0 3px #aaa;
  -moz-box-shadow:0 0 3px #aaa;
  -webkit-box-shadow:0 0 3px #aaa;
}

#header-bg {
  width:100%;
  height:160px;
  background:url(/assets/images/header-bg.jpg) 50% 0 no-repeat;
  position:absolute;
  top:80px;
  z-index:2;
}

#nv1 {
  position:absolute;
  left:0;
  top:40px;
  width:980px;
  line-height:40px;
  font-size:14px;
  font-weight:bold;
  text-shadow:0 1px 1px rgba(0,0,0,.33);
}
#nv1 ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv1 ul li {
  margin:0 10px 0 0;
  padding:0;
  float:left;
}
#nv1 ul li a {
  display:block;
  color:#fff;
  padding:0 10px;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
}
#nv1 ul li a:hover {
  text-decoration:none;
}
#nv1 ul li.a1 a,
#nv1 ul li.s1 a {
  background:#fff;
  color:#111483;
  box-shadow:1px 0 2px rgba(0,0,0,.33);
}
#main {
  width:940px;
  min-height:300px;
  margin:30px auto 30px auto;
}
#rightbar {
  width:300px;
  float:right;
}
#rightbar .jiggys {
  border-bottom:solid #1d1c51 1px;
}
#nv2 {
  margin:0 0 30px 0;
  line-height:30px;
  font-size:14px;
}
#nv2 ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv2 ul li {
  margin:0;
  padding:0;
}
#nv2 ul li a {
  display:block;
  padding:0 0 0 40px;
  color:#1d1c51;
  background:url(/assets/images/nv2-bg.png);
}
#nv2 ul li a:hover {
  text-decoration:none;
  background:url(/assets/images/nv2-bg.png) 0 -30px;
}
#nv2 ul li.a1 a,
#nv2 ul li.s1 a {
  background:url(/assets/images/nv2-bg.png) 0 -30px;
  font-weight:bold;
}

#nv2 ul ul {
  border-bottom:solid #d9d9eb 1px;
  padding:0 0 5px 0;
}
#nv2 ul ul li {
  line-height:20px;
}
#nv2 ul ul li a {
  background:transparent !important;
  font-weight:normal !important;
}
#nv2 ul ul li.a1 a,
#nv2 ul ul li.s1 a {
  font-weight:bold !important;
}

#content {
  width:620px;
  float:right;
  margin:0 20px 0 0;
}

#footer {
  clear:both;
  background:#b3b3b4;
}
#sitemap-vp {
  width:940px;
  margin:0 auto;
  padding:20px 0 20px 0;
  color:#fff;
}
#sitemap ul {
  margin:0;
  padding:0;
  list-style-type:none;
  font-size:14px;
  font-weight:bold;
  text-shadow:0 1px 1px rgba(0,0,0,.33);
}
#sitemap ul li {
  float:left;
  margin:0 20px 0 0;
  max-width:150px;
  overflow:hidden;
  text-overflow: ellipsis;
}
#sitemap ul li a {
  color:#fff;
}
#sitemap ul ul {
  font-size:11px;
  font-weight:normal;
  text-shadow:none;
  margin:10px 0 0 0;
}
#sitemap ul ul li {
  float:none;
}

#sitemap ul ul ul {
  display:none;
}

#sitemap ul li.id2,
#sitemap li.id158,
#sitemap li.id46 ul {
  display:none;
}

#copyright {
  background:#9f9f9f;
  color:#fff;
  font-family:georgia,serif;
}
#copyright-vp {
  width:940px;
  margin:0 auto;
  padding:20px 0 40px 70px;
  background:url(/assets/images/vdf-footer.png) no-repeat 0 50%;
}
