﻿/* -------------------------------------------------------------*/
/* Grundeinstellungen für das Gesamtdokument für moderne Browser*/
/* -------------------------------------------------------------*/

*{
  padding: 0;
  margin: 0;
}

  body {
  background-color: #000;
  text-align: center;
  color: #FFF;
  font-family:Verdana;
  font-size: 10px;
  color: #97957D;
}

/* -------------------------------------*/
/* Basiseinstellungen browserunabhängig */
/* -------------------------------------*/


  #flashcontent{
}

  #Page{
  margin:0 auto;  /* Zentrierung */
  width: 810px;
  height: 100%;
}
  #Header{
  margin:0 auto;  /* Zentrierung */
  text-align: left;
}
  #Media{
  margin:0 auto;  /* Zentrierung */
  text-align: left;
  float: left;
}
  #Navigation{
  margin:0 auto;  /* Zentrierung */
  text-align: left;
  float: left;
}
  #Content{
  background: url(../_images/content_bg.gif);
  background-repeat:repeat-y;
  margin:0 auto;  /* Zentrierung */
  margin-top: 1px;
  padding-bottom: 40px;
  text-align: left;
  min-height: 225px;
  line-height: 18px;
  float: left;
}
  #MediaLeft{
  width: 400px;
  height: 226px;
  float: left;
}
  #MediaRight{
  width: 400px;
  height: 226px;
  padding-left: 1px;
  float: left;
}
  #Spacer{
  margin:0 auto;  /* Zentrierung */
  width: 800px;
  height: 1000px;
}
  #HNav{
  background-color: #1B1609;
  width: 400px;
  height: 55px;
  float: left;
}
  #UNav{
  width: 400px;
  padding-left: 1px;
  float: left;
}
  .ContentLeft{
  width: 400px;
  float: left;
}
  .ContentRight{
  width: 400px;
  margin-left: 1px;
  float: left;
}
  .Spacer{
  width: 100%;
  height: 30px;
}
  #Logo{
  background-image: url(../_images/alogo.gif);
  background-repeat: no-repeat;
  padding-top: 30px;
  float: left;
  width: 400px;
  height: 50px;
}
  #NavLanguage{
  float: left;
  list-style: none;
  padding-left: 10px;
  padding-top: 30px;
  text-align: left;
  width: 400px;
  height: 60px;
}
  #NavLanguage a {
    text-decoration: none;
    line-height: 14px;
    font-weight: bold;
    color: #B7933E;
}
  #NavLanguage a:hover {
    color: white;
}
  #SlgLeftText{
  padding-top:45px;
  padding-left:20px;
  line-height: 18px;
  width: 379px;
}

/* ---------- */
/* NAVIGATION */
/* ---------- */
  ul{
  list-style-type:none;
}
  li{
  display:inline;
}

/* -------------------- */
/* OBERE METANAVIGATION */
/* -------------------- */
  .ExtraNav{
  height: 30px;
}
  .ExtraNav a,.Newsblock a {
  text-decoration: none;
  font-weight: bold;
  color: #97957D;
}
  .ExtraNav a:hover,.Newsblock a:hover {
    color: white;
}

/* --------------- */
/* HAUPTNAVIGATION */
/* --------------- */
  .NavText{
  margin-right:6px;
}
  #Nav00{
  letter-spacing:-0.03em;
  list-style: none;
  background-color: #FFF;
  padding-top: 18px;
  padding-bottom: 19px;
  padding-left: 10px;
}
  #Nav01{
  letter-spacing:-0.03em;
  list-style: none;
  background-color: #1B1609;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 10px;
}
  #Nav02{
  list-style: none;
  background-color: #1B1609;
  margin-top:1px;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 10px;
}
  #Nav00 a {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 14px;
    color: #4d4d4d;
}
  #Nav00 a:hover {
    color: black;
}
  #Nav01 a {
    text-decoration: none;
    font-weight: bold;
    line-height: 14px;
    color: #B7933E;
}
  #Nav01 a:hover {
    color: white;
}

  #Nav02 a {
    text-decoration: none;
    font-weight: bold;
    line-height: 14px;
    color: #97957D;
}
  #Nav02 a:hover {
    color: white;
}

  .NavActiv{
  text-decoration: none;
  font-weight: bold;
  line-height: 14px;
  color: white;
}
/* --------------- */
/* ÜBERSCHRIFTEN */
/* --------------- */
  .HL1{
  letter-spacing:0.1em;
  font-size: 13px;
  font-weight: bold;
}
  .HL2{
  letter-spacing:0.1em;
  font-size: 13px;
  font-weight: bold;
  color: #B7933E;
}
  .Fact{
  color: white;
}
/* --------------- */
/* INHALTSBEREICH */
/* --------------- */
  .ContentText{
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 25px;
}
  .Newsticker{
  float: left;
}
  .Newsblock{
}
  .HNavButton{
  width: 98px;
  margin-left:1px;
  float: left;
}
