@charset "utf-8";
/* CSS Document */

body {
	color:#3E3E3E;
	font:12px/18px Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
	/*height:1600px !important;
	max-height:1600 !important;*/
}
img {
	border:none;
}
#center-wrapper {
	background:#5F5F5F url(http://sport-versand24.de/eBay-Shop/img/sv24_background.png) repeat scroll center top;
	width:1020px;
	/*height:100%;*/
	padding:0 50px 150px 50px;
	width:auto;
	margin:0 auto;
	text-align:center;
}
#wrapper {
	margin:30px;
	text-align:left;
	display:inline-block;
	/*width:1020px;
	height:100%;*/
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/int-bg.gif) repeat-y;
	-webkit-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px 5px rgba(0,0,0,0.75);
	position:relative;
}
#header {
	width:1020px;
	position:relative;
	background-color:#FFF;
	border-bottom:#5B5B5B 1px solid;
	z-index:100;
}
#headerTop {
	height:82px;
	overflow:hidden;
	position:relative;
}
#headerBottom {
	height:40px;
	overflow:hidden;
}
#logo {
	float:left;
	width:190px;
	height:82px;
	background-color:#FFF;
}
#logo img {
	margin:10px 0 8px 20px;
	border:none;
}
#logo img a {
	display:block;
	width:100%;
	height:100%;
}
#hotline {
	border:#739D15 thin solid;
	background-color:#8ABE10;
	padding:8px;
	font-size:13px;
	color:#FFF;
	text-shadow: 1px 1px 0 #62870C;
	line-height:13px;
	text-align:center;
	position:absolute;
	top:30px;
	right:10px;
	width:auto;
	-moz-border-radius:7px 7px 7px 7px;
	-webkit-border-radius:7px 7px 7px 7px;
	border-radius:7px 7px 7px 7px;
	-moz-box-shadow:1px 1px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 15px rgba(0,0,0,0.2);
	box-shadow:1px 1px 15px rgba(0,0,0,0.2);
	z-index:101;
}
#marken {
	float:left;
	width:830px;
	height:82px;
	background-color:#81B40F;
	position:relative;
}
#marken img {
	position:absolute;
	bottom:8px;
}
#headrStart {
	font-size:13px;
	height:40px;
	width:190px;
	float:left;
	text-align:center;
	background-color:#81B40F;
}
#headrStart a {
	height:40px;
	width:190px;
	display:block;
	line-height:40px;
	color:#FFF;
	text-transform:uppercase;
	background-color:#81B40F;
	text-decoration:none;
}
#headrMenu {
	height:40px;
	width:830px;
	float:left;
	background-color:#333;
}
#headrMenu a {
    border-right:1px solid #6F6F6F;
	background:transparent url(http://sport-versand24.de/eBay-Shop/img/link_arrow_down_white.png) no-repeat right 13px center;
    color:#FFF;
    float:left;
    font-family:Tahoma,Arial,Helvetica,sans-serif;
    font-size:13px;
    height:40px;
    line-height:40px;
    padding: 0 40px 0 20px;
    text-align:center;
    text-decoration:none;
}
#headrMenu a:hover {
	color:#81B40F;
	background:transparent url(http://sport-versand24.de/eBay-Shop/img/link_arrow_down_green.png) no-repeat right 13px center;	
}
#search_typeahead_form {
	position:relative;
}
#submitSrch {
	height:28px;
	width:25px;
	cursor:pointer;
	z-index:1001;
	position:absolute;
	right:8px;
	top:6px;
}
#sv24SearchInput {
	float:right;
	height:22px;
	/*width:290px;*/
	width:300px;
	margin:6px 8px 4px 0;
	color:#81B40F;
	border:none;
	font-size:12px;
	line-height:22px;
	padding: 3px 25px 3px 7px;
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/lupe.png) no-repeat right 3px center;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-moz-box-shadow:2px 2px 3px #666 inset;
	-webkit-box-shadow:2px 2px 3px #666 inset;
	box-shadow:2px 2px 3px #666 inset;
	z-index:1000;
}
#mid-area {
	background-color:#FFF;
	/*margin-top:125px;*/
}
#v-menu {
	min-height:607px;
	float:left;
	width:190px;
	background-color:#81b40f;
}
ul.vm {
	list-style:inside;
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.vm li {
	font-size:13px;
	position:relative;
}
ul.vm a {
	display:block;
	border-bottom:#FFF 1px solid;
	font-weight:bold;
	color:#FFF !important;
	text-decoration:none;
	text-shadow: 1px 1px 0 #62870C;
	background:#81B40F url(http://sport-versand24.de/eBay-Shop/img/link_arrow_right_black.png) no-repeat 15px center;
	padding: 10px 0 10px 24px;
	min-height: 15px;
	-webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;	
}
ul.vm a:hover {
	text-shadow:none;
	background:#333 url(http://sport-versand24.de/eBay-Shop/img/link_arrow_right_white.png) no-repeat 15px center;
}
.vm-start, .vm-end {
	color:#81B40F;
	font-weight:bold;
	background-color:#333;
	padding:8px 0 8px 18px;
	border-bottom:#FFF 1px solid;
	text-transform:uppercase;
}
.vm-end:last-child {
	border-bottom:#81b40f 1px solid;
}
.vm-start {
	/*background-color:#DBDBDB;*/
	padding:8px 0 8px 8px;
	background-color:#3E3E3E;
	text-shadow: 1px 1px 0 #333;
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.85) inset;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.85) inset;
	box-shadow:1px 1px 1px rgba(0,0,0,0.85) inset;
}
.vm-end {
	background-color:#333;
	padding:0;
	min-height:36px;
}

