html, body, div, span, p, a, b, i, strong, emph, img, ul.service, ul.nav_super, dl.nav_sub, ul.breadcrumbs, ul.footer, form#searchform fieldset {
  padding : 0;
  margin : 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  color: #444;
  font-family: Helvetica,Verdana,Arial,sans-serif;
  vertical-align: baseline;
  background: transparent;
}

/* BLOCK POSITIONS / SIZES */
body {
  width: 900px;
  margin: 0px auto;
}
div.header_top {
  height: 100px;
}
div.header_middle {
  height: 150px;
}
div.header_bottom, div.header_bottom ul li a {
  height: 40px;
}
div.nav_super {
  margin-left: 225px;
}
div.nav_sub {
  clear:both;
  float: left;
  width: 195px;
  padding: 4em 15px 15px 15px;
}
div.main {
  float: left;
  width: 675px;
}
div.main_content {
  float: left;
  width: 430px;
  padding: 1em 30px;
  display: inline;
}
div.feature {
  float: left;
  width: 170px;
  padding: 2em 10px 1em 5px;
  display: inline;
}

/* overflows to clear floats */
div.content, div.main, div.main_top {
  overflow: auto;
}

div.contactform p, div.header_bottom, div.nav_super ul {
  overflow: hidden;
}

/* full widht / height */
div.above,
  div.header, div.header_top, div.header_middle, div.header_bottom,
  div.content, div.main_top, div.main_center,
  div.footer, div.footer + * {
  width: 100%;
}

/*
IE6 display Scrollbars at main_top.
*/
div.main_top {
  width:100%;
  overflow:hidden;
}
/*
div.header_bottom *, div.main_content, div.feature, div.nav_sub{
  height: 100%;
}
*/

a.vwdlink { display: block; position: relative; margin-right: 10px; float: right;}
a#link_db_de, a#link_db_ch { position: relative; margin-top: 5px; margin-left: 1em; padding-left: 40px; display: block; border-bottom: none; }
a#link_db_de { background: url('../images_edg/flag_de.png') no-repeat 0 0; }
a#link_db_ch { background: url('../images_edg/flag_ch.png') no-repeat 0 0; }

/* Footer sticking to bottom */
html, body { height: 100%; } /* page must take full height */
div.above {
  position: relative;
  min-height: 100%;
} /* wrapper above footer must take full height */
* html div.above {
  height: 100%;
}
div.main {
  padding-bottom: 6em;
} /* element on lower border must leave room for footer */
div.footer { position: relative; margin-top: -4.5em; padding-top: 1em; height: 3.5em; } /* gets placed in visible space due to neg. margin */
* html div.footer { margin-top: -4.4em; } /* IE-quirk workaround */

html { font-size: 75%; }
div.footer, div.main_content form input,
div.main_content form label, div.feature p
		{ font-size: 0.9em; }
div.main_content form legend { font-size: 1.1em; }
div.feature h1 { font-size: 1.2em; }
div.nav_sub h1 { font-size: 1.3em; }
div.main_content h1 { font-size: 1.8em; }
/*
html {
  background-color: #eee;
}
*/

html { background: url('../images_edg/top.png') repeat-x 0 0; }

body {
  background-color: #fff;
}


