<!--
 /* Hauptbereiche */
 body {
   margin: 0px;
   padding: 0px;
   height: 100%;
   width: 100%;
   font-family: verdana;
   font-size: 10pt;
 }
 
 img {
	border: 0px;
}

 h1 {
    font-size: 15pt;
    display: inline;
 }

 div.warnung {
    border: 3px solid red;
    color: red;
    font-weight: bold;
 }

 /* Main Div */
 div.body {
	width: 100%;
	min-height: 1024px;
	min-width: 980px;
 }
 
 /* Hintergrundbilder rechts und Links */

 img.bglinks {
     position: fixed;
     top: 0px;
     right: 80%;
     z-index: 2;
 }

 img.bgrechts {
     position: fixed;
     top: 0px;
     left: 80%;
     z-index: 2;
 }
 
  img.bgmitte {
     position: fixed;
     top: 0px;
     left: 0px;
	 width: 100%;
	 height:100%;
	 background-image: url(../gfx/shop/hintergrund_mi.png);
	 background-repeat: repeat;
     z-index: 1;
 }


 /* Navigation */

#seniornav {
    position: absolute;
    width: 100%;
    z-index: 3000;
	min-width: 980px;
}

 /* Mittelbereich */

 div.content {
             position: absolute;
             width: 100%;
             left: 0px;
             z-index:2;
			 padding: 0px;
			 margin: 0px;
			 min-width: 980px;
 }

 i {
      color: gray;
      font-size: 8pt;
 }

 td.rand_links {
       background-image: url(../gfx/shop/content_rand_li.png);
       background-repeat: repeat-y;
       height: 100%;
       width: 18px;
 }

 table.content_main {
	   width: 100%;
	   
 }
 
  td.content_mitte {
	   border: 1px #ffcb00 solid;
       background-color: white;
	   padding-top: 178px;
	   text-align: left;
	   padding-left: 0px;
	   padding-right: 0px;
	   background-color: #f1e9bf;	   
 }

 td.wk_bereich {
	   width: 150px;
	   background-color: #f1e9bf;
 }
 
 td.rand_rechts {
       background-image: url(../gfx/shop/content_rand_re.png);
       background-repeat: repeat-y;
       height: 100%;
       width: 18px;
 }

 div.warnung {
       border: 3px solid red;
       font-weight: bold;
       padding: 3px;
       margin: 8px;
       color: red;
 }

 div.ok {
       border: 3px solid green;
       font-weight: bold;
       padding: 3px;
       margin: 8px;
       color: green;
 }

 div.lp_rahmen {
     width:840px;
     margin-top: 5px;
 }

 a.bt {
     cursor:pointer;
	 text-decoration: none;
 }

 a.bt:hover {
     cursor:pointer;
     background-color: #f0f0f0;
 }

 div.cbox {
   margin-top: 0px;
   clear: both;
   height: 170px;
   background-color: #ffffff;
   border-top: 1px #e1e1e1 solid;
   padding: 5px;
 }

 div.cbox div {
   margin-top: 0px;
   float: right; 
   width: 210px;
   margin-right: 0px;
 } 


 /* Header */

 #header {
        position: relative;
        background-image: url(../gfx/shop/header_mitte.png);
        background-repeat: repeat;
        height: 120px;
        z-index: 10;
 }

 #header > div {
        position: absolute;
        z-index: 301;
        bottom: 5px;
 }

 #header > div > div {
        position: absolute;
        z-index: 301;
        bottom: 5px;
 }

 div.menu_strand  {
 
	position: absolute;
	top: 65px;
	left: 10px;
	background-image: url(../gfx/shop/menu_strand.png);
	height: 55px;
	width: 66px;
 
 }
 
  div.menu_sport  {
 
	position: absolute;
	top: 65px;
	left: 220px;
	background-image: url(../gfx/shop/menu_sport.png);
	height: 55px;
	width: 66px;
 
 }
 
   div.menu_abenteuer  {
 
	position: absolute;
	top: 65px;
	left: 390px;
	background-image: url(../gfx/shop/menu_abenteuer.png);
	height: 55px;
	width: 66px;
 
 }
 
   div.menu_strasse  {
 
	position: absolute;
	top: 65px;
	left: 635px;
	background-image: url(../gfx/shop/menu_strasse.png);
	height: 55px;
	width: 66px;
 
 }


 img.hl {
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 201;
      border: 0px;
 }

 img.hr {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 101;
 }

 

 /* Suchfeld */

 form {
     display: inline;
 }

 div.suche {
		border-top: 1px white solid;
		border-left: 1px #ffcb00 solid;
		border-right: 1px #ffcb00 solid;
		padding-top: 6px;
        height: 30px;
        color: white;
        text-align: center;
		background-color: #f1e9bf;
 }

 div.suche_txt {
        float:left;
        padding-top:2px;
		font-size: 15px;
		font-weight: bold;
		color: black;
 }

 div.suche_cntr {
        width: 395px;
 }

 #eingabe {
        float: left;
        width: 243px;
        height: 24px;
        background-image: url(../gfx/shop/suchfeld_auswahl.png);
        background-repeat: no-repeat;
        color: black;
        font-size: 9pt;
        text-align: left;
        z-index: 301;
        margin-left: 3px;
 }

 input.suchfeld {
        padding: 0px;
        margin: 0px;
        border: 0px;
        margin-top: 2px;
        font-family: verdana;
 }

 input.findenbtn {
        float: left;
        width: 84px;
        height: 24px;
        background-image: url(../gfx/shop/suchfeld_finden.png);
        background-repeat: no-repeat;
        z-index: 301;
        margin-left: 3px;
 }


 select.twauswahl {
        border: 0px;
        margin-top: 0px;
        font-family: verdana;
        margin-top: 2px;
 }


 /* content */

 div.inhalt {
       margin-top: 0px;
       width: 100%;
       padding-top: 0px;
 }