/* Submenü Ebene 1*/

ul.vm li:hover > ul.submenu {
	display:block;
}
ul.submenu {
	display:none;
	padding:0;
	width:190px;
	position:absolute;
	left:190px;
	top:0px;
	background-color:#81B40F;
	/*float:none;
	clear:left;*/
	list-style:none outside none;
	z-index:9001;
	-moz-box-shadow: 3px 3px 12px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 3px 12px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 12px rgba(0,0,0,0.75);
}
ul.submenu li {
	/*float:none;
	clear:left;*/
	background-color:#81B40F;
	border-left:#333 1px solid;
	margin-left:0px;
}
.submenu li:last-child a {
	border-bottom:none;
}

/* Submenü Ebene 2*/

ul.vm li:hover > ul.submenu2 {
	display:block;
}
ul.submenu2 {
	display:none;
	padding:0;
	width:190px;
	position:absolute;
	left:189px;
	top:0px;
	background-color:#81B40F;
	/*float:none;
	clear:left;*/
	list-style:none outside none;
	z-index:9001;
	-moz-box-shadow: 3px 3px 12px rgba(0,0,0,0.75);
	-webkit-box-shadow: 3px 3px 12px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 12px rgba(0,0,0,0.75);
}
ul.submenu2 li {
	/*float:none;
	clear:left;*/
	background-color:#81B40F;
	border-left:#333 1px solid;
	margin-left:0px;
}
ul.submenu2 li:last-child a {
	border-bottom:none;
}


