/**
* athleticum.ch
*
* @copyright	2010
* @author		André Murer
* @version		0.1
*/

* {
	padding: 0;
	margin: 0;
	list-style: none;
}
html, body {
	height: 100%;
}
html {
	overflow: auto;
}
body {
	background: #420000 url(../img/back_main.gif) repeat-x scroll 0 0;
	color: #fff;
	font-family:Arial,Verdana,sans-serif;
	min-height:100%;
	font-size: 0.75em;
	line-height: 1.125em
}

h2 {
	font-size: 220%;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1.416em;
	margin: 0 0 .7em 0;
}
h4 {
	font-size: 120%;
	margin: 0 0 1em 0;
}
a {
	text-decoration: none;
	color: #5e5e5e;
}
a:hover {
	color: #fefefe;
}
a:focus {
	outline: none;
}
.invis {
	display: none;
}
img {
	border: none;
}
li {
	line-height: 1.5em;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
input {
	font-size: 110%;
}
textarea {
	font-family:Arial, Verdana, sans-serif;
	overflow: auto;
	font-size: 110%;
}
hr, br.clear {
	display: block;
	clear: both;
	visibility: hidden;
}

/***********************************************
	Wrapper
***********************************************/

div#wrapper {
	width: 961px;
	margin: 0 auto;
}

/***********************************************
	Topnav
***********************************************/
div#topnav {
	display: none;
}

/***********************************************
	Header
***********************************************/

div#header {
	height: 79px;
	position: relative;
}
div#header li {
	display:inline;
	float:left;
}
div#header div#logo {
	float: left;
	margin: 15px 0 0 10px;
}
div#header div#logo strong {
	display: none;
}

div#header div#nav_main {
	position: absolute;
	top: 14px;
	right: 255px;
}

div#header div#nav_main li {
	margin: 0 0 0 13px;
}
#nav_main a  {
	color: #000;
}
#nav_main a:focus, #nav_main a:hover, #nav_main a:active, #nav_main li.active a {
	color: #fff;
}

div#header div#my_athleticum {
	position:absolute;
	right:115px;
	top:0;
}
div#header div#my_athleticum a {
	display: block;
	height: 50px;
	width: 120px;
	background-image: url(../img/header-icon-sprite.gif);
	background-repeat: no-repeat;
	background-position:  -126px 0px;
}
div#header div#my_athleticum a:hover {
	background-position:  -246px 0px;
}
div#header div#my_athleticum a strong {
	display: none;
}

div#header div#langnav {
	position: absolute;
	right: 0;
	top: 0;
}
div#header div#langnav li {
	padding: 0 0 0 20px;
	background: url(../img/header-icon-sprite.gif) no-repeat -106px 0px;
}
div#header div#langnav li.de {
	background: none;
}
div#header div#langnav a {
	display: block;
	height: 50px;
	width: 20px;
	background-image: url(../img/header-icon-sprite.gif);
	background-repeat: no-repeat;
}
div#header div#langnav a strong {
	display: none;
}
div#header div#langnav li.de a:hover, div#header div#langnav li.de a.active {
	background-position: -20px 0;
}
div#header div#langnav li.fr a {
	width: 19px;
	background-position: -40px 0;
}
div#header div#langnav li.fr a:hover, div#header div#langnav li.fr a.active {
	background-position: -59px 0;
}
div#header div#langnav li.it a {
	width: 14px;
	background-position: -78px 0;
}
div#header div#langnav li.it a:hover, div#header div#langnav li.it a.active {
	background-position: -92px 0;
}

div#header div#service {
	position: absolute;
	right: 0;
	top: 59px;
}
div#header div#service div {
	float: left;
	margin: 0 0 0 1px;
	height: 19px;
}
div#header div#service div#search, div#header div#service div#cart {
	background: #420000;
}
div#header div#service div#servicenav {
	width: 80px;
}
div#header div#service div#servicenav a {
	display: block;
	width: 18px;
	height: 13px;
	margin: 3px 0 0 0;
}
div#header div#service div#servicenav a strong{
	display: none;
}
div#header div#service div#servicenav li.legal a {
	background-image: url(../img/service_legal.gif);
}
div#header div#service div#servicenav li.sitemap a {
	width: 23px;
	background-image: url(../img/service_sitemap.gif);
}
div#header div#service div#servicenav li.print a {
	background-image: url(../img/service_print.gif);
}
div#header div#service div#search {
	padding: 0 10px;
}
div#header div#service div#search input {
	background: #420000 url(../img/back_input_search.gif) no-repeat;
	border:medium none;
	color: #fff;
	height:15px;
	padding:3px 3px 0 5px;
	width:155px;
}
div#header div#service div#search button {
	border: none;
	background: url(../img/doublearrow_right_red.gif) no-repeat center;
	text-indent: -9999px;
	width: 10px;
	height: 19px;
	cursor: pointer;
} 
div#header div#service div#cart {
	padding: 0 9px 0 0;
	background: #420000 url(../img/icon_warenkorb_white.gif) no-repeat 9px 3px;
}
div#header div#service div#cart a {
	background: url(../img/doublearrow_right_red.gif) no-repeat 100% 6px;
	display: block;
	padding: 3px 16px 0 32px;
	color: #fff;
}

