@charset "utf-8";

body,
table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/*Page Layout Styles*/
div#page {
	width: 1100px;
	margin: 0 auto;
}

div#header {
	height: 105px;
}

div#logo{
	padding-top: 15px;
	margin-left:10px;	
}

div#content{
	padding-top:10px;
	margin-bottom: 25px;
}

div#content_left{
	float:left;
	width: 200px;
	background-color: #fff;
	min-height: 800px;
	border: 1px solid #aaa;
	overflow: hidden;
}

div#content_left a{
	text-decoration: none;
}

div#content_main{
	min-height: 870px;
	float: right;
	width: 888px;
	border: 1px solid #aaa;
	overflow: hidden;
	font-size: 12px;
}

/*Navigation Menu Styles*/
div#navigation_header{
	background: url("img/bg_navigation.jpg") repeat scroll 0 0 transparent;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
}

div#navigation_boxen{
	background: url("img/navigation_boxen.jpg") no-repeat scroll 0 0 transparent;
	height: 140px;
	width: 200px;
}

div#navigation_hantelbank{
	background: url("img/navigation_hantelbank.jpg") no-repeat scroll 0 0 transparent;
	height: 140px;
	width: 200px;
}

div#navigation_hantelstange{
	background: url("img/navigation_hantelstange.jpg") no-repeat scroll 0 0 transparent;
	height: 140px;
	width: 200px;
}

div#navigation_gewichte{
	background: url("img/navigation_gewichte.jpg") no-repeat scroll 0 0 transparent;
	height: 140px;
	width: 200px;
}

div#navigation_fitness{
	background: url("img/navigation_fitness.jpg") no-repeat scroll 0 0 transparent;
	height: 140px;
	width: 200px;
}

div#product_title{
	line-height: 25px;
	padding: 15px;
}

div#product_title h1{
	font-size: 18px;
}

div#product_foto{
	float: left;
	width: 550px;

	/*border: 1px solid black;*/
	position: relative;
}

div#product_info{
	float: right;
	width: 320px;
	padding: 0px 5px;
}

div#product_info h2{
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
}

div#product_info ul,
div#tab_content ul{
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 15px;
}

div#product_info ul li,
div#tab_content ul li{
	padding-bottom: 5px;
}

img#logo1{
	padding: 20px 0 5px 0;
}

span.price{
	font-size: 2.5em;
	font-weight:bold;	
}

div.navigation_button{
	color: #ffffff;
	background-color: #0097e6;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	padding-left: 20px;
}

div.navigation_button:hover{
	background-color: #00659b;
}

div#product_desc{
	padding: 10px;	
}

div#tab_content h2,
div#tab_content h3{
	font-size: 14px;
	margin-bottom: 15px;
}

div#tab_content p{
	margin: 15px 0;	
}

/*Allgemeines*/
.clear{clear: both;}
.brd_bottom{border-bottom: 1px solid #aaaaaa;}

/*Tab*/
.tabitem {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
}
.tabitem li {
		background: none repeat scroll 0 0 #efefef;
    border: 1px solid #999999;
    border-radius: 5px 5px 0 0;
    color: #000000;
    float: left;
    font-weight: 700;
    height: 15px;
    list-style: none outside none;
    margin-left: -1px;
    padding: 7px 10px;
    position: relative;
}
.tabitem li.activated {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom-color: #FFFFFF;
    border-right-color: #AAAAAA;
    border-top-color: #AAAAAA;
    z-index: 2;
}
.tabitem li.deactivated {
    color: #AAAAAA;
}
.tabitem css3-container:first-child + li, .tabitem li:first-child {
    margin-left: 0;
}
.tabitem li.activated:first-child, .tabitem css3-container:first-child + li.activated {
    border-left-color: #AAAAAA;
}
.tabitem a {
    color: #000000;
    text-decoration: none;
}
.tabitem_content, .tabitem_content_window {
    border: 1px solid #AAAAAA;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: -1px;
}
.tabitem_content_window {
    border-radius: 0 0 3px 3px;
    height: 500px;
    overflow: auto;
}
.tabitem_content_tab {
    padding: 10px;
}

/*Image Slider*/
#wrapper {

/*	top: 25px;
	left: 25px;
	position: absolute;

*/	width: 550px;
}
#carousel-wrapper {
	padding: 25px;
	position: relative;
	width: 500px;
	height: 500px;	

}
#carousel, #thumbs {
	overflow: hidden;
}
#carousel-wrapper .caroufredsel_wrapper {
	
}

#carousel span, #carousel img,
#thumbs a, #thumbs img  {
	display: block;
	float: left;
}


#thumbs-wrapper {
	margin-top: 25px;
	padding: 20px 40px;
	position: relative;
}
#thumbs a {
	width: 100px;
	height: 100px;
	margin: 0 10px;
	overflow: hidden;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}

#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#prev, #next {
	background: transparent url('img/carousel_nav.png') no-repeat 0 0;
	display: block;
	width: 19px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#prev {
	background-position: 0 0;
	left: 10px;
}
#next {
	background-position: -19px 0;
	right: 10px;
}			
#prev:hover { 
	background-position: 0 -20px;				
}
#next:hover {
	background-position: -19px -20px;				
}
#prev.disabled, #next.disabled {
	display: none !important;
}
