/* reset css starts */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0 none;
}
body {
    background: none repeat scroll 0 0 white;
    line-height: 1;
}
strong {
    font-weight: bold;
}
ol, ul {
    list-style: none outside none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* reset css ends */

body{
  color: #4D4D4D;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 12px;
  overflow-y: scroll;
  margin: 0px;
  background: url(images/main_bg.png) top left repeat-x;
  background-position: 0px 136px;
}
.home{
  background: url(images/hp_bg.png) top left repeat-x;
  background-position: 0px 136px;
}
.clear{
  clear: both;
}
a{
  color: #00A8D6;
  text-decoration: none;
}
a:hover{
  color: #36384d;
}
.header{
  width: 920px;
  height: 64px; /* for IE */
  margin: 13px auto 15px auto;
}
.logo{
  float: left;
}
/*.lang{
  color: #2C2D3F;
  text-decoration: none;
  font-size: 11px;
  float: right;
  margin: 22px 4px 0px 0px;
  padding: 3px 34px 0px 0px;
  background: url(images/english_flag.png) top right no-repeat;
  height: 19px;
}*/
.lang{
  color: #2C2D3F;
  text-decoration: none;
  font-size: 11px;
  float: right;
  margin: 22px 4px 0px 0px;
  padding: 5px 34px 0px 0px;
}
.nav{
  background: url(images/top_nav_bg.png) bottom left repeat-x;
  height: 42px;
  border-bottom: 2px solid #fff;
}
.nav-links{
  background: url(images/top_nav_links_bg.gif) top left repeat-x;
  width: 920px;
  height: 42px;
  margin: 0px auto;
}
.nav-links ul {
  list-style: none;
  display: block;
}
.nav-links ul li {
  display: inline; /* for IE8 */
}
.nav-links li a{
  float: left;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  background: url(images/top_nav_separate_line.gif) center right no-repeat;
  text-transform: uppercase;
  line-height: 42px;
  margin: 0 5px;
  padding: 0 25px;
  width: 91px;
  text-align: center;
  letter-spacing: 1.1px;
}
.nav-links li a:hover,
.nav-links li a.current{
  color: #36384d;
}
.nav-links li a.last{
  background: none;
}
.home .main{
  background: #36384D;
}
.main-container{
  width: 920px;
  margin: 0px auto;
}
.aside{
  float: left;
  background: #A1A1AB url(images/list_menu_top.gif) top left repeat-x;
  width: 200px;
  padding: 26px 8px;
}
.home .aside{
  background: none;
}
address {
  line-height: 16px;
  background: #DEDEE0 url(images/list_menu_bg.jpg) top left repeat-x;
  padding: 14px 14px 14px 23px;
  font-style: normal;
  color: #36384D;
}
address strong {
  display: block;
  padding-bottom: 12px;
}
address span.last {
  display: block;
  padding-top: 29px;
}
address span {
  display: block;
  padding-bottom: 8px;
}
.article{
  float: left;
  width: 624px;
  padding: 26px 20px 0px 40px;
}
ul.nav-left li{
  list-style: none;
  background: #DEDEE0 url("images/list_menu_bg.jpg") top left repeat-x;
  color: #36384D;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 6px 0px 12px;
  border-bottom: 1px solid #A1A1AB;
}
ul.nav-left li a{
  text-decoration: none;
  line-height: 37px;
  display: block;
  color: #36384D;
}
ul.nav-left li a.current,
ul.nav-left li a:hover{
  color: #00A8D6;
}
ul.nav-left li ul{
  padding: 0px 0px 10px 0px;
}
ul.nav-left li ul li{
  background: #DEDEE0;
  font-weight: normal;
  margin: 0px;
  height: 24px; /* for IE8 */
  border-bottom: 0px none;
}
ul.nav-left li ul li a{
  line-height: 24px;
}
ul.nav-left li ul li a.current,
ul.nav-left li ul li a:hover{
  color: #00A8D6;
}
/*.flash{
  padding: 26px 23px 26px 43px;
  width: 595px;
}*/
.flash{
  padding: 26px 8px 24px 8px;
  /*background: #A1A1AB url(images/list_menu_top.gif) top left repeat-x;*/
  width: 648px;
  text-align: center;
}
h1{
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 10px;
}
h2 {
  font-size: 100%;
  font-weight: bold;
  padding: 10px 0px 8px;
}
p{
  padding-bottom: 10px;
  line-height: 160%;
}
th{
  font-weight: bold;
}
.article table{
  border-collapse: collapse;
  margin: 10px 0px;
  font-size: 12px;
}
.article table a{
  color: #4D4D4D;
}
.article table td,
.article table th{
  border: 1px solid gray;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
}
.article table.small-pad td,
.article table.small-pad th{
  padding: 5px 6px;
}
.article .img-right{
  float: right;
  margin: 3px 0px 30px 30px;
  clear: right;
}
.motoren .article .img-right{
  margin: 3px 0px 30px 30px;
}
.article .img-disc{
  font-size: 11px;
  text-align: center;
  padding-top: 4px;
}
.article ul.messen {
  /*width: 400px;*/
  list-style: none;
}
.article ul.messen li {
  clear: both;
  padding: 15px 0px;
}
.article ul.messen li.first {
  padding-top: 0px;
}
.article ul.messen a.link {
  color: #4D4D4D;
  text-decoration: none;
}
.article ul.messen .left {
  float: left;
  width: 180px;
  line-height: 18px;
}
.article ul.messen a img {
  margin: -10px 0 0 40px;
}
.article.news p {
  padding: 0px 0px 10px 0px;
}
.pdf{
  /*background: url(images/file_pdf.gif) center right no-repeat;*/
  padding: 0px 2px 1px 6px;
}
.pdf-right{
  background: url(images/file_pdf.gif) center right no-repeat;
  padding: 3px 22px 1px 0px;
  height: 16px;
  text-align: left;
  line-height: 16px;
  color: #4D4D4D;
}
.spec{
  margin-top: 15px;
}
.article a.dark-link {
  color: #4D4D4D;
}
.aside a.dark-link{
  color: #36384D;
}
.article.news a.dark-link{
  color: #4D4D4D;
  text-decoration: none;
}
.article.news h2{
  padding: 10px 0px 2px;
}
.built-spec .page-nav{
  padding-top: 45px;
}
ul.inner-list{
    list-style-type: disc;
	float: left;
	color: #00A8D6;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 5px;
}
ul.inner-list li{
  
  margin: 5px 0px 15px 5px;
}
ul.inner-list a{
  text-decoration: none;
}
/*ul.inner-list a:hover{
  text-decoration: underline;
}*/
.tech ul.inner-list{
  margin: 0px 0px 35px 10px;
  color: #4D4D4D;
  font-weight: normal;
}
.tech ul.inner-list li{
  margin: 5px 0px 10px 0px;
}
.two-column{
  float: left;
  width: 260px;
  margin-right: 100px;
}
.two-column.last{
  margin-right: 0px;
}
.three-column-first{
  float: left;
  width: 230px;
  margin: 15px 10px 0px 0px;
}
.three-column-second{
  float: left;
  width: 210px;
  margin: 15px 10px 0px 0px;
}
.three-column-last{
  float: left;
  width: 124px;
  margin: 15px 0px 0px 0px;
}
.footer{
  background: url(images/footer_bg.png) top left repeat-x;
  height: 70px;
  margin: 10px 0px;
}
.home .footer{
  margin: 0px 0px 10px 0px;
}
.copyrights{
  color: #fff;
  font-size: 8pt;
  padding: 33px 0px 0px 34px;
  width: 886px;
  margin: 0px auto;
}
.mission .footer{
  margin: 20px 0px;
}
.Liste{
  margin: 0px 0px 5px 0px;
}
