/* S P E Z I A L  für Index */
div#mainidx	{
	top:0px;
	left:0px;
	height:580px;
	width:100%;
	background-color:#000066;
}

/* Produkte Übersicht */
/* Fixe Ebene */
#po_box1 { position:absolute; top:0px; left:0px; width:100%;  height:560px; z-index:3;}
/* Flexible Ebene mit fixer Breite */
#po_box2 { position:relative; width:800px; height:560px; background-color:#000066;}
/*
/* Navi Buttons */
#button1, #button2, #button3, #button4, #button5, #button6, #button7, #button8, #button9, #button10, #button11, #button12 {
	position: absolute; z-index: 9; width: 120px; height: 80px; visibility: visible; 
}
#button1  {top:   0px; left: 340px; }
#button2  {top:  25px; left: 530px; }
#button3  {top:  125px; left: 655px; }
#button4  {top: 235px; left: 680px; }
#button5  {top: 345px; left: 655px; }
#button6  {top: 445px; left: 530px; }
#button7  {top: 470px; left: 340px; }
#button8  {top: 445px; left: 150px; }
#button9  {top: 345px; left:  25px; }
#button10 {top: 235px; left:   0px; }
#button11 {top: 125px; left:  25px; }
#button12 {top:  25px; left: 150px; }

/* Bildwechel via a und a:hover */
#button1 a, #button1 a:hover, #button2 a, #button2 a:hover, #button3 a, #button3 a:hover, #button4 a, #button4 a:hover,
#button5 a, #button5 a:hover, #button6 a, #button6 a:hover, #button7 a, #button7 a:hover, #button8 a, #button8 a:hover,
#button9 a, #button9 a:hover, #button10 a, #button10 a:hover, #button11 a, #button11 a:hover, #button12 a, #button12 a:hover {
	display:block; width:120px; height:80px; background-repeat:no-repeat;
}

#button1 a		 {background-image	:url(../images/index_pic1.gif);}
#button1 a:hover {background-image	:url(../images/index_pic_hover.gif);}

#button2 a		 {background-image	:url(../images/index_pic2.gif);}
#button2 a:hover {background-image	:url(../images/index_pic_hover.gif);}
#button3 a		 {background-image	:url(../images/index_pic3.gif);}
#button3 a:hover {background-image	:url(../images/index_pic_hover.gif);}
#button4 a		 {background-image	:url(../images/index_pic4.gif);}
#button4 a:hover {background-image	:url(../images/index_pic_hover_ani.gif);}
#button5 a		 {background-image	:url(../images/index_pic5.gif);}
#button5 a:hover {background-image	:url(../images/index_pic_hover.gif);}
#button6 a		 {background-image	:url(../images/index_pic6.gif);}
#button6 a:hover {background-image	:url(../images/index_pic_hover.gif);}
#button7 a		 {background-image	:url(../images/index_pic7.gif);}
#button7 a:hover {background-image	:url(../images/index_pic_hover.gif);}
#button8 a		 {background-image	:url(../images/index_pic8.gif);}
#button8 a:hover {background-image	:url(../images/index_pic_hover_ani.gif);}
#button9 a		 {background-image	:url(../images/index_pic9.gif);}
#button9 a:hover {background-image	:url(../images/index_pic_hover_ani.gif);}
#button10 a		 {background-image	:url(../images/index_pic10.gif);}
#button10 a:hover {background-image	:url(../images/index_pic_hover_ani.gif);}
#button11 a		 {background-image	:url(../images/index_pic11.gif);}
#button11 a:hover {background-image	:url(../images/index_pic_hover_ani.gif);}
#button12 a		 {background-image	:url(../images/index_pic12.gif);}
#button12 a:hover {background-image	:url(../images/index_pic_hover_ani.gif);}

/* Display Ebenen */
#pic1, #pic2, #pic3, #pic4, #pic5, #pic6, #pic7, #pic8, #pic9, #pic10, #pic11, #pic12, #pic13{
position: absolute; left:120px; top: 80px; width: 555px; height: 385px;}
#pic1 {z-index:5; visibility:visible;}
#pic2, #pic3, #pic4, #pic5, #pic6, #pic7, #pic8, #pic9, #pic10, #pic11, #pic12, #pic13 {
	z-index: 6; visibility: hidden; 
}
/* Spezial Angebote */
#spez {
	position:absolute;
	top:20px;
	right:0px;
	z-index:0;
}