/***********************************************
	Content
***********************************************/
h2 {
	display: none;
}
div#content {
	position: relative;
	background: #fff;
	color: #5e5e5e;
	padding: 10px 0;
}
div#content a {
	text-decoration: underline;
}
div#content a:hover {
	color: #e3002b;
}
div#content h3 a {
	text-decoration: none;
}
div#content h3 a:hover {
	text-decoration: underline;
}
div#content a.promo-button {
	text-decoration: none;
	float: left;
	padding: 5px 37px 5px 7px;
	margin: 0 0 0 2px;
	height: 19px;
	background: url(../img/bg-button.png) no-repeat top right;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
* html div#content a.promo-button {
	overflow: hidden;
}
div#content a.promo-button:hover {
	color: #fff;
	/*text-decoration: underline;*/
	background: url(../img/bg-button.png) no-repeat bottom right;
}
div#content a.promo-button span {
	position: relative;
	left: -13px;
	top: -5px;
	float: left;
	background: url(../img/bg-button.png) no-repeat;
	width: 6px;
	height: 29px;
	text-indent: -9999px;
}
div#content a.promo-button:hover span {
	background: url(../img/bg-button.png) no-repeat bottom left;
}
* html div#content a.promo-button span {
	text-indent: 0;
	font-size: 0px;
	line-height: 0px;
}

/***********************************************
	Teaser
***********************************************/

div#teaser {
	position: absolute;
	right: -27px !important;
	right: -28px;
	top: 36px;
	width: 248px;
	height: 290px;
	padding: 26px 29px;
	background: url(../img/bg-lasche.png) no-repeat;
	z-index: 30;
}
div#teaser p {
	margin: 0 0 .7em 0;
}
div#teaser p strong {
	font-size: 1.42em;
}
div#teaser ul li a{
	padding: 0 0 0 10px;
	background: url(../img/listicon-arrow.gif) no-repeat 0 -90px;
}
div#teaser ul li a:hover{
	background: url(../img/listicon-arrow.gif) no-repeat 0 5px;
}
div#teaser a.promo-button {
	position: absolute;
	left: -11px;
	bottom: 20px;
	font-size: 1.33em;
	line-height: 1.1875em;
	padding: 15px 67px 5px 15px !important;
	padding: 15px 65px 5px 15px;
	margin: 0 36px 0 2px;
	height: 46px;
	background: url(../img/bg-button-shop.png) no-repeat top right;
}
div#teaser a.promo-button:hover {
	background: url(../img/bg-button-shop.png) no-repeat bottom right;
}
div#teaser a.promo-button span {
	height: 66px;
	background: url(../img/bg-button-shop.png) no-repeat top left;
	left: -21px;
	top: -15px;
}
div#teaser a.promo-button:hover span {
	background: url(../img/bg-button-shop.png) no-repeat bottom left;
}

/***********************************************
	Promotion
***********************************************/

div#content div#promotion {
	position: relative;
	margin: 0 10px;
	height: 393px;
	width: 941px;
	overflow: hidden;
	background: url(../img/bg-content.jpg) no-repeat;
}
div#content div#promotion ul#ratationList {
	width: 9999px;
	position: relative;
}
div#content div#promotion li.slide {
	height: 363px;
	width: 902px;
	padding: 29px 0 0 39px;
	position: relative;
	float: left;
	cursor: pointer;
}
div#content div#promotion li h3 {
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	margin: 0 0 5px 0;
}
div#content div#promotion li.active h3 a {
	text-decoration: underline;
	color: #e3002b;
} 
/*rzg*/
/*
div#content div#promotion li div.pic {
	position: absolute;
	top: 45px;
	left: 320px;
	height: 340px;
	width: 320px;
	text-align:center;
	display:table;
	overflow:hidden;
}
div#content div#promotion li div.pic div {
	display:table-cell;
	vertical-align:middle;
	#position: absolute; #top: 50%;
	
}*/
div#content div#promotion li div.pic {
	position: absolute;
	top: 45px;
	left: 320px;
	height: 340px;
	width: 320px;
	display: table;
	text-align:center;
}

