/* CSS garten */
 body {
    font-size: 100.1%;
	overflow:hidden;
  }
#page {width: 1002px; margin:25px auto; position:relative; text-align: left;
}
a:link {
	color: #D5D5D5;
	text-decoration: none;
}
a:visited {
	color: #D5D5D5;
	text-decoration: none;
}
a:active {
	color: #D5D5D5;
	text-decoration: none;
	background-color: #000000;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}	
.Stil2 {
	color: #CCCCCC;
	font-weight: lighter;
	font-size: 14px;
	text-align: left;
}
/*Menue garten */

#garten a {
	background: url(shop/gartenleuchten/gifs/night-day_ani.gif) no-repeat;
	display:block;	
  }
#garten a img {
	display:block; width:177px;	height:90px; border:0;
}
#garten1 a {
	background: url(shop/gartenleuchten/gifs/strahler_ani.gif) no-repeat;
	display:block;	width:177px;	
  }  
#garten1 a img {
	display:block;	width:177px;	height:90px;	border:0;	
  }
#garten2 a {
    background: url(shop/gartenleuchten/gifs/stick_ani.gif) no-repeat;
    display:block; width:177px; 
  }  
#garten2 a img {
    display:block; width:177px; height:90px; border:0;
  }
#garten3 a {
    background: url(shop/gartenleuchten/gifs/scheinwerfer_2_ani.gif) no-repeat;
    display:block; width:177px; 
  }  
#garten3 a img {
    display:block; width:177px; height:92px; border:0;
  }
 #garten4 a {
    background: url(shop/gartenleuchten/gifs/layerlight_ani.gif) no-repeat;
    display:block; width:177px; 
  }  
#garten4 a img {
    display:block; width:177px; height:92px; border:0;
  } 
#garten ul, a:hover img {
    visibility: hidden;
  } 
#garten ul, a:hover { /* IE 5.5 und 6 */
    border:0;
  }
#shop ul, a:hover {
    width:177px; margin-right:0; /*  fuer IE 5.01 */
  }
  
/*Menue oben Rechteck */

#menu{
	width: 100px;
	margin: 0px;
	text-align:center;
}

#menu ul, #menu li {
       list-style-type:none;    /*keine auto nummerierung*/
       margin:0px;
       padding: 0px;
       
}
        /*vorm wechsel*/
#menu  li a:link, #menu li a:visited, #menu li a:active {
	display:block;
	border-bottom: dashed 0px;
	color:#D5D5D5;
	text-decoration:none;
	font: bold 12px "Times New Roman", georgia, times, serif;
	height: 3px;
	line-height: 2px;
	font-variant:small-caps;
	letter-spacing:0px;
	border: solid 2px #D5D5D5;
	background:#000000;
	padding:7px;
	text-align: center;
}

#menu  li a:hover { background-color:#000000;
        color:#D5D5D5;                    /*textfarbe nach wechsel*/
        text-decoration:none;
        background:#000000;
        border: solid 2px #800000;        /*rahmen nach wechsel*/
		width: 83px;
}


