* {
  font-weight: normal;

  padding: 0;
  margin: 0;
}

@font-face {
    font-family: 'colaborate-boldregular';
    src: url('fonts/ColabBol-webfont.eot');
    src: url('fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabBol-webfont.woff') format('woff'),
         url('fonts/ColabBol-webfont.ttf') format('truetype'),
         url('fonts/ColabBol-webfont.svg#colaborate-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'colaborate-regularregular';
    src: url('fonts/ColabReg-webfont.eot');
    src: url('fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabReg-webfont.woff') format('woff'),
         url('fonts/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/ColabReg-webfont.svg#colaborate-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  background: #333 url('../img/bg_pattern.gif');
  font-size: 62.5%;
  font-family: 'colaborate-regularregular', arial, verdana, sans-serif;
  line-height: 2em;
}

h1 {
  margin-left: -10000px;
}

h2 {
  font-size: 2em;
  color: #369;
  padding-bottom: 5px;
  border-bottom: 1px dashed #fff;
  margin-top: 13px;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.5em;
  border-bottom: 1px dashed #fff;
  margin-bottom: 5px;
}

p {
  font-family: 'colaborate-regularregular', arial, verdana, sans-serif;
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

div#header a {
  font-size: 1.2em;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px dashed #fff;
  background: url('../img/application_go.png') no-repeat right;
}

div#header a:link {
  color: #999;
}

div#header a:visited {
  color: #999;
}

div#header a:hover {
  color: #ccc;
  padding-bottom: 2px;
  border-bottom: 17px solid #369;
}

a {
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #444;
  background: url('../img/application_go.png') no-repeat right;
  font-weight: bold;
}

a:link {
  color: #999;
}

a:visited {
  color: #999;
}

a:hover {
  color: #ccc;
  border-bottom: 1px solid #369;
}

#header ul {
  list-style-type: none;
  margin: 9px 0 0 22px;
}

#top ul {
  list-style-type: none;
  margin: 6px 0 0 22px;
}

li {
  float: left;
  padding-right: 20px;
}

div#main {
  float: left;
  width: 782px;
  margin: 0 0 0 22px;
  background-image: url('../img/bg_main.png');
  padding: 0 16px;
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 750px;
  }
html>body div#main {width: 750px;}

div#header {
  float: left;
  width: 750px;
  height: 42px;
  background: #333 url('../img/bg_pattern_head.gif') repeat-x;
}

div#footer {
  float: left;
  width: 750px;
  background: #333 url('../img/bg_pattern_head.gif');
}

#footer p {
  margin: 20px;
}

div#top {
  float: left;
  width: 750px;
  height: 25px;
  background: #666 url('../img/bg_pattern_head.gif');
}

div#startbild {
  float: left;
  width: 250px;
  height: 125px;
  background: #363636 url('../img/startbild.png') no-repeat;
}

div#logotype {
  float: left;
  width: 496px;
  height: 123px;
  background: #363636 url('../img/logotype.png') no-repeat;
  border-top: 1px solid #333;
  border-right: 2px solid #393939;
  border-bottom: 1px solid #393939;
  border-left: 2px solid #333;
}

div.content {
  float: left;
  display: inline;
  width: 210px;
  margin: 0 20px;
  min-height: 500px;
  border-top: 1px solid #303030;
}

div.contentwide {
  float: left;
  display: inline;
  width: 460px;
  margin: 0 20px;
  min-height: 500px;
  border-top: 1px solid #303030;
}

div.calendar {
  float: left;
  width: 220px;
  min-height: 90px;
  margin-top: 10px;
  margin-right: 5px;
}

div.calendar p {
  float: left;
  width: 160px;
  margin-bottom: 10px;
}

div.date {
  float: left;
  background: #369;
  width: 48px;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  margin: 0 10px 2px 0;
  border: 1px dashed #363636;
}

div.date span.day,
div.date span.month {
  font-size: 1.2em;
  font-weight: bold;
}

div.date span.time {
  font-weight: bold;
  display: block;
  margin-top: 2px;
  font-size: 0.9em;
  background-color: #fff;
  color: #369;
}