div#content div#promotion li div.pic div {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	width: 320px;
	left:0;
	#position: absolute; #top: 50%;
}

div#content div#promotion li div.pic div div {
	display: block;
	text-align:center;
	#position: relative; #top: -50%; #left-50%;
}

/*
<div class="picture" width="254px" height="254px" style="display: table; position: relative; overflow: hidden;">
								<div align="left" class="_pic" style="#position: absolute; #top: 50%; display: table-cell; vertical-align: middle;">
									<div class="cont_img" align="center" style="#position: relative; #top: -50%;#left: -50%">
										<img src="" />
									</div>
								</div>
							</div>
*/
div#content div#promotion li.banner img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
div#content div#promotion li a.promo-button {
	clear: both;
}
div#content div#promotion li.active a.promo-button {
	background-position: bottom right;
}
div#content div#promotion li.active a.promo-button span {
	background-position: bottom left;
}

div#content div#promotion li div.slidecontent {
	margin: 50px 0 0 27px;
	width: 250px;
}
div#content div#promotion li div.slidecontent li {
	margin: 0 0 .2em 0;
	padding: 0 0 0 9px;
	background: url(../img/listicon-cross.gif) no-repeat 0 8px;
}

div#content div#promotion li div.price {
	width: 155px;
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 74px;
	background: url(../img/bg-price.png) no-repeat;
	padding: 30px 20px 0 20px;
	font-weight: bold;
	color: #000;
	font-size: 1.25em;
}
div#content div#promotion li div.price p {
	position: relative;
	color: #e3002b;
	margin: 20px 0 0 0 !important;
	margin: 16px 0 0 0;
	height: 32px;
}
div#content div#promotion li div.price p span {
	float: left;
	margin: 18px 0 0 0;
} 
div#content div#promotion li div.price p strong {
	font-size: 3em;
	position: absolute;
	right: -6px;
	bottom: 0;
}
div#content div#promotion li div.price p strong span {
	margin: 0;
}

/******** Numbers ******************************/
span.number {
	background-image: url(../img/numbers.gif);
	background-repeat:  no-repeat;
	width: 18px;
	height: 32px;
	padding: 0 2px 0 0;
	text-indent: -9999px;
}

span.zero {
	background-position: 0 0;
}
span.one {
	width: 11px;
	background-position: -23px 0;
}
span.two {
	background-position: -40px 0;
}
span.three {
	background-position: -64px 0;
}
span.four {
	width: 20px;
	background-position: -88px 0;
}
span.five {
	background-position: -115px 0;
}
span.six {
	background-position: -138px 0;
}
span.seven {
	width: 16px;
	background-position: -161px 0;
}
span.eight {
	background-position: -184px 0;
}
span.nine {
	background-position: -206px 0;
}
span.dot {
	width: 5px;
	background-position: -229px 0;
}
span.dash {
	width: 22px;
	background-position: -236px 0;
}

/******** PromoNav ****************************/

ul#promoNav {
	position: absolute;
	z-index: 40;
	left: -22px;
	bottom: 209px;
}
ul#promoNav li {
	float: none !important;
	width: auto !important;
	border: none !important;
	height: auto !important;
	line-height: 1.6em !important;
}
ul#promoNav a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 24px;
	height: 21px;
	padding: 3px 17px 0 0;
	text-align: right;
	background-image: url(../img/promo-button.png);
	background-repeat:  no-repeat;
}
ul#promoNav a:hover {
	color: #fff;
	background-position: -42px 0;
}
ul#promoNav a.active {
	padding: 3px 9px 0 8px;
	color: #fff;
	background-position: -88px 0;
}
ul#promoNav a.active:hover {
	background-position: -88px 0;
}
/******** PromoSwitch ****************************/

