.content a:visited{
   text-decoration:underline;
}

.Commercials a{
   text-decoration:none;
}
.Commercial {
   padding-right:8px;
   margin-bottom:5px;
}
.CommercialFirstLine a {
   text-decoration:underline;
   font-weight:bold;
}
.CommercialLine a {
   text-decoration:none;
}
.CommercialLastLine a, a:visited {
   text-decoration:none;
   color:#777777;
}

.footerText p,a {font-size:8px;}
/*       Reitermenü             */
#nav { background: url("/images/2f629824-6607-411e-b05e-e98b0a36b108/50ad06db-d61a-4e01-9681-def4a67af439.gif") top left no-repeat; 
 width: 507px; height: 20px; }
	#nav ul { float: left; width: 507px; background-position: top left; background-repeat: no-repeat; height: 20px; margin: 0; padding: 0; list-style:none; }
	#nav ul li { background: none; float: left; text-indent: -999em; padding: 0; list-style:none; }
	#nav ul li a { border: none; display: block; height: 20px; text-decoration: none; overflow: hidden; }
	#nav ul li a:hover { border: none; background-image: url("/images/2f629824-6607-411e-b05e-e98b0a36b108/50ad06db-d61a-4e01-9681-def4a67af439.gif"); background-repeat: no-repeat; }
	
	#nav ul li.home a { width: 100px; }
	#nav ul li.home a:hover { background-position: 0px -25px; }
	#nav ul li.produkte a { width: 100px; }
	#nav ul li.produkte a:hover { background-position: -100px -25px; }
	#nav ul li.demo a { width: 100px; }
	#nav ul li.demo a:hover { background-position: -200px -25px; }
	#nav ul li.referenzen a { width: 100px; }
	#nav ul li.referenzen a:hover { background-position: -300px -25px; }
	#nav ul li.kontakt a { width: 100px; }
	#nav ul li.kontakt a:hover { background-position: -400px -25px; }
	
/*    Wackelbilder   */

#m1kwicks_container {
         background: transparent url('http://ssl.turborankingcms.de/images/c0e68586-ad3a-4474-86fd-fae3419f3795/d06a3033-fdf1-4009-9510-4d8a3e39bd5a.gif') no-repeat right;
            }

/* general settings    */

  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: white;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    margin: 0; padding: 0;
  }
  html {
    padding: 0;
  }

  /* fixierte Header */
  #theheader {
    position: absolute;
    top: 0px; left: 0px; right: 16px; height:161px;
    z-index:6;
    overflow:hidden;
  }
  html>body #theheader {  /* nur fuer moderne Browser! */
    position: fixed;
    top: 0px; left: 0px; right: 0px;
  }
  #theheader img { /* wichtig für 100% Breite des Headers */
    float: right;
  }

  /* fixierter Footer */
  #footer {
    position: absolute;
    bottom: 0px; left: 0px; right: 16px; height:45px;
    z-index:6;
    overflow:hidden;
  }
  html>body #footer {  /* nur fuer moderne Browser! */
    position: fixed;
    bottom: 0px; left: 0px; right: 0px; height:30px;
  }
  #footer img { /* wichtig für 100% Breite des Headers */
    height: 1px; float: right;
  }

  /* Inhalt der Seite */
  #pagecontent {
    margin-left: auto;
    margin-right: auto;
    width:950px;
    text-align: left;
  }
  html>body #pagecontent {  /* nur fuer moderne Browser! */
    margin-left: auto;
    margin-right: auto;
  }

  /* Scrollbereich */
  #scrollarea {
    left:0px;
    right:0px;
    text-align: center;
  }


