body, p, td, li, a, h1, h2, h3 {
  font-size: 13px;
  font-family: helvetica, arial, verdana, sans-serif;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  font-size: 29px;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 25px;
}

a {
  color: #82a98a;
}

/* LAYOUT START */
body {
  text-align: center;
  background-color: #bbb;
}

table#main {
  text-align: left;
  width: 800px;
  margin: 0 auto;
  border: 1px solid #888;
  border-collapse: collapse;
}

table#main td {
  padding: 0;
}

#left, #body {
  vertical-align: top;
  background-color: #82a98a;
}

#left .legal {
  padding: 5px 0px 0px 0px;
  color: #fff;
}

#left div.legal a, #left div.legal a:visited {
  color: #fff;
}

.center {
  text-align: center;
}

table#main #left {
  width: 190px;
}

table#main #left {
  padding: 5px;
}

table#main td#body {
  width: 600px;
  padding: 5px;
}

table#main td#body div.content {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #888;
}


td#bottom {
  border-top: 1px solid #000;
  background-image: url(bottom.jpg);
  height: 26px;
}

td#bottom div.static div.body {
  text-align: center;
  font-size: 13px;
  color: #fff;
  padding-top: 7px;
}

td#top {
}

/* LAYOUT END */

div.heading {
  font-size: 27px;
}

div.news div.published, div.news div.date {
  font-size: 0.9em;
  color: #999;
  font-style: italic;
}

div.newslist span.selected {
  font-weight: bold;
}

.small {
  font-size: 11px;
}

/* NAV START */
#left a.nav, #left span.selected {
  display: block;
  border: 1px solid #ecebba;
  width: 190px;
  padding: 5px 0px 5px 0px;
  margin: 2px;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  color: #ecebba;
  font-weight: normal;
}

#left a.nav:hover, #left span.selected {
  background-color: #ecebba;
  color: #000;
  font-weight: bold;
}
/* NAV END */


/* LINKS */
table.links td {
  vertical-align: top;
}
table.links { 
  width: 570px;
}

table.links div.heading {
  border-bottom: 1px solid black;
}
/* LINKS END */

/* EMPLOYEES */
div.employee {
  margin-bottom: 50px;
}

div.employee div.illustration {
  float: right;
}

div.employee div.name,
div.employee div.position {
  width: 400px;
}

div.employee div.name {
  font-size: 19px;
  border-bottom: 1px solid #000;
}

div.employee div.position {
  text-align: right;
  font-size: 13px;
}

div.employee div.description {
  padding: 5px 0px 5px 0px;
}

div.employee span.field {
  font-weight: bold;
}
/* EMPLOYEES END */


/* KONTAKT */
form#contact textarea.body {
  width: 400px;
  height: 150px;
}
/* END KONTAKT */

/* LINKS */
div.linkblock div.heading {
  font-size: 22px;
}
/* END LINKS */

/* FILES */
table.files {
  border-collapse: collapse;
  width: 570px;
}

table#main table.files td {
  border: 1px solid black;
  padding: 5px;
}
/* END FILES */

/* CALENDAR */
table#main table.events {
  border-collapse: collapse;
}
table#main table.events td {
  padding: 2px;
  vertical-align: top;
}

table#main table.events td.heading, table#main table.events td.date {
  border-bottom: 1px solid black;
  padding-right: 10px;
}

table#main table.events tr.alpha {
  background-color: #ddd;
}
table#main table.events tr.beta {
  background-color: #fff;
}

div#eventbox {
  float: right;
  width: 200px;
  margin: 0px 0px 8px 8px;
}
div#eventbox div.heading {
  font-size: 15px;
  padding: 2px;
  text-align: center;
  font-weight: bold;
}

div#eventbox table.events {
  border: 1px solid black;
}
div#eventbox div.bottomlink {
  text-align: right;
}

div#eventbox table.events tr.alpha {
  background-color: #82a98a;
}
div#eventbox table.events tr.beta {
  background-color: #ecebba;
}

div#eventbox table.events td.date {
  white-space: nowrap;
}
div#eventbox table.events td.date, div#eventbox table.events td.heading {
  border-bottom: 0px;
}
/* END CALENDAR */