.puma {
	background:url(http://sport-versand24.de/eBay-Shop/img/mainvisual-marken/puma-links.png) no-repeat center center;
}
.adidas {
	background:url(http://sport-versand24.de/eBay-Shop/img/mainvisual-marken/adidas-links.png) no-repeat center center;
}
.nike {
	background:url(http://sport-versand24.de/eBay-Shop/img/mainvisual-marken/nike-links.png) no-repeat center center;
}
.jako {
	background:url(http://sport-versand24.de/eBay-Shop/img/mainvisual-marken/jako-links.png) no-repeat center center;
}
.paymentsrv {
	height:48px;
	text-align:center;
	line-height:48px;
	color:#333;
	background-color:#FFF;
	border-right:#81B40F 1px solid;
}
.paymentsrv:not(:last-child) {
	border-bottom:#81B40F 1px solid;
}

.clickandbuy {
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/clickandbuy.gif) no-repeat center center;
}
.vorkasse {
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/vorkasse.gif) no-repeat center center;
}
.sofortuberweisungde {
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/sofortuberweisungde.gif) no-repeat center center;
}
.paypal {
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/paypal.gif) no-repeat center center;
}
.skrill {
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/skrill.gif) no-repeat center center;
}
#main-vis, #content-area {
	min-height:607px;
	width:830px;
	float:left;
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/sv24_mainvisual.jpg) no-repeat;
	position:relative;
}
#main-vis div.Cnt {
	background:rgba(255,255,255,0.89);
	padding:30px;
	min-height:547px;
}
#content-area {
	height:auto;
	background:none #FFFFFF;
	/*-moz-box-shadow:16px 16px 20px rgba(0,0,0,0.15) inset;
	-webkit-box-shadow:16px 16px 20px rgba(0,0,0,0.15) inset;
	box-shadow:16px 16px 20px rgba(0,0,0,0.15) inset;*/
}
#main-vis-marken-wrapper {
	position:absolute;
	bottom:12px;
	left:9px;
}
.mainvis-marken {
	background:rgba(0,0,0,0.4);
	height:202px;
	width:202px;
	margin-right:1px;
	float:left;
	-webkit-transition: background .4s ease-out;
	-moz-transition: background .4s ease-out;
	-o-transition: background .4s ease-out;
	transition: background .4s ease-out;	
}
.mainvis-marken:first-child {
	-moz-border-radius: 16px 0 0 16px;
	-webkit-border-radius: 16px 0 0 16px;
	border-radius: 16px 0 0 16px;	
}
.mainvis-marken:last-child {
	-moz-border-radius: 0 16px 16px 0;
	-webkit-border-radius: 0 16px 16px 0;
	border-radius: 0 16px 16px 0;	
}
.mainvis-marken:hover {
	background:rgba(0,0,0,0.15);
}
#content-area h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:23px;
	line-height:20px;
	font-weight:bold;
	letter-spacing:1px;
	color:#A7A69A;
	text-shadow: 1px 1px 0 #333;
	max-width:630px;
	margin:50px 25px 0 45px;
}
#content-area a {
	color:#333;
	text-decoration:underline;
}
#content-area a:hover {
	color:#666;
	text-decoration:none;
}
#content-area b {
	color:#5C5C5C;
}
#contTxt {
	float:left;
	width:350px;
	margin:30px 25px 25px 45px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#666;
}
.ThumbSmTx {
	float:left;
	font-size:9px;
	color:#999;
	margin-top:20px;
}
/*.contPureTxt {
	margin:15px 25px 25px 45px !important;
	width:760px !important;
	max-height:500px !important;
	float:none !important;
	font-size:12px !important;
	line-height:19px  !important;
	overflow:auto;
}*/
.contPureTxt img {
	max-width:730px;
}
#ImgFrame {
	float:left;
	width:350px;
	height:500px;
	margin-top:30px;	
	text-align:center;
}
#contImg {
	float:left;
	/*margin-top:30px;*/
	max-width:390px;	
	max-height:375px;
	overflow:hidden;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;	
	transition: transform .25s ease;
}
#contImg:hover {
	transform: scale(2.00);
	/*border:#DFDFDF 0.1px solid;*/
	cursor:url(http://sport-versand24.de/eBay-Shop/img/magnify.cur), -moz-zoom-in;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.09);
	-moz-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.09);
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.09);
	z-index:5000;
}


