* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #666;
}

html,body {
	height: 100%;
	overflow: hidden;
	text-align: center;
	background: #9C33B4;
}

body.index {
	background: url(../img/bg.jpg) center center no-repeat;
}

h1,h2 {
	display: none;
}

ul {
	list-style: none;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

#flashMovie {
	width: 100%;
	height: 100%;
}

#distance {
	position: relative;
	width: 1px;
	height: 50%;
	margin-bottom: -285px;
	float: left;
}

#page {
	position: relative;
	clear: both;
	float: none;
	width: 980px;
	height: 570px;
	margin: 0 auto;
}

#navigation {
	position: absolute;
	top: 150px;
	left: 70px;
}

#navigation a {
	display: block;
	width: 170px;
	height: 34px;
	text-indent: -1000px;
}

.women {
	background: url(../img/women.gif) no-repeat;
}

.women:hover,.active .women {
	background: url(../img/women_hover.gif) no-repeat;
}

.men {
	background: url(../img/men.gif) no-repeat;
}

.men:hover,.active .men {
	background: url(../img/men_hover.gif) no-repeat;
}

.shop {
	background: url(../img/shop.gif) no-repeat;
}

.shop:hover,.active .shop {
	background: url(../img/shop_hover.gif) no-repeat;
}

.hours {
	background: url(../img/hours.gif) no-repeat;
	height: 24px !important;
}

.hours:hover,.active .active .hours {
	background: url(../img/hours_hover.gif) no-repeat;
}

.interior {
	background: url(../img/interior.gif) no-repeat;
	height: 24px !important;
}

.interior:hover,.active .active .interior {
	background: url(../img/interior_hover.gif) no-repeat;
}

.location {
	background: url(../img/location.gif) no-repeat;
	height: 24px !important;
}

.location:hover,.active .active .location {
	background: url(../img/location_hover.gif) no-repeat;
}

.contact {
	background: url(../img/contact.gif) no-repeat;
}

.contact:hover,.active .contact {
	background: url(../img/contact_hover.gif) no-repeat;
}

.newsorder {
	background: url(../img/newsorder.gif) no-repeat;
}

.newsorder:hover,.active .newsorder {
	background: url(../img/newsorder_hover.gif) no-repeat;
}

.brands {
	background: url(../img/brands.gif) no-repeat;
}

.brands:hover,.active .brands {
	background: url(../img/brands_hover.gif) no-repeat;
}

.brands-men {
	background: url(../img/brands.men.gif) no-repeat;
	height: 24px !important;
}

.brands-men:hover,.active .active .brands-men {
	background: url(../img/brands.men_hover.gif) no-repeat;
}

.brands-women {
	background: url(../img/brands.women.gif) no-repeat;
	height: 24px !important;
}

.brands-women:hover,.active .active .brands-women {
	background: url(../img/brands.women_hover.gif) no-repeat;
}

.imprint {
	background: url(../img/imprint.gif) no-repeat;
}

.imprint:hover,.active .imprint {
	background: url(../img/imprint_hover.gif) no-repeat;
}

/* submenus */
#navigation li ul {
	display: none;
}

#navigation .active ul {
	display: block;
}

#frame-left,#frame-top,#frame-right,#frame-bottom {
	position: absolute;
	z-index: 100;
}

#frame-left {
	background: url(../img/frame_left.gif) no-repeat;
	top: 50px;
	left: 250px;
	height: 470px;
	width: 34px;;
	left: 250px;
}

#frame-top {
	background: url(../img/frame_top.gif) no-repeat;
	top: 50px;
	left: 284px;
	width: 601px;
	height: 40px;
}

#frame-right {
	background: url(../img/frame_right.gif) no-repeat;
	top: 90px;
	left: 853px;
	width: 32px;
	height: 430px;
}

#frame-bottom {
	background: url(../img/frame_bottom.gif) no-repeat;
	top: 468px;
	left: 284px;
	width: 569px;
	height: 52px;
}

#options {
	position: absolute;
	top: 492px;
	left: 860px;
	z-index: 101;
	text-align: left;
}

#options li {
	display: inline;
}

#options a {
	display: block;
	float: left;
	width: 11px;
	height: 12px;
	padding: 2px 5px;
	text-indent: -1000px;
	overflow: hidden;
}

#options .next a {
	background: url(../img/next.gif) no-repeat;
}

#options .previous a {
	background: url(../img/previous.gif) no-repeat;
}

#content {
	text-align: left;
	position: absolute;
	background: #bfc3c6;
	top: 50px;
	left: 250px;
	width: 635px;
	height: 470px;
}

#content .imprint {
	padding: 180px 0 0 50px;
}

#content .block {
	padding: 50px;
}

#content .image {
	position: relative;
	display: block;
	padding-top: 31px;
	padding-left: 14px;
}

#content .shop {
	padding-top: 32px;
	padding-left: 14px;
	width: 620px;
	height: 430px;
	overflow: hidden;
	background: #FFF;
}

#content .shop li {
	display: inline;
}

#content .shop li a {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	overflow: hidden;
	opacity: 0.2;
	filter: Alpha(opacity=20);
}

#content .shop li a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}

#content label {
	display: block;
	line-height: 20px;
	text-align: right;
	width: 150px;
	margin-top: 15px;
	padding-right: 20px;
	float: left;
	clear: both;
	text-transform: uppercase;
}

#content input,#content textarea {
	margin-top: 15px;
	width: 300px;
	float: left;
}

#content p {
	clear: both;
}

#content .submit {
	width: auto !important;
}

#content .required {
	font-weight: bold;
}

#content .error {
	height: 100px;
}

#newsletter {
	position: absolute;
	top: 455px;
	left: 670px;
	width: 350px;
	height: 30px;
	background: url(../img/newsletter.gif) no-repeat;
}

#newsletter .email {
	position: absolute;
	top: 2px;
	left: 95px;
	width: 140px;
	font-size: 10px;
	border: 0;
	padding: 1px;
}

#newsletter .go {
	position: absolute;
	top: 2px;
	left: 240px;
}