* {
  font-family: "Arial","Verdana","Trebuchet MS";
  font-size: 12px;
  margin: 0;
  padding: 0;
  outline:none; 
}

body {
  margin: 0 auto;
  color: #7d7d7d;
  text-align: center;
}

h1 {
  font-family: "Trebuchet MS","Arial","Verdana";
  font-size: 15px;
  color: #AEAEAE;
  text-transform: uppercase;
  margin-bottom: 10px;
}
h2 {
  font-family: "Trebuchet MS","Arial","Verdana";
  font-size: 13px;
  color: #FFB300;
}
ul {

}

li {
  margin-left: 30px;
  list-style-type: circle;
}


#wrapper {
  text-align: left;
  margin: 10px auto;
  width: 890px !important;
}

#login {
  padding-left: 223px;
  margin-bottom: 10px;
}
  #login h1 {
  color: #EBB30F;
  font-size: 13px;
  text-transform: uppercase;
  }
  #login h1 span {
    color: #D6D6D6;
    font-size: 11px;
  }
  #login form {
    display: block;
    height: 20px;
  }
  #login input {
    vertical-align: middle;
    border: 0;
    height: 20px;
    font-size: 11px;
    float: left;
  }
  #user {
    padding: 3px 0 0 4px;
    width: 147px;
    background: url(../img/login_user.gif) no-repeat;
  }
  #pass {
    padding: 3px 0 0 4px;
    width: 131px;
    background: url(../img/login_pass.gif) no-repeat;
  }
  #submit {
    width: 23px;
    cursor: pointer;
    background: url(../img/login_submit.gif);
  }
  #langswitch {
    float: right;
  }
    #langswitch a {
      margin-left: 10px;
      padding-left: 20px;
      color: #7d7d7d;
      text-decoration: none;
      font-size: 10px;
    }
    #langswitch #de {
      background: url(../icons/de.gif) no-repeat;
    }
    #langswitch #gb {
      background: url(../icons/gb.gif) no-repeat;
    }
  
#navi {
  width: 211px;
  height: 193px;
  background: url(../img/menu_bg.jpg);
  float: left;
}
  #navi a {
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    text-indent: 10px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 25px;
    font-family: "Verdana","Trebuchet MS","Arial";
  }
  #navi a:hover {
    background: url(../img/navi-a_hover_bg.png) no-repeat;
    background-position: bottom;
  }


#head {
  width: 677px;
  height: 193px;
  background:  url(../img/head_bg2.jpg);
  float: right;
  color: #FFF;
}
  #head #location {
    font-family: "Verdana","Trebuchet MS","Arial";
    text-transform: uppercase;
    font-size: 9px;
  }
    #location b {
      font-size: 12px;
    }
  #head div {
    padding: 20px 0 0 20px;
  }
  #head h2 {
    font-size: 12px;
    color: #FFF;
    padding: 20px 0 5px 17px;
    font-family: "Verdana","Arial","Trebuchet MS";
  }
  #head p {
    width: 350px;
    font-size: 11px;
    padding: 0 17px;
    text-align: justify;
  }
  
#info {
  float: left;
  width: 211px;
  text-align: justify;
  background: url(../img/info-middle_bg.gif) repeat-y;
}
  #info h1 {
    font-family: "Trebuchet MS","Arial","Verdana";
    font-size: 15px;
    color: #CCC; /*#000;*/
    text-transform: uppercase;
  }
  #info_middle {
    background:  url(../img/info-top_bg.gif) no-repeat;
    padding: 18px 15px 0 15px;
  }
    
  #info_bottom {
    height: 47px;
    background:  url(../img/info-bottom_bg.gif);
  }
  
#content {
  float: right;
  width: 677px;
  background: url(../img/content-middle_bg.gif) repeat-y;
}

  #content_middle {
    background: url(../img/content-top_bg.gif) no-repeat;
    padding: 18px 25px 0 25px; 
    min-height: 100px;
  }
    #content_middle .yellow {
      color: #EBB30F;
    }
    #adv {
      float: right;
    }
    #adv h1, #news h1 {
      font-size: 12px;
      margin: 0 0 2px 0;
      border-bottom: 1px solid #F3F3F3;
    }
    #news, #adv {
      width: 300px;
    }
      #news a {
        padding: 0 0 3px 0;
        text-decoration: none;
        color: #7D7D7D;
        border-bottom: 1px dotted #F3F3F3;
        display: block;
      }
      #news a .yellow {
        margin-right: 15px;
      }
  #content_bottom {
    height: 127px;
    background: url(../img/content-bottom_bg.gif);
  }
    #content_bottom img {
      margin: 30px 0 0 70px;
    }
    #content_bottom div {
      margin: 0 30px;
      text-align: right;
    }
    #content_bottom a {
      color: #CCC;
      margin: 0 10px;
      font-weight: bold;
      font-size: 10px;
      text-indent: 10px;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Verdana","Trebuchet MS","Arial";
    }