div.breadcrumb {
	padding-top: 3px;
	height: 20px;
	background-color: #ffffff;
	clear: both;
	margin-left: 1px;
	margin-right: 1px;
	border-bottom: 1px #e1e1e1 solid;
}

div.breadcrumb>span {
	float:left;
	margin-left: 6px;
	color: #a0a0a0;
}

div.breadcrumb>span +span {
	float:right;
	margin-right: 6px;
	color: black;
}

 /* Versandksotentabelle */
 td.versand {
        text-align: left;
        border: 1px solid #c0ced8;
 }

 td.versand2 {
        text-align: right;
        border: 1px solid #c0ced8;
 }
 
 td.suche_top {
   font-size: 10pt;
   border: 1px solid #c0ced8;
   text-align: center;
   background-color: white;
   font-weight: bold;
 }
 
 table.suche {
   border-collapse: collapse;
   width: 95%;
 }




 /* Seitenabschluss */

 td.liu {
          background-image: url(../gfx/shop/ecke_li_a.png);
          width: 18px;
          height: 47px;
        }

 td.reu {
          background-image: url(../gfx/shop/ecke_re_a.png);
          width: 18px;
          height: 47px;
 }

 table.footer {
         width: 100%;
 }

 td.liuu {
         background-image: url(../gfx/shop/ecke_li_i.png);
         width: 15px;
         height: 47px;
 }

 td.reuu {
         background-image: url(../gfx/shop/ecke_re_i.png);
         width: 15px;
         height: 47px;
 }

 td.fm {
         background-image: url(../gfx/shop/unten_mi.png);
         height: 47px;
         width: 100%;
 }
 
 span.footertext {
	
	position: relative;
	bottom: 9px;
 
 }

 img.fs {
         height: 1px;
         width: 15px;
         margin: 0px;
 }

 #fuss a {
         font-size: 8pt;
 }

 
 /* Kundenbereich und integrierte Seiten */

table.gskonto {
  border: 1px solid black;
  width: 80%;
  border-collapse: collapse;
}

td.gskonto1 {
  border-bottom: 1px solid black;
  margin: 0px;
  text-align: center;
  font-weight: bold;
}

td.gskonto {
  border-bottom: 1px dotted black;
  margin: 0px;
}



div.tzform {
  width: 450px;
  text-align: left;
}

div.tzformb {
  width: 450px;
  text-align: left;
  border: 1px solid red;
}

td.tzform1 {
  width: 150px;
  margin: 0px;
  padding: 0px;
}

td.tzform2 {
  width: 280px;
  margin: 0px;
  padding: 0px;
}


 /* Popup-Menu */
div.menubereich {
	position: absolute;
	top: 66px;
	left: 10px;
	height: 66px;
	float: left;
	width: 100%;

}

div.menubereich a{
	color: black;
}
 
img.menubereich {
	position: relative;
	border: 0px;
	padding:0px;
}
 
div.menubereich ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
}

div.menubereich ul li font {
	font-size: 11pt;
	position: relative;
	top: -12px;
}

div.menubereich  li {
	float: left;
	position: relative;
	top: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../gfx/shop/spacer.gif);
}

