/*
 * amcworld-web-3.0.css
 * AMC World Technologies website stylesheet version 3.0
 *
 * $Id: amcworld-v2.css,v 1.1 2006/02/07 13:49:47 danny Exp $
 *
 * Copyright (c) 1998-2010, AMC World Technologies GmbH
 * Fischerinsel 1, D-10179 Berlin, Deutschland
 * All Rights Reserved.
 *
 * This software is the confidential and proprietary information of AMC World
 * Technologies GmbH ("Confidential Information"). You shall not disclose such
 * Confidential Information and shall use it only in accordance with the terms
 * of the license agreement you entered into with AMC World Technologies GmbH.
 */


/*-----------------------------------
 *
 * General settings
 *
 *---------------------------------*/

/* default headers */
h2 {
  font-size: 93%;
}
h3, h4, h5, h6 {
  font-size: 85%;
}


/*-----------------------------------
 *
 * Page layout
 *
 *---------------------------------*/

/* the outer frame */
#outer-frame {
  margin: 0 auto;
  min-height: 500px;
  padding-top: 4px;
  position: relative;
  width: 800px;
}

/* the top container with extra menu, language selector, and logo */
#top-container {
  position: absolute;
  left: 0;
  top: 10px;
  width: 800px;
}
#extra-menu {
  margin: 0 0 0 auto;
  text-align: right;
}
#extra-menu li {
  display: inline;
  line-height: 0;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: .7em;
}
#extra-menu a {
  color: #383D4D;
  font-size: 85%;
  font-weight: normal;
  line-height: 100%;
}
#extra-menu a:hover, #extra-menu .current a {
  color: #3399FF;
}
#lang-sel-container {
  font-size: 85%;
  margin-top: 1em;
  text-align: right;
}
#lang-sel-container select {
  font-size: 85%;
  width: 10em;
}
#logo {
  background: url("../img/amc-logo.png") no-repeat;
  display: block;
  height: 70px;
  margin-left: -22px;
  margin-top: 25px;
  width: 367px;
}
#logo span {
  background: url("../img/amc-writing.png") no-repeat;
  display: block;
  height: 70px;
  margin-left: 102px;
  text-indent: -9999px;
  width: 265px;
}
#logo.xmas {
  background-image: url("../img/amc-logo-xmas.png");
}
#logo.xmas span {
  background-image: url("../img/amc-writing-xmas.png");
  margin-left: 80px;
  width: 309px;
}

/* the container with the sYnergy button */
#synergy-btn {
  background: url("../img/synergy.jpg") no-repeat;
  display: block;
  height: 65px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 125px;
  width: 174px;
}

/* the container for the tabs, phone, and e-mail */
#main-menu-container {
  background-image: url("../img/spacer-top.png");
  background-repeat: repeat-x;
  height: 48px;
  left: 0;
  position: absolute;
  top: 175px;
  width: 800px;
}
#main-menu-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#main-menu {
  float: left;
  height: 48px;
  margin: 0 0 0 80px;
}
#main-menu:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#main-menu li {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
}
#main-menu a {
  background: url("../img/tab.png") no-repeat 0 -48px;
  color: #5F6A72;
  display: block;
  font-size: 10px;
  font-weight: normal;
}
#main-menu span {
  background: url("../img/tab.png") no-repeat 100% 0;
  cursor: pointer;
  display: block;
  height: 43px;
  margin-left: 15px;
  padding: 5px 15px 0 2px;
  line-height: 27px;
}
#main-menu .first-child a {
  background-position: 0 0;
}
#main-menu .last-child span {
  background-position: 100% -48px;
  padding-right: 17px;
}
#main-menu .current, #main-menu a:hover {
  background-position: 0 -144px;
  color: #3399FF;
}
#main-menu .current span, #main-menu a:hover span {
  background-position: 100% -96px;
}
#main-menu .first-child .current, #main-menu .first-child a:hover {
  background-position: 0 -96px;
}
#main-menu .last-child .current span, #main-menu .last-child a:hover span {
  background-position: 100% -144px;
}
.special-btn {
  background-repeat: no-repeat;
  float: left;
  height: 48px;
  text-indent: -9999px;
}
#contact-btn {
  background-image: url("../img/tel.jpg");
  margin-left: 35px;
  width: 48px;
}
#mail-btn {
  background-image: url("../img/mail.jpg");
  margin-left: 25px;
  width: 60px;
}

