/* 
 * To install the fancy type plugin: */
/* Indentation instead of line shifts for sibling paragraphs. Mixin to a style like p + p */
/* 
 * For great looking type, use this code instead of asdf:
 * <span class="alt">asdf</span>
 * Best used on prepositions and ampersands. */
/* 
 * For great looking quote marks in titles, replace "asdf" with:
 * <span class="dquo">&#8220;</span>asdf&#8221;
 * (That is, when the title starts with a quote mark).
 * (You may have to change this value depending on your font size). */
/* 
 * Reduced size type with incremental leading
 * (http://www.markboulton.co.uk/journal/comments/incremental_leading/)
 * This could be used for side notes. For smaller type, you don't necessarily want to
 * follow the 1.5x vertical rhythm -- the line-height is too much.
 * Using this mixin, reduces your font size and line-height so that for
 * every four lines of normal sized type, there is five lines of the sidenote. eg:
 * Arguments: */
/* 
 * Surround uppercase words and abbreviations with this class.
 * Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  blockquote:before,
  blockquote:after,   q:before,
  q:after {
    content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

body {
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 75%; }

h1 {
  font-weight: normal;
  color: #222222;
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }
  h1 img {
    margin: 0; }

h2 {
  font-weight: normal;
  color: #222222;
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-weight: normal;
  color: #222222;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-weight: normal;
  color: #222222;
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
  height: 1.25em; }

h5 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-weight: normal;
  color: #222222;
  font-size: 1em;
  font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }
  p img {
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0; }
    p img.right {
      float: right;
      margin: 1.5em 0 1.5em 1.5em; }

a {
  text-decoration: underline;
  color: #000099; }
  a:visited {
    color: #000066; }
  a:focus {
    color: black; }
  a:hover {
    color: black; }
  a:active {
    color: #cc0099; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

dfn {
  font-style: italic;
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre, code {
  margin: 1.5em 0;
  white-space: pre;
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: disc; }

ol {
  margin: 0 1.5em 1.5em 1.5em;
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }
  dl dt {
    font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold;
  background: #C3D9FF;
  padding: 4px 10px 4px 5px; }

td {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #E5ECF9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

.quiet {
  color: #666666; }

.loud {
  color: #111111; }

.clear {
  clear: both; }

.nowrap {
  white-space: nowrap; }

.clearfix {
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  .clearfix {
    display: block; }

.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

.container {
  width: 950px;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  .container {
    display: block; }

.span-1 {
  width: 30px; }

div.span-1 {
  float: left;
  width: 30px;
  margin-right: 10px; }

.span-2 {
  width: 70px; }

div.span-2 {
  float: left;
  width: 70px;
  margin-right: 10px; }

.span-3 {
  width: 110px; }

div.span-3 {
  float: left;
  width: 110px;
  margin-right: 10px; }

.span-4 {
  width: 150px; }

div.span-4 {
  float: left;
  width: 150px;
  margin-right: 10px; }

.span-5 {
  width: 190px; }

div.span-5 {
  float: left;
  width: 190px;
  margin-right: 10px; }

.span-6 {
  width: 230px; }

div.span-6 {
  float: left;
  width: 230px;
  margin-right: 10px; }

.span-7 {
  width: 270px; }

div.span-7 {
  float: left;
  width: 270px;
  margin-right: 10px; }

.span-8 {
  width: 310px; }

div.span-8 {
  float: left;
  width: 310px;
  margin-right: 10px; }

.span-9 {
  width: 350px; }

div.span-9 {
  float: left;
  width: 350px;
  margin-right: 10px; }

.span-10 {
  width: 390px; }

div.span-10 {
  float: left;
  width: 390px;
  margin-right: 10px; }

.span-11 {
  width: 430px; }

div.span-11 {
  float: left;
  width: 430px;
  margin-right: 10px; }

.span-12 {
  width: 470px; }

div.span-12 {
  float: left;
  width: 470px;
  margin-right: 10px; }

.span-13 {
  width: 510px; }

div.span-13 {
  float: left;
  width: 510px;
  margin-right: 10px; }

.span-14 {
  width: 550px; }

div.span-14 {
  float: left;
  width: 550px;
  margin-right: 10px; }

.span-15 {
  width: 590px; }

div.span-15 {
  float: left;
  width: 590px;
  margin-right: 10px; }

.span-16 {
  width: 630px; }

div.span-16 {
  float: left;
  width: 630px;
  margin-right: 10px; }

.span-17 {
  width: 670px; }

div.span-17 {
  float: left;
  width: 670px;
  margin-right: 10px; }

.span-18 {
  width: 710px; }

div.span-18 {
  float: left;
  width: 710px;
  margin-right: 10px; }

.span-19 {
  width: 750px; }

div.span-19 {
  float: left;
  width: 750px;
  margin-right: 10px; }

.span-20 {
  width: 790px; }

div.span-20 {
  float: left;
  width: 790px;
  margin-right: 10px; }

.span-21 {
  width: 830px; }

div.span-21 {
  float: left;
  width: 830px;
  margin-right: 10px; }

.span-22 {
  width: 870px; }

div.span-22 {
  float: left;
  width: 870px;
  margin-right: 10px; }

.span-23 {
  width: 910px; }

div.span-23 {
  float: left;
  width: 910px;
  margin-right: 10px; }

.span-24 {
  width: 950px; }

div.span-24 {
  float: left;
  width: 950px;
  margin-right: 0; }

div.last {
  margin-right: 0; }

.append-1 {
  padding-right: 40px; }

.append-2 {
  padding-right: 80px; }

.append-3 {
  padding-right: 120px; }

.append-4 {
  padding-right: 160px; }

.append-5 {
  padding-right: 200px; }

.append-6 {
  padding-right: 240px; }

.append-7 {
  padding-right: 280px; }

.append-8 {
  padding-right: 320px; }

.append-9 {
  padding-right: 360px; }

.append-10 {
  padding-right: 400px; }

.append-11 {
  padding-right: 440px; }

.append-12 {
  padding-right: 480px; }

.append-13 {
  padding-right: 520px; }

.append-14 {
  padding-right: 560px; }

.append-15 {
  padding-right: 600px; }

.append-16 {
  padding-right: 640px; }

.append-17 {
  padding-right: 680px; }

.append-18 {
  padding-right: 720px; }

.append-19 {
  padding-right: 760px; }

.append-20 {
  padding-right: 800px; }

.append-21 {
  padding-right: 840px; }

.append-22 {
  padding-right: 880px; }

.append-23 {
  padding-right: 920px; }

.prepend-1 {
  padding-left: 40px; }

.prepend-2 {
  padding-left: 80px; }

.prepend-3 {
  padding-left: 120px; }

.prepend-4 {
  padding-left: 160px; }

.prepend-5 {
  padding-left: 200px; }

.prepend-6 {
  padding-left: 240px; }

.prepend-7 {
  padding-left: 280px; }

.prepend-8 {
  padding-left: 320px; }

.prepend-9 {
  padding-left: 360px; }

.prepend-10 {
  padding-left: 400px; }

.prepend-11 {
  padding-left: 440px; }

.prepend-12 {
  padding-left: 480px; }

.prepend-13 {
  padding-left: 520px; }

.prepend-14 {
  padding-left: 560px; }

.prepend-15 {
  padding-left: 600px; }

.prepend-16 {
  padding-left: 640px; }

.prepend-17 {
  padding-left: 680px; }

.prepend-18 {
  padding-left: 720px; }

.prepend-19 {
  padding-left: 760px; }

.prepend-20 {
  padding-left: 800px; }

.prepend-21 {
  padding-left: 840px; }

.prepend-22 {
  padding-left: 880px; }

.prepend-23 {
  padding-left: 920px; }

.pull-1 {
  float: left;
  position: relative;
  margin-left: -40px; }

.pull-2 {
  float: left;
  position: relative;
  margin-left: -80px; }

.pull-3 {
  float: left;
  position: relative;
  margin-left: -120px; }

.pull-4 {
  float: left;
  position: relative;
  margin-left: -160px; }

.pull-5 {
  float: left;
  position: relative;
  margin-left: -200px; }

.pull-6 {
  float: left;
  position: relative;
  margin-left: -240px; }

.pull-7 {
  float: left;
  position: relative;
  margin-left: -280px; }

.pull-8 {
  float: left;
  position: relative;
  margin-left: -320px; }

.pull-9 {
  float: left;
  position: relative;
  margin-left: -360px; }

.pull-10 {
  float: left;
  position: relative;
  margin-left: -400px; }

.pull-11 {
  float: left;
  position: relative;
  margin-left: -440px; }

.pull-12 {
  float: left;
  position: relative;
  margin-left: -480px; }

.pull-13 {
  float: left;
  position: relative;
  margin-left: -520px; }

.pull-14 {
  float: left;
  position: relative;
  margin-left: -560px; }

.pull-15 {
  float: left;
  position: relative;
  margin-left: -600px; }

.pull-16 {
  float: left;
  position: relative;
  margin-left: -640px; }

.pull-17 {
  float: left;
  position: relative;
  margin-left: -680px; }

.pull-18 {
  float: left;
  position: relative;
  margin-left: -720px; }

.pull-19 {
  float: left;
  position: relative;
  margin-left: -760px; }

.pull-20 {
  float: left;
  position: relative;
  margin-left: -800px; }

.pull-21 {
  float: left;
  position: relative;
  margin-left: -840px; }

.pull-22 {
  float: left;
  position: relative;
  margin-left: -880px; }

.pull-23 {
  float: left;
  position: relative;
  margin-left: -920px; }

.pull-24 {
  float: left;
  position: relative;
  margin-left: -960px; }

.push-1 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -40px;
  margin-bottom: 1.5em;
  margin-left: 40px; }

.push-2 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -80px;
  margin-bottom: 1.5em;
  margin-left: 80px; }

.push-3 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -120px;
  margin-bottom: 1.5em;
  margin-left: 120px; }

.push-4 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -160px;
  margin-bottom: 1.5em;
  margin-left: 160px; }

.push-5 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -200px;
  margin-bottom: 1.5em;
  margin-left: 200px; }

.push-6 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -240px;
  margin-bottom: 1.5em;
  margin-left: 240px; }

.push-7 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -280px;
  margin-bottom: 1.5em;
  margin-left: 280px; }

.push-8 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -320px;
  margin-bottom: 1.5em;
  margin-left: 320px; }

.push-9 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -360px;
  margin-bottom: 1.5em;
  margin-left: 360px; }

.push-10 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -400px;
  margin-bottom: 1.5em;
  margin-left: 400px; }

.push-11 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -440px;
  margin-bottom: 1.5em;
  margin-left: 440px; }

.push-12 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -480px;
  margin-bottom: 1.5em;
  margin-left: 480px; }

.push-13 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -520px;
  margin-bottom: 1.5em;
  margin-left: 520px; }

.push-14 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -560px;
  margin-bottom: 1.5em;
  margin-left: 560px; }

.push-15 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -600px;
  margin-bottom: 1.5em;
  margin-left: 600px; }

.push-16 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -640px;
  margin-bottom: 1.5em;
  margin-left: 640px; }

.push-17 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -680px;
  margin-bottom: 1.5em;
  margin-left: 680px; }

.push-18 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -720px;
  margin-bottom: 1.5em;
  margin-left: 720px; }

.push-19 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -760px;
  margin-bottom: 1.5em;
  margin-left: 760px; }

.push-20 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -800px;
  margin-bottom: 1.5em;
  margin-left: 800px; }

.push-21 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -840px;
  margin-bottom: 1.5em;
  margin-left: 840px; }

.push-22 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -880px;
  margin-bottom: 1.5em;
  margin-left: 880px; }

.push-23 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -920px;
  margin-bottom: 1.5em;
  margin-left: 920px; }

.push-24 {
  float: right;
  position: relative;
  margin-top: 0;
  margin-right: -960px;
  margin-bottom: 1.5em;
  margin-left: 960px; }

.showgrid {
  background: url(images/grid.png); }

.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  .error a {
    color: #8a1f11; }

.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  .notice a {
    color: #514721; }

.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  .success a {
    color: #264409; }

.hide {
  display: none; }

.highlight {
  background: yellow; }

.added {
  background: #006600;
  color: white; }

.removed {
  background: #990000;
  color: white; }

label {
  font-weight: bold; }

fieldset {
  padding: 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc; }

legend {
  font-weight: bold;
  font-size: 1.2em; }

input.text {
  margin: 0.5em 0;
  border: 1px solid #bbb;
  width: 300px;
  padding: 5px; }
  input.text:focus {
    border: 1px solid #666; }
input.title {
  font-size: 1.5em; }

input.title {
  margin: 0.5em 0;
  border: 1px solid #bbb;
  width: 300px;
  padding: 5px; }
  input.title:focus {
    border: 1px solid #666; }

textarea {
  margin: 0.5em 0;
  border: 1px solid #bbb; }
  textarea:focus {
    border: 1px solid #666; }

select {
  margin: 0.5em 0;
  border: 1px solid #bbb; }
  select:focus {
    border: 1px solid #666; }

textarea {
  width: 490px;
  height: 380px;
  padding: 5px; }

#page {
  width: 950px;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  #page {
    display: block; }

body {
  background: white;
  font-family: Helvetica Neue,Helvetica,Nimbus Sans L,Arial,sans-serif; }

hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: .1em;
  margin: 0 0 1.45em;
  border: none; }

#page a, #content a {
  color: #bb2222; }

#header {
  width: 950px;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  #header {
    display: block; }
  #header h1 {
    float: left;
    width: 390px;
    margin-right: 10px;
    margin-top: 18px;
    padding-left: 46px;
    margin-right: -46px;
    background: url(../images/zirkel.png) left center no-repeat; }
    #header h1 acronym {
      text-decoration: none;
      border-width: 0;
      font-weight: bold; }
    #header h1 a {
      text-decoration: none;
      color: black; }
  #header #nav {
    float: left;
    width: 550px;
    margin-right: 0; }
    #header #nav ul {
      float: right;
      list-style: none;
      margin-right: 0;
      margin-left: 0; }
      #header #nav ul li {
        float: left; }
      #header #nav ul li a {
        text-decoration: none;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 36px;
        padding: 18px 18px;
        margin: 0;
        margin-bottom: -18px;
        float: left;
        color: #bb2222; }
      #header #nav ul li a:hover {
        color: black; }
      #header #nav ul li.current a {
        color: black;
        font-weight: bold; }

#content {
  width: 950px;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  #content {
    display: block; }
  #content #about #title {
    text-align: center;
    background: transparent url(../images/vdst_group.png) top center no-repeat;
    padding-top: 372px;
    font-size: 36px;
    margin: 18px 0 5px; }
  #content #about #since {
    color: #666;
    font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    text-align: center; }
  #content #about .basics, #content #about .more {
    float: right;
    position: relative;
    margin-top: 0;
    margin-right: -80px;
    margin-bottom: 1.5em;
    margin-left: 80px;
    float: left;
    width: 790px;
    margin-right: 0; }
    #content #about .basics .first, #content #about .basics .middle, #content #about .basics .last,     #content #about .more .first, #content #about .more .middle, #content #about .more .last {
      float: left;
      width: 230px;
      margin-right: 10px;
      padding-right: 40px; }
    #content #about .basics .last,     #content #about .more .last {
      margin-right: 0;
      padding-right: 0px; }
  #content #gallery {
    width: 950px;
    margin: 0 auto;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    display: inline-block;
    text-align: center;
    height: 330px;
    margin-bottom: 18px; }
    #content #gallery {
      display: block; }
    #content #gallery .image {
      overflow: hidden;
      height: 330px;
      display: none; }
    #content #gallery .image.first {
      display: block; }
  #content #gallery.active {
    position: relative; }
    #content #gallery.active .image {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      width: 100%; }
    #content #gallery.active h3 {
      display: none; }
    #content #gallery.active #previous, #content #gallery.active #next {
      position: absolute;
      top: 0;
      display: none;
      height: 100%;
      width: 100px;
      text-indent: -9999px;
      cursor: pointer;
      background: transparent url(../images/arrows.png); }
    #content #gallery.active #previous {
      left: 0;
      background-position: 0 center; }
    #content #gallery.active #previous:hover {
      background-position: 300px center; }
    #content #gallery.active #next {
      right: 0;
      background-position: 200px center; }
    #content #gallery.active #next:hover {
      background-position: 100px center; }
  #content #gallery.active:hover #previous, #content #gallery.active:hover #next {
    display: block; }
  #content #gallery.active:hover h3 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 40px;
    margin: 0 auto;
    background: transparent url(../images/bg.png);
    color: #ddd;
    padding: 9px;
    width: 850px;
    margin-bottom: 0;
    text-align: center; }
  #content #info {
    width: 950px;
    margin: 0 auto;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    display: inline-block;
    float: left;
    width: 240px;
    margin-right: 10px;
    padding-right: 80px; }
    #content #info {
      display: block; }
    #content #info dt {
      color: #666;
      font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
      font-style: italic;
      font-weight: normal; }
  #content #program {
    width: 950px;
    margin: 0 auto;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    display: inline-block;
    float: left;
    width: 620px;
    margin-right: 0; }
    #content #program {
      display: block; }
    #content #program #program_nav {
      width: 950px;
      margin: 0 auto;
      overflow: auto;
      overflow: -moz-scrollbars-none;
      display: inline-block;
      width: 100%;
      list-style: none;
      margin: -9px 0 9px; }
      #content #program #program_nav {
        display: block; }
      #content #program #program_nav li {
        float: left; }
      #content #program #program_nav li a {
        display: block;
        padding: 9px 18px;
        margin: 0 9px;
        cursor: pointer;
        text-decoration: none; }
      #content #program #program_nav li a:hover {
        color: black; }
      #content #program #program_nav li.current a {
        font-weight: bold;
        pointer: auto;
        color: black; }
      #content #program #program_nav #program_all {
        float: right; }
    #content #program .event {
      margin-bottom: 18px;
      height: 80px;
      overflow: visible; }
      #content #program .event h3, #content #program .event p {
        margin-bottom: 0; }
      #content #program .event .datetime {
        float: left;
        width: 110px;
        margin-right: 10px;
        float: left;
        position: relative;
        margin-left: -480px; }
        #content #program .event .datetime .date span {
          font-weight: bold;
          display: block; }
      #content #program .event .description {
        float: right;
        position: relative;
        margin-top: 0;
        margin-right: -120px;
        margin-bottom: 1.5em;
        margin-left: 120px;
        float: left;
        width: 350px;
        margin-right: 10px; }
        #content #program .event .description .place {
          font-style: italic; }
      #content #program .event .details {
        float: left;
        width: 70px;
        margin-right: 0; }
        #content #program .event .details .status {
          color: #666;
          font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;
          font-style: italic;
          font-weight: normal; }
  #content #contact {
    width: 950px;
    margin: 0 auto;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    display: inline-block;
    padding-top: 10px;
    background: white }
    #content #contact {
      display: block; }
    #content #contact #contact_info {
      width: 950px;
      margin: 0 auto;
      overflow: auto;
      overflow: -moz-scrollbars-none;
      display: inline-block;
      float: left;
      width: 290px;
      margin-right: 10px;
      padding-right: 80px; }
      #content #contact #contact_info {
        display: block; }
    #content #contact #form {
      width: 950px;
      margin: 0 auto;
      overflow: auto;
      overflow: -moz-scrollbars-none;
      display: inline-block;
      float: left;
      width: 570px;
      margin-right: 0; }
      #content #contact #form {
        display: block; }
      #content #contact #form .inputerror {
        border-color: red; }
  #content #privacy {
    float: left;
    width: 390px;
    margin-right: 10px; }

#footer {
  width: 950px;
  margin: 0 auto;
  overflow: auto;
  overflow: -moz-scrollbars-none;
  display: inline-block; }
  #footer {
    display: block; }
  #footer div {
    margin-bottom: 0;
    float: left;
    margin-right: 10px; }
    #footer div ul {
      margin-left: 0;
      list-style: none; }
  #footer .wappen a {
    margin-right: 10px; 
    display: block;
    text-indent: -9999px;
    height: 60px;
    width: 80px;
    background: transparent url(../images/wappen.png) left center no-repeat; }
  #footer .address {
    width: 150px; }
  #footer .contact, #footer .legal {
    float: left;
    width: 130px;
    margin-right: 20px; }
    #footer .contact dl,     #footer .legal dl {
      margin-left: 0; }
      #footer .contact dl dt,       #footer .legal dl dt {
        display: none; }
      #footer .contact dl dd,       #footer .legal dl dd {
        margin-left: 0;
        margin-bottom: 18px; }
  #footer .akablaetter a {
	margin-left: 20px; 
	margin-right: 0px; 
      display: block;
      text-indent: -9999px;
      height: 36px;
      width: 190px;
      background: transparent url(../images/akablaetter.gif) bottom left no-repeat; }
  #footer .federation {
      margin-left: 10px;
	margin-right: 0; }
    #footer .federation a {
      display: block;
      text-indent: -9999px;
      height: 36px;
      width: 150px;
      background: transparent url(../images/vvdst.gif) bottom right no-repeat; }
   