ul#promoSwitch {
	position: absolute;
	width: 673px;
	/*height: 62px;*/
	z-index: 30;
	left: 0;
	top: 130px;
}
ul#promoSwitch a strong {
	display: none;
}
ul#promoSwitch li {
	top: 0;
	left: 0;
	position: absolute;
	width: 45px;
}
ul#promoSwitch li.next {
	right: 0;
	left: auto;
}
ul#promoSwitch li a {
	display: block;
	height: 62px;
	background-image: url(../img/promo-arrows.gif);
	background-repeat: no-repeat;
}
ul#promoSwitch li.prev a {
	background-position: 0 -62px;
}
ul#promoSwitch li.prev a:hover, ul#promoSwitch li.prev a.active {
	background-position: 0 0;
}
ul#promoSwitch li.next a {
	background-position: -45px -62px;
}
ul#promoSwitch li.next a:hover, ul#promoSwitch li.next a.active {
	background-position: -45px 0;
}

/***********************************************
	Quickaccess
***********************************************/

div#quickaccess {
	height: 158px;
	padding: 19px 0 6px 0;
	background: url(../img/bg-promo.png) no-repeat;
	margin: -5px 0 37px 0;
	position: relative;
	z-index: 20;
}
div#quickaccess li {
	position: relative;
	float: left;
	width: 209px;
	height: 158px;
	border-right: 1px dotted #b1b3b4; 
	padding: 0 15px;
	line-height: 1;
}
div#quickaccess li.last {
	border: none;
}
div#quickaccess ul li:last-child {
	border: none;
}

div#quickaccess li ul {
	margin: 1em 0;
}
div#quickaccess li li {
	float: none;
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}
div#quickaccess li li a{
	padding: 0 0 0 10px;
	background: url(../img/listicon-arrow.gif) no-repeat 0 -90px;
}
div#quickaccess li li a:hover{
	background: url(../img/listicon-arrow.gif) no-repeat 0 5px;
}
div#quickaccess h3 {
	text-transform: uppercase;
	font-size: 1.16em;
	margin: 0 0 .6em 0;
}
div#quickaccess h3 a {
	color: #000;
}
div#quickaccess img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
div#quickaccess a.promo-button {
	line-height: 1.6em;
	position: absolute;
	right: 7px;
	bottom: 4px;
}
* html div#quickaccess a.promo-button {
	height: 18px;
}
* html div#quickaccess a.promo-button:hover {
	height: 19px;
	padding: 6px 37px 4px 7px;
}


/***********************************************
	Products
***********************************************/

div#products {
	float: left;
	display: inline;
	width: 941px;
	margin: -5px 0 0 0;
	padding: 0 10px;
	position: relative;
	z-index: 20;
}
div#products li {
	position: relative;
	float: left;
	display: inline;
	width: 204px;
	height: 201px;
	border-right: 1px dotted #b1b3b4; 
	padding: 0 15px;
	margin: 0 0 1.5em 0;
	line-height: 1;
	text-align: center;
}
div#products li.last {
	border: none;
}
div#products ul li:last-child {
	border: none;
}
div#products h3 {
	font-size: 1.16em;
	margin: 0;
	text-align: left;
}
div#products h3 a {
	color: #000;
}
div#products p.price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 234px;
	height: 54px;
	padding: 6px 0 0 0;
	background: #e9eaeb;
	font-weight: bold;
	font-size: 1.16em;
	color: #000;
}
div#products p.price span {
	color: #e3002b;
}
div#products p.price strong {
	font-size: 1.186em;
}
div#products a.promo-button {
	line-height: 1.6em;
	position: absolute;
	right: 7px;
	bottom: 4px;
	font-size: .86em;
}
* html div#products a.promo-button {
	height: 18px;
}
* html div#products a.promo-button:hover {
	height: 19px;
	padding: 6px 37px 4px 7px;
}


/***********************************************
	Footer
***********************************************/

div#footer {
	background: #fff;
	padding: 0 10px 10px 10px;
}
div#footer a:hover {
	color: #e3002b;
	text-decoration: underline;
}
div#footer h3 {
	text-transform: uppercase;
	color: #5e5e5e;
	font-size: 1em;
	margin: 0 0 .3em 0;
}
div#footer ul {
	height: 105px;
	padding: 55px 0 0 0;
	background: url(../img/bg-footer.gif) repeat-x;
}
div#footer ul ul {
	padding: 0;
	background: none;
}
div#footer ul li {
	float: left;
	width: 214px;
	padding: 0 0 0 19px;
}
div#footer ul li li {
	padding: 0;
}