/* the container for the whole main content */
#main-frame {
  background-image: url("../img/gradient.gif");
  background-repeat: repeat-x;
  margin-top: 172px;
  min-height: 370px;
  position: relative;
  width: 800px;
}

/* the container for the breadcrumbs and the font size selector */
#main-top-container {
  left: 80px;
  position: absolute;
  top: 48px;
  width: 720px;
}
#main-top-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#breadcrumbs {
  float: left;
  margin: 3px 0 0;
  min-height: 18px;
  width: 400px;
}
#breadcrumbs:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#breadcrumbs li {
  float: left;
  list-style-image: url("../img/breadcrumbs-div.gif");
  margin-bottom: 0;
  margin-left: 2em;
}
#breadcrumbs li a {
  color: #5F6A72;
  font-size: 85%;
  font-weight: normal;
}
#breadcrumbs li a:hover {
  color: #3399FF;
}
#font-size-sel {
  float: right;
  font-size: 85%;
  margin-top: 3px;
  padding-right: 10px;
  text-align: right;
  width: 310px;
}
#font-size-sel span {
  font-size: 85%;
}
#font-size-sel ul {
  display: inline;
  margin: 0;
  padding: 0 0 0 .5em;
}
#font-size-sel ul li {
  display: inline;
  list-style-type: none;
  margin-bottom: 0;
}
#font-size-sel ul li a {
  padding-left: .2em;
}
#font-size-sel ul #size-1 a {
  font-size: 11px;
}
#font-size-sel ul #size-2 a {
  font-size: 12px;
}
#font-size-sel ul #size-3 a {
  font-size: 13px;
}
#font-size-sel ul #size-4 a {
  font-size: 14px;
}
#font-size-sel ul #size-5 a {
  font-size: 15px;
}
#font-size-sel ul li.current a {
  color: #D0541A;
}

/* the main content */
#main-container {
  padding: 123px 0 0 80px;
  width: 720px;
}
#main-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#main-container.full-width {
  padding-right: 10px;
  width: 710px;
}
#main-area {
  float: left;
  position: relative;
  width: 400px;
}
#main-container.full-width #main-area {
  width: 100%;
}
#caption {
  height: 50px;
  margin: 0;
}

/* the info column */
#info-column {
  float: left;
  position: relative;
  text-align: right;
  width: 320px;
}
#info-content {
  padding: 50px 10px 0 145px;
  text-align: left;
  width: 165px;
}
#info-content h1 {
  color: #5F6A72;
  font-size: 85%;
  margin: 0 10px 1em 0;
}
#info-content .csc-menu {
  margin-left: 15px;
  margin-right: 10px;
}
#info-content .csc-menu li {
  list-style-image: url("../img/arrow-link.gif");
  margin-bottom: 1em;
}
#info-content .csc-menu li:hover {
  list-style-image: url("../img/arrow-link-a.gif");
}
#info-content .csc-menu a {
  font-size: 93%;
}
#info-content .csc-menu .current {
  list-style-image: url("../img/arrow-link-a.gif");
}
#info-content .csc-menu .current a {
  color: #D0541A;
}
#info-content.reference {
  padding: 0 10px 0 20px;
  width: 270px;
}

/* the footer */
#bottom-container {
  background-image: url("../img/bottom-bar.gif");
  background-repeat: repeat-x;
  font-size: 85%;
  margin-bottom: 35px;
  margin-top: 60px;
  padding-left: 80px;
  padding-top: 15px;
}


/*-----------------------------------
 *
 * TYPO3 elements
 *
 *---------------------------------*/

/* links */
.internal-link img, .external-link img, .external-link-new-window img {
  padding-right: .5ex;
}

/* frames */
.csc-frame-frame2 {
  border: 1px solid #3399FF;
  margin: 2em 0;
  padding: 1em;
}

/* headers */
.csc-header .with-arrow {
  background: url("../img/arrow-header.gif") no-repeat left center;
  padding-left: 1.5em;
}
.csc-firstHeader {
  margin-top: 0;
}