div.menubereich a, div .menubereich a:visited {
	display:block;
	font-size:10pt;
	text-decoration:none;
}

div.menubereich a.menu1, div.menubereich a.menu1:visited  {
	display: block;
	padding: 0px;
	height: 54px;
	font-size: 11pt;
}

div.menubereich ul ul {
	display: none;
	width: 270px;
	background-color: #f1e9bf;
	position: absolute;
	top: 54px;
	left: 100px;
	border-left: 3px solid #ffcb00;
	border-right: 3px solid #ffcb00;
	border-bottom: 3px solid #ffcb00;
}

div.menubereich ul ul.gesamtsortiment{
	left: -50px;
}

div.menubereich li li {
	position: relative;
	top: 0px;
	height: 25px;
	float: none;
	text-align: left;
	border-top: 1px white solid;
	overflow: hidden;
	white-space: nowrap;
}

div.menubereich li li:hover {
	background-color: #ffcb00;
}

div.menubereich li li.zwischen,  div.menubereich li li.zwischen:hover{
	height: 25px;
	float: none;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: black;
	border-bottom: 1px solid black;
	font-size: 10pt;
	font-weight: bold;
	background-color: #eaeaea;
}


div.menubereich li li  a, div.menubereich li li  a:visited{
    height: 25px;
	padding: 3px;
}

div.menubereich li li  img {
    border: 0px;
	top: 0px;
	margin-right: 3px;
}

div.menubereich  li ul.gesamtsortiment li  img {
    margin-left: 5px;
}

div.menubereich li:hover  ul {
	display: block;
	float: left;
	margin-right: 3px;
}

div.menubereich img:hover  li>ul {
	display: block;
	float: left;
	margin-right: 0px;
}

 /* Ende Popup-Menu */
 

 /* Kontaktbereich */

 div.kontaktbereich {
	position: absolute;
	top:5px;
	right: 10px;
	width: 115px;
	color: black;
	text-align: left;
}

div.kontaktbereich a {
	color: black;
	font-weight: bold;
}

div.kontaktbereich a:hover {
	color: #5e5e5e;
}

div.versandfrei{
	position: absolute;
	top: 5px;
	right: 28%;
	width: 147px; 
	height: 50px;
	background-image: url(../gfx/shop/vfrei.png);
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	cursor: pointer;
}

div.versandfrei a {
	color: black;
	text-decoration: none;
	font-size: 10pt;
	position: relative;
	top:0px;
	left: 150px;
}

div.versandfrei font {
	color: black;
	text-decoration: none;
	font-size: 7pt;
}
 
 /* Kontaktbereich */
 
 div.wkbereich {
	position: absolute; 
	top: 181px; 
	right: 33px; 
	width: 152px; 
	padding: 0px; 
	padding-top: 1px;
}

div.wkadd {
	background-color:#b5d6ff; 
	margin: 1px; 
	border: 3px #639fe7 solid;
	text-align: center;
}

div.wkadd form {
	display: inline;
}

div.wkadd span {
	font-size: 10px;
}

div.wkadd span.grau {
	font-size: 7pt; 
	color: gray;
}

div.wkadd  font.ls{
	color: red;
	font-size: 8pt;
	font-weight: bold;
}

 /* Warenkorb */
 
 div.wk {
	background-color:white; margin: 1px; border: 3px #639fe7 solid;
}

 div.wk:hover {
	background-color: #e1e1e0;
	cursor: pointer;
 }

 div.wk ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
 }
  
 div.wk ul li {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px #e1e1e0 solid;
 }
 
 div.wk ul li  a{
		display: block;
		width: 100%;
		text-decoration: none;
		color: black;
 }
 
 div.wk ul li a.warenkorb{
		text-decoration: underline;
		color: blue;
 }
 
 div.wk ul li+li {
	padding: 0px;
	margin: 0px;
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
 }
 
 div.wk img {
	margin: 3px;
 }
 div.wk table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
 }
 
 div.wk tr {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
 }
 
  div.wk td {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	text-align: right;
 }
 
div.sm {
	height: 84px; background-color:white; margin: 0px; border: 1px #e1e1e1 solid; text-align: center;
}

div.sm a {
	margin-left: 2px; margin-top: 2px; float: left;
}
 
div.mainbox {

	padding: 5px;
	background-color: white;
	min-height: 600px;

}

div.suchvorschlag {
  position:relative;
  top:-33px;
  left:-24px;
  width:233px;
  border:0px;
}

-->
