/*


	Copyright 2008
		
	MARTIN Engineering AG, Alle Rechte vorbehalten.
		
		
*/

  body {
   font-family: Verdana, Arial, Sans Serif;
   font-size: 11px;
   color: #666666;
   line-height: 1.5;
   margin: 0px;
   padding: 0px;
   background: #9eafbc url(img/bg.gif) repeat-x;
  }
  
  img { border: none; text-align: center; }
  
  a:focus { outline: none; }
  
  h1 {
   font-family: Arial, Sans Serif;
   font-size: 16px;
   font-weight: normal;
   color: #000000;
   line-height: 1.0;
   margin: 0px;
   padding: 10px 0 4px 0;
  }
  
  ul { list-style-type: none; margin: 5px 0 30px 0; padding: 0px; }
  
  li { background: url(img/point_li.gif) no-repeat 0 .4em; padding: 0 0 .4em 1em; }
  
  
  #main {
   width: 960px;
   /*height: 100%;*/
   height: 100%;
   background: #EEEEEE;
   
  }
  
  
  #top {
   width: 960px;
   height: 60px;
   background-image: url(img/logo.gif);
   background-repeat: no-repeat;
   background-position: 10px 0;
   background-color: #FFFFFF;
  }
  
  
  #pic {
   text-align: right;
   width: 960px;
   height: 120px;
   /*margin: 0 0 10px 0;*/
   background: #EEEEEE url(img/head.gif) no-repeat right;
  }
  
  #empty_bar {
   height: 20px;
   background: #FFFFFF;
  }
  
    
  #nav {
   color: #999999;
   text-align: left;
   position: absolute;
   top: 0px;
   left: 355px;
   width: 450px;
   height: 30px;
   padding: 4px 0 0 15px;
   background: url(img/nav_bg.gif) no-repeat;
  }
  
  #nav a {
   color: #444444;
   text-decoration: none;
  }
  #nav a:hover {
   color: #3A94EF;
   text-decoration: none;
  }
  
  #cat1 a, #cat1 a:hover, #cat2 a, #cat2 a:hover {
   color: #666666;
  }
  
  .test1 {
   font-size: 10px;
   text-align: left;
   padding: 8px 0 0 0;
  }
  
  #lang {
   font-size: 9px;
   color: #888888;
   position: absolute;
   top: 0px;
   left: 810px;
   width: 120px;
   height: 30px;
   padding: 4px 0 0 0;
  }
  
  #lang a {
   color: #666666;
   text-decoration: none;
  }
  #lang a:hover {
   color: #666666;
   text-decoration: underline;
  }
  
 .contact_us {
  font-size: 12px;
 }
 
 .support_empty {
  height: 100px;
 }
  
 #copyright {
  color: #777777;
  width: 960px;
  height: 55px;
  background: #EEEEEE;
  border-top: 10px solid #E1E1E1;
 }
 
 #copyright a {
  color: #666666;
  text-decoration: none;
 }
 #copyright a:hover {
  color: #666666;
  text-decoration: underline;
 }
 
 .copy_left {
  float: left;
  font-size: 9px;
  padding: 15px;
 }
 .copy_right {
  float: right;
  width: 160px;
  height: 40px;
  background: url(img/meag_copy.gif) no-repeat 0 10px;
 }
 
