* {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  font-family: tahoma;
}


/*
 * layout
 *
 */

.frame {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 980px;
}

  .header {
    background-image: url("../gfx/header.jpg");
    height: 207px;
    position: absolute;
    width: 980px;
  }

    .header .top {
      height: 35px;
      margin: 0 auto;
      width: 950px;
    }

      .header .top a {
        color: #999999;
        font-size: 11px;
        text-decoration: none;
      }
  
      .header .top .flags {
        float: right;
        padding-top: 10px;
      }
  
      .header .top .flags img {
        cursor: pointer;
        display: block;
        float: left;
        margin-left: 10px;
      }

  .menu {
    list-style-type: none;
    margin: 0 auto;
    left: 100px;
    position: absolute;
    top: 157px;
  }

    .menu a {
      color: #aaaaaa;
      display: block;
      float: left;
      font-size: 13px;
      height: 84px;
      padding-top: 16px;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 0 5px black;
      width: 130px;
    }

    .menu a.active {
      background-image: url("../gfx/menu_active.jpg");
      color: white;
    }

  .logo_1 {
    left: 50%;
    margin-left: -184px;
    margin-top: 21px;
    position: absolute;
  }

  .logo_2 {
    left: 50%;
    margin-left: -41px;
    margin-top: 146px;
    position: absolute;
  }

  .content {
    background-image: url("../gfx/content.jpg");
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 207px;
    overflow: hidden;
    padding: 50px 65px 30px 65px;
    width: 850px;
  }

    .column_left {
      float: left;
      font-size: 11px;
      margin-right: 50px;
      line-height: 18px;
      padding-bottom: 20px;
      width: 190px;
    }

      .column_left .logos {
        height: 210px;
        padding-top: 40px;
        text-align: center;
        width: 190px;
      }

      .column_left .submenu {
        height: 250px;
      }

      .column_left .submenu .submenuitem {
        color: #aaaaaa;
        cursor: pointer;
        display: block;
        font-size: 14px;
        padding: 8px 15px;
        text-decoration: none;
      }

      .column_left .submenu .active {
        color: #e99a3a;
      }      

    .column_right {
      float: left;
      overflow: hidden;
      width: 610px;
    }

      .column_right .inner_column_left {
        float: left;
        margin-right: 50px;
        width: 280px;
      }

      .column_right .inner_column_right {
        float: left;
        width: 280px;
      }

  .footer {
    background-image: url("../gfx/footer.jpg");
    height: 330px;
  }

    .footer .webdesign {
      color: #222222;
      font-size: 10px;
      padding-top: 210px;
      padding-right: 15px;
      text-align: right;
    }

      .footer .webdesign a {
        color: #333333;
      }


/*
 * html-tags
 *
 */

a {
  color: #66ccff;
}

h1 {
  color: #e99a3a;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 20px;
}

h2 {
  color: silver;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-spacing: 22px;
  margin-bottom: 10px;
}

h3 {
  color: #e99a3a;
  font-size: 12px;
}

img {
  border: 0;
}

  img.photo {
    border: 1px solid #444444;
    display: block;
    margin-bottom: 20px;
  }

input, textarea {
  background-color: #111111;
  border: 1px solid #444444;
  color: #999999;
  font-family: tahoma;
  font-size: 12px;
  padding: 2px;
  width: 280px;
}

  textarea {
    height: 100px;
  }

  input.button {
    background-color: #444444;
    border-bottom: 1px solid #111111;
    border-right: 1px solid #111111;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    color: white;
    padding: 5px 10px;
    width: auto;
  }

p {
  margin-bottom: 20px;
}

ul {
  list-style-type: square;
  margin-bottom: 15px;
  margin-left: 1.5em;
}


/*
 * other classes
 *
 */

.separator {
  background-color: black;
  border-bottom: 1px solid #444444;
  height: 1px;
  overflow: hidden;
}

.techinfo {
  margin-bottom: 15px;
  overflow: hidden;
  width: 280px;
}

  .techinfo div {
    border-bottom: 1px solid #444444;
    padding: 2px 0;
  }
  
  .techinfo .index {
    float: left;
    width: 170px;
  }
  
  .techinfo .value {
    float: left;
    text-align: right;
    width: 110px;
  }

.inner_submenu {
  float: left;
  margin-right: 50px;
  width: 170px;
}

  .inner_submenu .menuitem {
    color: #777777;
    cursor: pointer;
    padding: 5px 10px;
  }

  .inner_submenu .active {
    background-image: url("../gfx/arrowmenu_active.jpg");
    color: white;
    height: 20px;
    text-shadow: 0 0 5px black;
  }

.inner_submenu_content {
  float: left;
  width: 390px;
}

  .inner_submenu_content .techinfo {
    width: 390px;
  }

  .inner_submenu_content .techinfo .index {
    width: 130px;
  }

  .inner_submenu_content .techinfo .value {
    width: 260px;
  }

.iepngfix {
  behavior: url("js/iepngfix.htc");
}

.tooltip {
  display: block;
  overflow: hidden;
}

  .tooltip_content {
    visibility: hidden;
  }

#tooltip{
	background-color: #333333;
	border: 1px solid #444444;
	color: #999999;
	display: none;
	font-size: 12px;
  line-height: 20px;
	padding: 2px 5px;
  position: absolute;
}
