html, body {
  padding: 0;
  margin: 0;
  font-family: Verdana;
  font-size: 11px;
  background-color: #EEE;
}

img {
  border: none;
}

ul, li, dl, dd, dt {
  text-indent: 0;
}

.clr {
  clear: both;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  font-size: 0;
}

#header {
  background-color: #EEE;
  width: 960px;
  padding-top: 4px;
  background-image: url('/images/navigation_background.jpg');
  background-position: -10x;
  background-repeat: repeat-x;
  height: 170px;
  margin: 20px auto 0 auto;
  border: 1px solid #000;
  border-bottom: none;
}

#header img {
  display: none;
}

#header object, #header embed {
  padding: 0;
  margin: 0;
  width: 960px;
  height: 170px;
  background-image: url('/media/animation.jpg');
}

#navigation {
  border: 1px solid #000;
  border-bottom: none;
  border-top: none;
  width: 960px;
  height: 18px;
  padding: 0;
  margin: 0 auto 0 auto;
  display: block;
  background-image: url('/images/navigation_background.jpg');
  background-repeat: repeat-x;
}

#navigation li {
  font-family: Verdana;
  display: block;
  float: left;
  width: 126px;
  height: 18px;
  padding: 0;
  margin: 0 0 0 10px;
}

#navigation a {
  display: block;
  width: 126px;
  line-height: 18px;
  height: 18px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-image: url('/images/navigation_button.jpg');
  background-repeat: no-repeat;
  background-position: 0 -25px;
}

#navigation a.active {
  background-position: 0 0 !important;
}

#navigation a:focus, #navigation a:hover, #navigation a:active {
  background-position: 0 -50px !important;
}

#content  {
  width: 940px;
  background-color: #FFF;
  margin: 0 auto 0 auto;
  padding: 10px;
  border: 1px solid #000;
  border-top: none;
  border-bottom: none;
}

#footer {
  width: 960px;
  height: 22px;
  margin: 0 auto 20px auto;
  padding-top: 12px;
  border: 1px solid #000;
  border-top: none;
  text-align: center;
  color: #888;
  background-image: url('/images/navigation_background.jpg');
  background-repeat: repeat-x;
  background-position: 0 30px;
  background-color: #FFF;
}

#footer a {
  text-decoration: none;
  color: #888;
}

#footer a:active, #footer a:hover, #footer a:focus {
  color: #000;
}

#content h1 {
  display: block;
  margin: 0;
  padding: 0 0 1px 2px;
  font-size: 16px;
  border-left: 5px solid #000;
  border-bottom: 2px solid #000;
}

#content h2 {
  display: block;
  margin: 0;
  padding: 18px 0 6px 0;
  font-size: 14px;
}

#content h3 {
  display: block;
  margin: 0;
  padding: 12px 0 6px 0;
  font-size: 12px;
}

#content dl {
  display: block;
  width: 700px;
}

#content dl dt {
  display: block;
  width: 250px;
  float: left;
  padding: 6px 0 0 0;
  margin: 0;
  font-size: 11px;
  font-weight: bold;
}

#content dl dd {
  display: block;
  width: 450px;
  padding: 6px 0 0 250px;
  margin: 0;
}

dl.about_us dt, dl.contact dt {
  width: 60px !important;
}

dl.about_us dd, dl.contact dd {
  width: 880px !important;
  padding: 6px 0 0 60px !important;
}

div.about_us {
  float: right;
  margin: 0 10px;
  display: block;
  line-height: 15px;
  font-weight: bold;
  border: 1px solid #991416;
  background-color: #EEE;
}

div.about_us img {
  display: block;
}

#content a {
  color: #666;
  padding-left: 14px;
  text-decoration: underline;
  background-image: url('/images/arrow.png');
  background-repeat: no-repeat;
  background-position: 0 2px;
}

#content a:focus, #content a:hover, #content a:active {
  color: #000;
}

#content a.mail {
  background-image: url('/images/mail.png');
}

#content .subtitle {
  font-style: italic;
}

ul.profiles {
  display: block;
  padding: 0;
  margin: 6px;
}

ul.profiles li {
  display: block;
  width: 300px;
  overflow: hidden;
  padding: 2px;
  margin: 0 5px 5px 0;
  float: left;
  background-color: #EEE;
  border: 1px solid #CCC;
}

ul.profiles span.headline {
  display: block;
  font-weight: bold;
}

ul.profiles img {
  margin: 10px;
  display: block;
  border: 1px solid #991416;
}

ul.profiles dt {
  width: 60px !important;
}

ul.profiles dd {
  padding-left: 60px !important;
  width: 200px;
}

ul.news {
  padding: 0;
  margin: 16px 0 0 0;
}

ul.news li {
  display: block;
  padding: 2px;
  margin: 0 5px 5px 0;
  background-color: #EEE;
  border: 1px solid #CCC;
}

ul.news .headline {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin-bottom: 2px;
}

ul.news .headline .date {
  float: right;
  font-style: italic;
}

#content .hint {
  font-style: italic;
}

#content a.no_decoration {
  padding-left: 0;
  text-decoration: none;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}

ul.home, ul.contact {
  padding: 0;
  margin: 16px 0 0 0;
}

ul.home li {
  width: 600px;
}

ul.home li, ul.contact li {
  display: block;
  height: 168px;
  overflow: hidden;
  padding: 2px;
  margin: 0 5px 5px 0;
  background-color: #EEE;
  border: 1px solid #CCC;
}

ul.home .image, ul.contact img {
  margin: 10px;
  display: block;
  float: left;
  background-color: #FFF;
  border: 1px solid #991416;
}

ul.home .image span {
  display: block;
  padding: 1px 2px;
  font-weight: bold;
}

ul.home .right_column, ul.contact .right_column {
  display: block;
  margin-left: 220px;
}

ul.home img.right, ul.contact img.right {
  position: relative;
  top: -60px;
  float: right;
  margin: 0 20px 0 0;
  display: block;
  border: none;
}

ul.home .headline, .home_info .headline, ul.contact .headline {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin-bottom: 2px;
}

ul.home .headline {
  white-space: nowrap;
}

.home_info {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 320px;
  padding: 2px;
  margin: 16px 5px 5px 612px;
  background-color: #FAFAFa;
  border: 1px solid #CCC;
}

.home_info dt {
  width: 68px !important;
}

.home_info dd {
  padding-left: 68px !important;
}

.home_info input {
  width: 300px;
  margin: 6px 0 0 0;
  padding: 1px;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

form {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.big {
  font-size: 12px !important;
  font-weight: bold;
}

.text_right {
  float: right;
  margin-right: 5px;
}