/* forms */
.form label {
  width: 130px;
}
.form .button {
  margin-left: 130px;
  margin-top: 1em;
}
.csc-mailform .captcha {
  margin-left: 130px;
}
#mailformcaptchaResponse {
  border: 1px solid #5F6A72;
  color: #5F6A72;
  font-size: 85%;
  width: 6em;
}
.csc-searchform .form label {
  width: 50px;
}
.csc-searchform .button {
  margin-left: 50px;
  margin-top: .5em;
}

/* lists */
#main-area .csc-menu {
  margin-left: 0;
}
#main-area .csc-menu li {
  list-style-type: none;
}
#main-area .csc-menu a {
  font-weight: normal;
}

/* tables */
.contenttable {
  border: 1px solid #3399FF;
  border-spacing: 0;
}
.contenttable th, .contenttable td {
  font-size: 85%;
  padding: 5px 10px;
}
.contenttable th {
  background-color: #F6F6F6;
  color: #3399FF;
  font-weight: bold;
  text-align: center;
}
.contenttable .tr-even td {
  background-color: #F6F6F6;
}
.contenttable .tr-odd td {
  background-color: #FEFEFE;
}

/* image lists */
.csc-textpic-caption {
  font-size: 77%;
  padding-top: .5em;
}

/* search */
.csc-searchResultInfo:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.csc-searchResultInfo .csc-searchResultRange,
  .csc-searchResultInfo .csc-searchResultPrev,
  .csc-searchResultInfo .csc-searchResultNext
{
  float: left;
  font-size: 85%;
  margin-right: 2em;
}
.csc-searchResultHeader {
  background: url("../img/arrow-link.gif") no-repeat left center;
  padding-left: 1em;
}
#popup_search .empty-list, #popup_search .csc-searchResultInfo,
  #popup_search .csc-searchResultHeader, #popup_search .csc-searchResult
{
  display: none;
}

/* sitemap */
.csc-sitemap ul {
  margin-left: 0;
  padding-left: 15px;
}
.csc-sitemap .level1 li {
  list-style-image: url("../img/arrow-link.gif");
  margin-bottom: 10px;
}
.csc-sitemap .level2, .csc-sitemap .level3, .csc-sitemap .level4 {
  margin-top: 10px;
}
.csc-sitemap .level2 li, .csc-sitemap .level3 li, .csc-sitemap .level4 li {
  list-style-image: none;
  list-style-type: none;
}
.csc-sitemap .level2 li {
  margin-bottom: 5px;
}
.csc-sitemap .level2 a {
  font-weight: normal;
}

  /* sYnergy download area */
  #synergy-download {
    width: 100%;
  }
  #synergy-download td {
    vertical-align: top;
  }
  #step-list {
    padding-left: 128px;
  }
  #step-list ol {
    margin: 0;
    padding: 0 0 0 15px;
  }
  #step-list ol li.current {
    color: #3399FF;
  }
  #sw-list {
    width: 80%;
  }
  #sw-list h2 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  #sw-list h2 a img {
    padding-right: 2px;
  }
  #sw-list h2 a.inactive {
    color: #5F6A72;
  }
  #sw-list td {
    padding: 0;
  }
  #sw-list td.version {
    padding-bottom: 30px;
  }
  #sw-list table.sw-entry {
    margin-left: 15px;
    width: 100%;
  }
  #sw-list table.sw-entry td {
    padding: 0 0 5px 0;
  }
  #license-agreement {
    border: 1px solid #3399FF;
    font-size: 9px;
    height: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow-y: scroll;
    padding: 3px;
  }
  #license-key {
    border: 1px solid #3399FF;
    font-size: 14px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    padding: 15px;
    text-align: center;
  }
  #download {
    border: 1px solid #3399FF;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 100%;
  }
  #download td {
    padding: 15px;
  }
  #download-link a {
    font-size: 14px;
  }
  #download-link #file-size {
    font-size: 9px;
  }
  #download-verify {
    text-align: right;
  }
  #send-msgs {
    border-bottom: 1px solid #3399FF;
    border-top: 1px solid #3399FF;
    margin-bottom: 30px !important;
    padding: 15px 5px;
  }


  /*-----------------------------------
   *
   * Miscellaneous
   *
   *---------------------------------*/

  /* the reason in error messages */
  #reason {
    font-size: 9px;
    font-style: italic;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
