/***************************************************************************
   * Style for Aerotec website, based on a free stylesheet from
   * http://www.ContentedDesigns.com, modified by werner.hett@gmail.com
   * 24-10-2006                                       
   ***************************************************************************/

body {
  color: #333333;
  background: #C1D4ED url(img/bg_fade.jpg) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size:83%;
  height: 100%;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 10px auto 10px auto;
}

div {
  margin: 0;
  padding: 0;
  text-align: left;
}

p { margin:0.75em 0;}

li { 
  margin-left:2em;
  margin-bottom:2px;
}


div#intro {
  color: #000000;
  background-color: #eeeeee;   
  background-image: url(img/intro.jpg); 
  background-repeat: no-repeat;
  width: 950px;
  height: 550px;
  clear: both;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}


div#intro1 {
  padding: 15px 15px 0 0;
  color: #000000;
  background-color: transparent;
  height: 370px;
}

div#intro2 {
  color: #000000;
  background-color: transparent;
  height: 160px;
  color: #000000;
  font-size:180%;
  margin-left: 50px; 
}

ul#lang {
  width: 300px;
  float:right;
  margin: 0px 20px 0px 0px;
  list-style: none;
  text-align: center;
}

ul#lang li {
  line-height:18px;
  margin: 0px 0px 0px 0px;
  float: right;
  width: 100px;
}

ul#lang li a {
  display: block;
  margin: 0px 5px 0px 0px;
  padding: 4px 8px 4px 8px;
  font-size: 150%;
  color: #ffffff;
  background-color: transparent;
  font-weight: normal;
  text-decoration: none;
}

ul#lang li a:hover { 
  border:1px solid #EEEEEE;
  margin: 0px 5px 0px 0px;
  padding: 3px 7px 3px 7px;
}

p.deprecation {
  color: #ffffff;
  background: #bb0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: 5px 10px 5px 10px;
  margin: 10px 20px 10px auto;
}

p.deprecation a {
  color: #ffffff;
  background-color: #bb0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-style: italic;
}