/* Katalog */

#Catalog {
	position: relative;
	width: 930px;
	margin: 0 15px 0 15px;
	background-color:#000;
}
#katImage {
	position:absolute;
	left:600px;
	top:0px;
	width: 330px;
	height: 200px;
}
#flashContent {
	position:absolute;
	left:0px;
	top:0px;
	width: 600px;
	height: 200px;
}

#katalog01 {
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:138px;
	z-index:1;
	visibility:visible;
}
#katalog02 {
	position:absolute;
	left:500px;
	top:0px;
	width:430px;
	height:138px;
	z-index:2;
	visibility:visible;
}
#katalog03 {
	position:absolute;
	left:0px;
	top:138px;
	width:500px;
	height:142px;
	z-index:3;
	visibility:visible;
}
#katalog04 {
	position:absolute;
	left:500px;
	top:138px;
	width:430px;
	height:142px;
	z-index:4;
	visibility:visible;
}
#katalog05 {
	position:absolute;
	left:0px;
	top:280px;
	width:500px;
	height:120px;
	z-index:5;
	visibility:visible;
}
#katalog06 {
	position:absolute;
	left:500px;
	top:280px;
	width:430px;
	height:120px;
	z-index:6;
	visibility:visible;
}

/* Categories */

#Cat1 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/dk_jackenBg.gif) no-repeat left top;
}

#Cat2 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/lifestyle_manBg.gif) no-repeat left top;
}

#Cat3 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/lifestyle_girlBg.gif) no-repeat left top;
}

#Cat4 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/lederBg.gif) no-repeat left top;
}

#Cat5 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/collection2010Bg.gif) no-repeat left top;
}

#Cat6 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/grand_prixBg.gif) no-repeat left top;
}

#Cat7 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/johnsonBg.gif) no-repeat left top;
}

#Cat8 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/accessoiresBg.gif) no-repeat left top;
}

#Cat9 {
	position: relative;
	width: 930px;
	height: 160px;
	margin: 0 15px 0 15px;
    background: #fff url(../images/categories/drivestyleBg.gif) no-repeat left top;
}

.CatTxt {
	position: absolute;
	width: 320px;
	height: 100px;
	top: 42px;
	right: 30px;
}

.CatTxt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.CatImg {
	position: absolute;
	width: 500px;
	height: 140px;
	top: 10px;
	left: 50px;
}

/* Categories */

/* Category Maps */

#catNav1 {
	position: relative;
}
#catNav1 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
}  
#catNav1 a i {
	visibility: hidden;
}
a#cat1 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat1:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

#catNav2 {
	position: relative;
}
#catNav2 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
}  
#catNav2 a i {
	visibility: hidden;
}
a#cat2 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat2:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

#catNav3 {
	position: relative;
}
#catNav3 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
} 
#catNav3 a i {
	visibility: hidden;
}
a#cat3 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat3:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

#catNav4 {
	position: relative;
}
#catNav4 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
} 
#catNav4 a i {
	visibility: hidden;
}
a#cat4 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat4:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

#catNav5 {
	position: relative;
}
#catNav5 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
} 
#catNav5 a i {
	visibility: hidden;
}
a#cat5 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat5:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

#catNav6 {
	position: relative;
}
#catNav6 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
} 
#catNav6 a i {
	visibility: hidden;
}
a#cat6 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat6:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

#catNav7 {
	position: relative;
}
#catNav7 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
} 
#catNav7 a i {
	visibility: hidden;
}
a#cat7 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat7:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

#catNav8 {
	position: relative;
}
#catNav8 a {
    position: absolute;
    text-decoration: none;
    text-indent: -1000em;
	background: transparent;
} 
#catNav8 a i {
	visibility: hidden;
}
a#cat8 {
	top: 10px;
	left: 550px;
	height: 30px;
	width: 360px;
}
a#cat8:hover {
	font-size: 100%; /* Fixes bug in IE5.x/Win */
	border: none;
}

/* Category Maps */
