
@media screen, projection
{  

  * {
  margin:0;
  padding: 0;
  }
  
  option { padding-left: 0.4em; }
  select { padding: 1px; }
  
  body {
  background: url("../images/seemless-pattern.gif");
  text-align: left;
  color: #000;
  padding: 0;
  }
  
  /* IE 6 */
  body { text-align: center; }
  
  /*--------------------------- Layout-----------------------------------------*/
  
  #container {
   width: 952px;  /* 945px + 7px borders */
   margin: 0 auto;  
   text-align:left; 
   background: none; /* Anzeige borders */
   }
   
   #wrapper {
    border: 0 none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url("../images/shade-right.png");
    background-repeat: repeat-y;
    background-position: top right;
  }

  #header {
    position: relative;
    color: #000;
    width: 945px;
    height: 98px;
    background: url("../images/header.gif") no-repeat top left;
    padding: 0 0 0 0;
    z-index: 2;     /* für darunterliegende Grafik #logo */
  }
  
  /* James-Logo liegt unterhalb Ecke #header */
  #logo{
  position: absolute;
  top: 0px;
  width: 230px;
  height: 135px;
  margin-left: -26px;
  z-index: 1;     /* für darunterliegende Grafik #logo */
  }
  
  /* Breadcrumb-Navigation */
  #breadcrumb {
    position: relative;
    color: #000;
    width: 945px;
    height: 21px;
    overflow: hidden;
    background: url("../images/breadcrumb.gif") no-repeat top left;
    padding: 0px 0em 0em 0px;
  }
  
  #breadcrumbContent{
    padding: 4px 1.06em 0em 60px;
  }
  
  #header #login {
  position:absolute;
  top: 0px;
  left: 524px;
  z-index: 3;
  }  
  
  #header #infonav {
  position:absolute;
  top: 10px;
  right: 17px;
  z-index: 3;
  color: #FFF; 
  background: transparent; 
  text-align: right;
  }
  
 #infonav #search{
  position: relative;
  width: 202px;
  height: 22px;
  margin-bottom: 7px;
  }
  
  #infonav #shoppingcart{
  position: relative;
  width: 202px;
  height: 22px;
  background: url("../images/shoppingcart.gif") no-repeat top left;
  text-align: right;
  margin-bottom: 7px;
  }
  
  #infonav #language{
  position: relative;
  width: 202px;
  height: 22px;
  }
  
  #infonav #languagePre{
  position: relative;
  width: 202px;
  height: 22px;
  top: 58px;
  }
  
  #infonav .floatLeft {
  float: left;
  display: inline;
  padding: 3px 0 0 10px;
  }

  #header #mainnav {
  position: absolute;
  top: 74px;
  left: 210px;
  height: 24px;
  }
  
  #header, #breadcrumb, #content, #footer { clear:both; }
  
  #content {
  background: #FFF; 
  padding: 0 0 0 0;
  margin: 0 7px 0 0; /* Anzeige borders */
  }
  
  #subnav {
  float: left;
  width: 187px;
  }
  
  #subnavContent {
  padding: 14px 0 0 17px;
  }
  
  #adsContent{
  padding: 19px 0 0 22px;
  width: 160px;
  height: 610px;
  }
  
  #text {
  width: auto;
  margin: 0 0 0 190px;
  }
  
  #textContent {
  padding: 14px 17px 0 17px;
  }
  
  /* 1-spaltiges Template - Inhaltsspalte  */ 
  #textLarge {
  width: auto;
  }
  
  /* 1-spaltiges Template - Inhaltsspalte */ 
  #textLargeContent {
  padding: 14px 17px 0 17px;
  }
  
  /* 1-spaltiges Template - Inhaltsspalte Boxen mit Floats */ 
  #textLargeContentHome {
  padding: 14px 0 0 17px;
  }

  #subnavContent, #adsContent, #textContent, #textLargeContent, #textLargeContentHome {
  position: relative;
  }
  
  /* Clearfix */
   .clear:after {
    content: ".";
    display: block;
    font-size:0;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* Clearfix Safari */
  .clear { display: block; }
  
  /* Clearfix IE */
  #clearIE { display: none; }
  
  #footer {
    color: #000;
    height: 15px;
    font-size: 0;
    background-color: #FFF;   /* IE 6  Bug */
    margin: 0 7px 0 0;   
  }
  
  /*------------------- Hintergrund ------------------------------------------*/  
  #shade {
    overflow:hidden;
    width: auto;
    height: 7px;
    font-size:0;
    background-image: url("../images/shade-bottom.png");
    background-repeat: no-repeat;
    background-position: bottom left;
  }

  
 /*--------- Informationsmenü-------------------------------------------------*/
  
  .inputShoppingcart{
  width: 90px;
  border: 0;
  background-color: #353535;
  margin-top: 2px;
  padding-right: 10px; 
  text-align: right;
  color: #FFF;
  }
  
  .inputSearch{
  position: relative;
  width: 105px;   /* 127px -22px - borders 2px */
  height: 20px;
  border-left: 1px solid #929292;
  border-bottom: 1px solid #929292;
  border-top: 1px solid #929292;
  border-right: none;
  text-align: left;
  color: #000;
  vertical-align: middle;
  }
  
  .submitSearch{
  position: relative;
  height: 22px;
  width: 22px;
  background: none;
  border: none;
  cursor: pointer;
  background: url(../images/button_search.png) no-repeat;
  vertical-align: middle;
  }
  
  .selectLanguage{
  width: 127px;
  height: 22px;       /* 2px-Differenz durch borders */
  border: 1px solid #929292;
  text-align: left;
  color: #000;
  }
  
  .submitLogin, .submitLogout{
  border: none;
  background: none;
  width: 101px;
  padding: 3px 0 7px 0;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  }
  
  .submitLogin{
  background-image: url(../images/navi-login-inaktiv.gif);
  background-repeat: no-repeat;
  color: #000000;
  }
  
  .submitLogout{
  background-image: url(../images/navi-login-aktiv.gif);
  background-repeat: no-repeat;
  color: #FFFFFF;
  }
  
  /*------ Haupt-Navigation --------------------------------------------------- */

  #mainnavMenu{
  margin: 0;
  padding: 0;
  z-index: 10;
  }
  
  #mainnavMenu li {
  width: 101px;
  height: 24px;
  margin: 0 4px 0 0;
  padding: 0 0 0 0;
  background: url("../images/navi-inaktiv.gif") no-repeat bottom left;
  list-style: none;
  float: left;
  line-height: 22px;
  }
  
  #mainnavMenu li a {
  display: block;
  height: 24px;
  padding: 0 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  }
 
  #mainnavMenu li a:hover {
  background: url("../images/navi-mouseover.gif") no-repeat bottom left;
  color: #FFF;
  text-decoration: none;
  }
  
  #mainnavMenu li a.active {
  background: url("../images/navi-aktiv.gif") no-repeat bottom left;
  color: #000;
  text-decoration: none;
  }
  
  #mainnavMenu li a.active:hover {
  background: url("../images/navi-mouseover.gif") no-repeat bottom left;
  color: #FFF;
  text-decoration: none;
  }
  
  /* Klassentausch bei Menü-Einblendung */
  #mainnavMenu li a.highlight{
  color: #FFF;
  display: block;
  height: 24px;
  padding: 0 0 0 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  background: url("../images/navi-mouseover.gif") no-repeat bottom left;
  }
  
  #mainnavMenu li ul{
  margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
  float: none;
  border-top: 1px solid #FFF;
  cursor: pointer;
  }
		
	#mainnavMenu li ul li{
  float: none;
  display: block;
  width: 160px;
  border-bottom: 1px solid #FFF;
  cursor: pointer;
  }
			
	#mainnavMenu li ul li a{	
  width: auto;
	background: #000;
	color: #FFF;
	text-align: left;
	/* Korrektur Menü-Blitzer Over-Effekt */
	border-bottom: 1px solid #FFF;
  }
	
  #mainnavMenu li ul li a:hover{	
  background: #777777;
  /* Korrektur Menü-Blitzer Over-Effekt */
  border-bottom: 1px solid #FFF; 
  }
  
  /*------ Unter-Navigation --------------------------------------------------- */
  
  #subnavMenu{
  margin: 0;
  padding: 0;
  }
  
  #subnavMenu li {
  width: 170px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  background: url("../images/navi-btn-inaktiv.jpg") no-repeat bottom left;
  list-style: none;
  line-height: 18px;
  }
  
  #subnavMenu li a {
  display: block;
  height: 21px;
  padding: 0 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #280B17;
  text-decoration: none;
  }
  
  #subnavMenu li a:hover {
  background: url("../images/navi-btn-mouseover.jpg") no-repeat bottom left;
  color: #280B17;
  text-decoration: none;
  }
  
  #subnavMenu li a.active {
  background: url("../images/navi-btn-aktiv.jpg") no-repeat bottom left;
  color: #fff;
  text-decoration: none;
  }

}