.header_bottom, .footer {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.footer {
  border-top: 1px solid #eee;
}


div.above {
  background-color: #eee;
  /* colored bar on the left */
  background: url('../images_edg/nav_left.png') repeat-y 0 0;
}

div.header {
  background-color: #fff;
}

div.header_top {
  background: url('../images_edg/top.png') repeat-x 0 0;
}

a.sitelogo {
  position: absolute;
  display: block;
  top: 30px;
  left: 0px;
  width: 84px;
  height: 62px;
  text-decoration: none;
  font-style: normal;
  background: url('../images_edg/edg-logo.gif') no-repeat 0 0;
}

div.sitename {
  visibility: hidden;
}

div.service {
  float: right;
  padding: 40px 1em 1em 1em;
}
div.service ul {
  text-align: center;
  vertical-align: middle;
  list-style-type: none;
}
div.service ul li {
  display: inline;
  padding: 0 1em;
  border-left: 1px solid #666;
}
div.service ul li:first-child { border: none; }
div.service ul li a { text-decoration: none; color: #666; }
div.service ul li a:hover { color: #999; }

div.header-img1 { background: url('../images_edg/banner-hg.jpg') no-repeat 0 0; }
div.header-img2 { background: url('../images_edg/banner2.jpg') no-repeat 0 0; }
div.header-img3 { background: url('../images_edg/banner3.jpg') no-repeat 0 0; }
div.header-img4 { background: url('../images_edg/banner4.jpg') no-repeat 0 0; }
div.header-img5 { background: url('../images_edg/banner5.jpg') no-repeat 0 0; }
div.header-img6 { background: url('../images_edg/banner6.jpg') no-repeat 0 0; }
div.header-img7 { background: url('../images_edg/banner7.jpg') no-repeat 0 0; }
div.header-img8 { background: url('../images_edg/banner8.jpg') no-repeat 0 0; }
div.header-img9 { background: url('../images_edg/banner9.jpg') no-repeat 0 0; }
div.header-img0 { background: url('../images_edg/banner0.jpg') no-repeat 0 0; }

div.header_bottom {
  background: url('../images_edg/nav_back.png') repeat-x 0 0;
}

/*
Set left Border via UL
*/
div.nav_super ul {
    border-left: 1px solid #aaa;
}
div.nav_super ul li {
  float: left;
  border-right: 1px solid #aaa;
}

/*
Star Hack to set width for li Items only in IE
*/
* html div.header_bottom ul li {
  width:1%;
}

div.nav_super ul li a {
  display: block;
  padding: 1em;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
}

div.nav_super ul li a:hover {
  color: #333;
  background: url('../images_edg/menu.png') repeat-x 0 0;
}
div.nav_super ul li a:hover * {
  color: #333;
}

div.nav_super ul li a span {
  margin: auto;
}
div.nav_super ul * {
  color: #666;
}

/* default style for links in content */
div.main_center a, div.main_center a:link, div.main_center a:visited,
div.p a, div.main_center a *, div.main_center a:link *, div.main_center a:visited * {
  color: #967000;
  border-bottom: 1px solid #9e760b;
  text-decoration: none;
  font-weight: bold;
}
div.p a, div.main_center a:hover, div.main_center a:hover * {
  color: #a57c0b;
  border-bottom: 1px solid #967000;
  text-decoration: none;
  font-weight: bold;
}
/*
div.nav_sub > ul, div.nav_sub > ol
div.main_content > ul, div.main_content > ol
div.feature > ul, div.feature > ol {
  margin: 0.5em 1em;
}
*/

div.nav_sub {
  color: #999;
}

div.nav_sub h1 {
  margin-top: 0.5em;
  color: #444;
  font-weight: bold;
}
div.nav_sub h1 * {
  color: #444;
  font-weight: bold;
}

div.nav_sub p {
  margin: 0.2em 1em 0 1em;
  line-height: 1.3em;
}

div.nav_sub dl {
  margin-left: 5px;
  border-left: 2px dotted #aaa;
}
div.nav_sub dl a, div.nav_sub dl a:visited, div.nav_sub dl a:link {
  display: block;
  min-height: 2em;
  height: 2em;
  line-height: 1.4em;
  margin-left: 6px;
  padding: 5px 5px 0px 20px;
  text-decoration: none;
  color: #777;
  font-weight: bold;
  font-size: 1.2em;
}
div.nav_sub dl a:hover {
  color: #967000;
  border-left: 4px solid #999;
  font-size: 1.28em;
  text-decoration: none;
}

ul.breadcrumbs {
  float: left;
  margin: 5px 0px 5px 0px;
  padding-left: 10px;
}
ul.breadcrumbs li {
  display: inline;
  float:left;
  margin-right: 8px;
  padding-left: 13px;
  text-align: center;
  vertical-align: middle;
  list-style-type: none;
  background: url('../images_edg/next_crumb.gif') no-repeat 0 center;
}
ul.breadcrumbs a {
  text-decoration: none;
  color: #333;
}
ul.breadcrumbs a:hover {
  color: #666;
}

div.searchform {
  float: right;
  text-align: right;
  margin: 5px;
}

div.main_content {
  text-align: justify;
  line-height: 1.5em;
}
div.main_content h1 {
  padding-bottom: 2px;
  margin: 1em 0 1em -5px;
  border-bottom: 7px solid #e1e1e1;
  color: #666;
  font-weight: bold;
}
div.main_content h1 * {
  color: #666;
  font-weight: bold;
}
div.main_content h2, div.main_content h3 {
  margin: 1em 0 0.5em;
}

div.feature h1 {
  margin: 0.5em 0 0.5em -5px;
  padding-left: 5px;
  background-color: #ccc;
  color: #666;
  font-weight: bold;
}
div.feature h1 * {
  color: #666;
  font-weight: bold;
}

div.footer {
  position: relative;
  text-align: center;
  vertical-align: middle;
  background: url('../images_edg/bottom2.png') repeat-x 0 0;
  background-color: #eee;
}
div.footer * {
  color: #666;
}
div.footer + * {
  margin: 0 auto;
}
div.footer ul li {
  display: inline;
  border-left: 1px solid #666;
  padding: 0 1em;
}
div.footer ul li:first-child { border: none; background: transparent; }

div.footer ul li a       { color: #666; text-decoration: none; }
div.footer ul li a:hover { color: #999; }


/* NAVIGATION */
div.service li, div.nav_super li, div.footer li {
  text-align: center;
  vertical-align: middle;
  list-style-type: none;
  display: inline;
}

/* COLORS AND MORE */
ul {
  list-style-image: url('../images_edg/bullet.png');
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #333;
}

hr {
  height: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
}

div.p {
  margin: 1em 0 2em 0;
}

.main_content div.p {
  margin: 1em 0;
}

div.main div.main_center a.block, div.main div.main_center a.block * {
  display:block; text-decoration:none; border-bottom: none;
}
div.main div.main_center a.block p { position: relative; width: 100%; text-align: center; }
/* SANITIZED FROM OLD TEMPLATE */
.contactform p {
  margin-bottom: 1em;
}

.contactform form {
  width: 418px;
  margin-top: 2em;
  padding: 10px 10px 0px 10px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
}

.contactform fieldset {
  padding-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

.contactform label.left {
  float: left;
  width: 100px;
  margin-left: 10px;
  padding: 2px;
}

.contactform fieldset legend {
  margin-left: 5px;
  padding: 0px 2px;
  color: #666;
  font-weight: bold;
}

.contactform input.field {
  width: 275px;
  padding: 2px;
  border: 1px solid #ccc;
}

.contactform textarea {
  width: 275px;
  padding: 2px;
  border: 1px solid #ccc;
}

.contactform input.button {
  float: right;
  width: 9em;
  margin-right: 20px;
  padding: 1px;
  text-align: center;
  background-color: #eee;
  border: 1px solid #999;
  color: #999;
}

.contactform input.button:hover {
  background-color: #ddd;
  border: 1px solid #666;
  color: #666;
  cursor: pointer;
}

.contactform img {
  clear: both;
  float: left;
  margin: 3px 10px 7px 0px;
  padding: 1px;
  border: 1px solid #999;
}
.contactform a img {
  border: 1px solid #999;
}
.contactform a:hover img {
  border: 1px solid #999;
}
