/*
eazyShop CSS
@Author Thomas Lisson, JTL-Software
more info at http://www.jtl-software.de
*/
html, body, div, p, h1, h2, h3, ul, li, ol, 
span, a, table, td, form, img, li {
   border: none;
   font-family: Arial,Verdana, Geneva, Helvetica, sans-serif;
}

body, html, table {
	font-size: 12px;
	color: #434343;
}

body {
	background-image:url(http://ebay.live-for-fitness.de/gfx/hg.png);
}

table {
    background-color: #ffffff;
}

a.menu:link		{ text-decoration:none;font-family:arial,Verdana;font-style:normal;color:#434343;font-size:12px;font-weight:bold;}
a.menu:visited	{ text-decoration:none;font-family:arial,Verdana;font-style:normal;color:#434343;font-size:12px;font-weight:bold;}
a.menu:active	{ text-decoration:none;font-family:arial,Verdana;font-style:normal;color:#434343;font-size:12px;font-weight:bold;}
a.menu:hover	{ text-decoration:underline;font-family:arial,Verdana;font-style:normal;color:#434343;font-size:12px;font-weight:bold;}

a.footer:link	{ text-decoration:none;font-family:arial,Verdana;font-style:normal;color:#626262;font-size:11px;font-weight:bold;}
a.footer:visited{ text-decoration:none;font-family:arial,Verdana;font-style:normal;color:#626262;font-size:11px;font-weight:bold;}
a.footer:active { text-decoration:none;font-family:arial,Verdana;font-style:normal;color:#626262;font-size:11px;font-weight:bold;}
a.footer:hover  { text-decoration:underline;font-family:arial,Verdana;font-style:normal;color:#626262;font-size:11px;font-weight:bold;}

h1 {font-family:arial,Verdana;font-style:normal;color:#434343;font-size:13px;font-weight:bold;}
h2 {font-family:arial,Verdana;font-style:normal;color:#434343;font-size:16px;font-weight:bold;}

.inhalt {font-family:arial,Verdana;font-style:normal;color:#000000;font-size:11px;line-height:20px;}
.footer_trennstrich { text-decoration:none;font-family:arial,Verdana;font-style:normal;color:#585858;font-size:11px;font-weight:bold;}
.copy {font-family:arial,Verdana;font-style:normal;color:#A5A5A5;font-size:10px;}

img {border: 0;}

ul,ol{
    margin: 10px 10px 10px -23px;
}

.clo-kat{
    padding-left: 50px;
}

a {
    text-decoration: none;
    color: #434343;
}
a:Hover {
    font-weight: bold
}

/* Eigene Anpassungen */
#ContentTable {
    width: 560px;
}
#ContentTable > tbody > tr > td {
    background-color: #ffffff;
}
#ContentTable td:nth-child(1) {
    width: 252px;
}
#ContentTable td:nth-child(2) {
    width: 86px;
}
#ContentTable td:nth-child(3) {
    width: 136px;
}
#ContentTable td:nth-child(4) {
    width: 86px;
}

#ContentTable .custom_header {
    height: 34px;
}
#ContentTable .custom_header > h3 {
    font-size: 20px;
    width: 70%;
}
.dropdownSelect {
    font-size: 17px;
}
div.dropdownContent {
    display: block !important;
}
span.dropdownArrow {
    display: none;
}