#imgCont {
	height:380px;
	width:350px;
	float:left;
}
.ImgThumb {
	height:52px !important;
	float:left;
	margin-right:4px;
	cursor:pointer;
	border:#CCC 0.5px solid;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.05);
}
#specials {
	display:inline-block;
	float:right;
	background-color:#FFF;
	/*width:830px;
	width:1020px;
	clear:both;
	background:#333 url(http://sport-versand24.de/eBay-Shop/img/specials-bg.gif) repeat-y;*/
}
/*#specials-vmenu {
	float:left;
	width:190px;
}*/
#vorteile {
	float:right;
	position:relative;
	border:#81B40F 1px solid;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#FFF;
	margin:5px;
 	height:265px;
    width:400px;
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/vorteile.jpg) no-repeat 245px center;
}
#vorteile h2 {
	position:absolute;
	display:inline;
	top:10px;
	left:15px;
	color:#81B40F;
	text-shadow: 1px 1px 1px #333;
	font-size:23px;
	line-height:25px;
	font-weight:bold;
	letter-spacing:1px;
}
#vorteile ul {
	position:absolute;
	top:105px;
	left:20px;
	list-style:none outside;
	padding:2px;
}
#vorteile ul li {
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	color:#666;
	background:transparent url(http://sport-versand24.de/eBay-Shop/img/bullet-check-green.png) no-repeat center left;
	padding-left:19px;
}
#special-offers {
	float:right;
	position:relative;
	margin:5px 10px 5px 5px;
 	height:265px;
    width:390px;
	background:#FFF url(http://sport-versand24.de/eBay-Shop/img/angebot.png) no-repeat top right;
}
#spoffr-cnt {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(0,0,0,0.4);
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	height:55px;
}
#spoffr-cnt h2 {
	position:absolute;
	bottom:8px;
	left:25px;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
#spoffr-cnt a {
	font-size:13px;
	display:block;
	position:absolute;
	bottom:13px;
	left:190px;
	padding:6px 10px 6px 10px;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	background-color:#81B40F;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#footer {
	clear:both;
	position:relative;
	height:80px;
	width:1020px;
	/*margin-top:2px;
	border-top:#FFF 2px solid;*/
	background:#81B40F url(http://sport-versand24.de/eBay-Shop/img/logo-footer.png) no-repeat 23px center;
}
#footer div {
	position:absolute;
	color:#FFF;
	font-size:12px;
}
#footer div a {
	color:#FFF;
	text-decoration:none;
}
#footer div a:hover {
	color:#FFF;
	text-decoration:underline;
}
#allrightsreserved {
	height:80px;
	line-height:80px;
	left:105px;
}
#about-impressum {
	height:80px;
	line-height:80px;
	right:30px;
}
#about-impressum ul {
	list-style:none outside;
	padding:2px;
	margin:0;
}
#about-impressum ul li {
	float:left;
}
#BiggerImg {
	position:absolute;
	z-index:120000001;
	display:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;	
}
#BiggerImg img {
	-webkit-box-shadow:0 0 150px 33px rgba(0, 0, 0, 0.65);
	-moz-box-shadow:0 0 150px 33px rgba(0, 0, 0, 0.65);
	box-shadow:0 0 150px 33px rgba(0, 0, 0, 0.65);
}
#outerShopDiv {
	width:1022px;
	margin:0 auto;
}
#mvis {
	height:240px;
	background-color:#CCC;
}
#footerlink{
	height:50px;
	background-color:#C60;
}
ol.up-alpha {
	list-style-type:upper-alpha;
}
ol.up-alpha li {
	font-weight:bold;
}
#muster_widerruf  {
	background-color:#FFF;
	border:#CCC 1px solid;
	margin:5px;
}
#muster_widerruf caption {
	font-weight:bold;
	text-align:left;
	background-color:#FFF;
}
#muster_widerruf td {
	min-width:330px;
	padding:10px;
}
#muster_widerruf .lineTD {
	border-bottom:#999 1px dotted;
}
#muster_widerruf .lineTDV {
	border-right:#999 1px dotted;
}
.stdwn {
	margin-bottom:-20px;
	font-weight:bold;
	display:inline-block;
	background-color:#FFF;
	padding:1px 6px 1px 6px;
	border:#CCC 1px dotted;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
}
#galDiv {
	margin:20px;
	text-align:center;
	padding:8px;
	color:#CCC;
	background-color:#666;
	border:#CCC 1px solid;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
}
#tryAgain {
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	padding:4px;
	color:#DDD;
}
.Galdr {
	margin-right:5px;
	vertical-align:middle;
}
#servicezeiten {
	margin:15px 5px 15px 20px;
	color:#FFF;
	/*font-size:large;
	text-shadow: 1px 1px 0 #333;
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.85) inset;
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.85) inset;
	box-shadow:1px 1px 1px rgba(0,0,0,0.85) inset;*/	
}