/*----------------------------------------------------------------------------------------/
/ Inhaltselemente (Schrift, Links, Formulare, Linien)
/----------------------------------------------------------------------------------------*/
img {
	border:0; }
.block {
	display:block; }
.dimensionZero {
	font-size:0;
	line-height:0; }
.hidden {
	display:none; }

.floatL {
	float:left; }
.floatR {
	float:right; }
.clearB {
	clear:both; }
.clearBothHidden {
	clear:both;
	font-size:0;
	line-height:0; }

.alignRight {
	text-align:right; }


/*------------------------------------------------------------------/
/ Schrift Formatierung
/------------------------------------------------------------------*/
h1, h2, h3, p {
	margin:0;
	padding:0; }
h1, h2, h3 {
	font-weight:bold; }
h1 {
	font-size:13px;
	line-height:18px; }

.fontNormal, h2 {
	font-size:12px;
	line-height:18px; }
.fontSmall, h3 {
	font-size:11px;
	line-height:17px; }
.fontSmallNarrow  {
	font-size:11px;
	line-height:15px; }
.fontXSmall {
	font-size:10px;
	line-height:16px; }

.bold {
	font-weight:bold; }
.italic {
	font-style:italic; }

.textColor, .productSpecialPrice, .productGroupPrice {
	color:#BB00D5; }
.textGrey {
	color:#939393; }
.textLightGrey {
	color:#ACACAC; }
.textWhite {
	color:#FFF; }

/* Generelle Formatierung Preise */
.blockPrice {
	color:#000;
	font-weight:bold;
	text-align:right; }
.productOldPrice {
	font-size:90%;
	line-height:90%;
	font-weight:normal;
	text-decoration:line-through; }
.productOldPrice, .productSpecialPrice, .productGroupPrice {
	white-space:nowrap; }

/* Überschriften als Balken */
.blockHeadline {
	border:3px solid #EEEEEC;
	margin-top:25px; }
.blockHeadline.padNext {
	margin-bottom:5px; }
.blockHeadline span {
	display:block;
	margin:1px;
	padding:2px 7px 3px;
	min-height:16px;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	background-color:#EEEEEC; }
/* * html .blockHeadline span {
	height:21px;
	overflow:visible; } */


/*------------------------------------------------------------------/
/ Links
/------------------------------------------------------------------*/
a, a:visited {
	color:#000;
	cursor:pointer;
	text-decoration:none;
	outline:none; }
a:hover {
	color:#BB00D5; }

a.underline {
	text-decoration:underline; }

.linkBorder {
	display:block;
	border:1px solid #7E7E7E; }
a.linkBorder:hover, .linkBorder.active {
	border-color:#BB00D5; }

.textColor a, .textColor a:visited, a.textColor, a.textColor:visited {
	color:#BB00D5; }
.textColor a:hover, .textColor a.active, .textColor a.active:visited, a.textColor:hover {
	color:#000; }
/* Invertiert innerhalb von textColor */
.textColor a.inverted, .textColor a.inverted:visited {
	color:#000; }
.textColor a.inverted:hover {
	color:#BB00D5; }

.textGrey a, .textGrey a:visited, a.textGrey, a.textGrey:visited {
	color:#939393; }
.textGrey a:hover, .textGrey a.active, .textGrey a.active:visited, a.textGrey:hover {
	color:#000; }

.textLightGrey a, .textLightGrey a:visited, a.textLightGrey, a.textLightGrey:visited {
	color:#ACACAC; }
.textLightGrey a:hover, .textLightGrey a.active, .textLightGrey a.active:visited, a.textLightGrey:hover {
	color:#595959; }

/* Links mit Icons */
.linkIcon {
	padding-left:12px;
	background:url(../img/links/link_icon.gif) no-repeat 1px 4px; }
.linkIconInactive {
	padding-left:12px;
	background:url(../img/links/link_icon_inactive.gif) no-repeat 1px 4px; }
.linkIconSmall {
	padding-left:11px;
	background:url(../img/links/link_icon_small.gif) no-repeat 1px 4px; }

/* Produkt Navigator */
.proNav {
	display:block;
	padding:0 1px;
	height:16px; }
span.proNav { /* Wenn Link inaktiv */
	color:#959595; }
.proNav.left {
	padding-left:10px;
	background:url(../img/links/pro_nav_left.gif) no-repeat; }
span.proNav.left {
	background:url(../img/links/pro_nav_left_low.gif) no-repeat; }
.proNav.right {
	padding-right:10px;
	background:url(../img/links/pro_nav_right.gif) no-repeat right 0; }
span.proNav.right {
	background:url(../img/links/pro_nav_right_low.gif) no-repeat right 0; }

/* Plus / Minus */
a.plusMinus {
	display:block;
	width:15px; }


/*------------------------------------------------------------------/
/ Icons
/------------------------------------------------------------------*/
.hotline {
	padding:4px 10px 5px 38px;
	font-size:17px;
	line-height:20px;
	font-weight:bold;
	background:url(../img/icons/hotline.gif) no-repeat 10px 4px; }
.hotlineTopSmall {
	float:left;
	padding:2px 0 0 20px;
	background:url(../img/icons/hotline_top_small.gif) no-repeat 0 3px; }


/*------------------------------------------------------------------/
/ Abstände Text
/------------------------------------------------------------------*/
h1 {
	padding:5px 11px 6px; }
.padContent {
	padding:10px 11px 11px; }

/* Abstände Textblöcke */
.paragraph {
	padding-bottom:6px; }
.paragraphElm {
	padding-bottom:11px; }
.paragraphS {
	padding-bottom:3px; }
.paragraphElmS {
	padding-bottom:8px; }
.paragraphL {
	padding-bottom:21px; }

/* Abstände in Tabellen (auch für Einträge in Formulare) */
table .leftEntry {
	padding-right:10px; }
table .rightEntry {
	padding:7px 0; }


/*------------------------------------------------------------------/
/ Formular Elemente
/------------------------------------------------------------------*/
form, form input, form textarea, form select {
	padding:0;
	margin:0; }

form input, form textarea, form select {
	color:#000;
	font-size:12px; }
form input {
	height:16px;
	padding-top:1px; }
* html form input {
	height:19px; }
form select {
	height:19px; }

/* Kleinere Eingabefelder (Schriftgrad und Höhe) */
form input.small, form textarea.small, form select.small {
	font-size:11px; }
form input.small {
	height:14px; }
* html form input.small {
	height:18px; }
form select.small {
	height:17px;
	padding-bottom:1px; }

form input, form textarea, form select {
	border:1px solid #ACACAC; }
form .mandatoryEntry {
	border-color:#6D6D6D; }
form textarea {
	overflow:auto; }
form .noBorder {
	border:0;
	padding:0;
	height:auto; }

/* DropDown für Länder */
.selectCountry {
	width:262px; }
* html .selectCountry {
	width:260px; }
/* DropDown Kategorien bei Suche */
.selectSearchCat {
	width:314px; }
* html .selectSearchCat {
	width:312px; }

/* Submit und normale Buttons */
.imgButton {
	font-size:0;
	line-height:0;
	min-height:23px; }
* html .imgButton {
	height:23px;
	overflow:visible; }


/*------------------------------------------------------------------/
/ HTML Listen
/------------------------------------------------------------------*/
ul, ol {
	padding:0;
	margin:0; }
ul {
	padding-left:16px; }
ol {
	padding-left:20px; }
/* ul li, ol li {
	padding:3px 0; } */


/*------------------------------------------------------------------/
/ Linien / Hintergrundfarben
/------------------------------------------------------------------*/
.line, .lineGrey, .lineLightGrey {
	clear:both;
	font-size:0;
	line-height:0;
	height:1px;
	overflow:hidden; }
.line {
	background:url(../img/line_bg.gif) repeat-x; }
.lineGrey {
	background-color:#9E9E9E; }
.lineLightGrey {
	background-color:#D8D8D6; }

.padLine {
	padding:10px 0; }
.padLineTop {
	padding-top:10px; }
.padLineModule {
	padding:15px 0 5px; }

.bgGrey {
	background-color:#EEEEEC; }
.bgLightGrey {
	background-color:#F5F5F3; }