*{
	margin:0;
	padding:0
}
body {

  font-family:tahoma;
	margin:20px 0;
	padding:0;
	background: url(img/bg.gif) repeat-x #eee;
	color:#555;
	line-height:18px;
}
a.menu{
margin:0 24px 0 0;
color:#3333ff; 
}
/* HEADINGS */
h1,h2,h3,h4{
font-family: 'tahoma';
/*font-family: tahoma;*/
  line-height: 1.5;
}


h1 {
	color:#444;
	font-weight:bold;
	font-size:1.8em;
	margin:24px 0px 24px 0px;
	padding:0px;
	width:auto;
	border: #ccc solid;
	border-width:0px 0px 1px 0px;
	padding-bottom:8px;
}
h2 {
	color:#444;
	font-weight:bold;
	font-size:1.6em;
	margin:15px 0px 20px 0px;
	padding:0px;
}
h3 {
	color:#444;
	font-weight:bold;
	font-size:1.4em;
  margin:0 0 16px 0;
}
h4{
font-size:1.2em;
color:#444;
margin:0 0 12px 0;
}
h6 {
	color:#555555;
	font-weight:bold;
	font-size:12px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	outline: none;
	cursor:pointer;
}
a:link {
	color:#226ab9;
	outline: none;
}
a:visited {
	color:#226ab9;
	outline: none;
}
a:hover, a:active {
	color:#ff8833;
	outline: none;
}
a:hover {
	color:#ff8833;
	text-decoration:underline;
	outline: none;
}
a img {
	border:none;
	outline: none;
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
	padding:10px;
	background:url(img/input_bg.gif) no-repeat;
}
select {
	font-family:Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border:1px solid #666;
	padding:2px;
	background:url(img/input_bg.gif) no-repeat;
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 0px;
}
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#4E4E4F;
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999;
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif);
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:980px;
	background-color:#fff;
	border: #fff solid;
	border-width:0px 10px 10px 10px;
	margin-bottom:10px;
  border-radius: 10px;
}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:180px;
	background: #3300FF url(img/logo-verkaufstrainer-1.jpg) no-repeat;
	border-top: 10px solid #fff;
	border-bottom:1px solid #fff;
}
#header #logo {
	float:left
}
#header #search {
	width: 230px;
	height:75px;
	float:right;
	color:#fff;
	padding:0px 0px 0px 60px
}
#header #search a {
	color:#fff;
	font-size:11px;
	outline: none;
}
#header td {
	padding-top:1px;
	padding-right:4px;
}
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	clear:both;
	color:#c64934;
	padding:1px 0px 10px 15px;
	list-style-type:none;
	outline: none;
	height:22px;
	background: #fff url(img/bg_breadcrumb.gif) repeat-x;
	font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	outline: none;
	font-weight:normal;
	cursor:pointer;
	color:#333333;
	margin:0;
	padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
	background: #ffffff url(img/bg_topmenu_hh.gif) repeat-x;
}
#topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:36px;
	font-size:13px;
	background: url(img/bg_topmenu_hh.gif) repeat-x;
}
#topmenu li {
	height:36px;
	float:left;
	padding: 0px 25px;
	margin:0;
	background: url(img/bg_topmenu_bl.gif) no-repeat;
	background-position:right;
}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:36px;
	vertical-align:middle;
	text-decoration:none;
	outline: none;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#E030ff;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	background: url(img/bg_topmenu_hh.gif) repeat-x;
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:980px;
	padding:0;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:200px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width:525px;
	padding:0px 25px;
	margin-bottom:15px;
}

#content_1 {
	float:left;
	width:725px;
	padding:0px 25px;
	margin-bottom:15px;
}
#content_1 ul{
  margin-left:15px;
  margin-right:15px;
}

#contentfull {
	width:920px;
	padding:0px 30px;
	margin-bottom:15px;
}
#contentfull ul{
  margin-left:15px;
  margin-right:15px;
}
/* CATEGORY MENU */
h2.categoryheader {
	background: #868686 url(img/bg_boxheader_hh.gif);
	height:28px;
	font-size:12px;
	color:#fff;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.categoryheader a {
	text-decoration:none;
	outline: none;
	color:#fff;
}
ul#categorymenu {
	background-color:#EDEDED;
	margin-bottom:15px;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
}
/* 1st TIER */
ul#categorymenu li.level1 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level1 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background:#eee;
	font-weight:bold;
	padding:4px 0px 4px 6px;
	display:block;
}
ul#categorymenu li.level1 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#e1e1e1;
	font-weight:bold;
}
/* 2nd TIER */
ul#categorymenu li.level2 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level2 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 8px 9px #e1e1e1;
	font-weight:bold;
	padding:4px 0px 4px 18px;
	display:block;
}
ul#categorymenu li.level2 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#c7c7c7;
	font-weight:bold;
}
/* 3rd TIER */
ul#categorymenu li.level3 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level3 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 16px 9px #c7c7c7;
	font-weight:bold;
	padding:4px 0px 4px 26px;
	display:block;
}
ul#categorymenu li.level3 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#b3b3b3;
	font-weight:bold;
}
/* 4th TIER */
ul#categorymenu li.level4 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level4 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;
	font-weight:bold;
	padding:4px 0px 4px 34px;
	display:block;
}
ul#categorymenu li.level4 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#999;
	font-weight:bold;
}
/* 5th TIER */
ul#categorymenu li.level5 {
	list-style-type:none;
	border: solid #fff;
	border-width:1px 0px 0px 0px;
}
ul#categorymenu li.level5 a {
	text-decoration:none;
	outline: none;
	color:#333;
	background: url(img/dotted1.gif) no-repeat 32px 9px #a2a2a2;
	font-weight:bold;
	padding:4px 0px 4px 42px;
	display:block;
}
ul#categorymenu li.level5 a:hover {
	text-decoration:none;
	color:#333;
	background-color:#7e7e7e;
	font-weight:bold;
}
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
  	float: left;
  	margin: 2px 10px 2px 0px;
  	position: relative;
}
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
	background: #868686 url(img/bg_boxheader_hh.gif);
	height:28px;
	font-size:12px;
	color:#fff;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
	background: #3300ff;
  text-decoration:none;
	outline: none;
	color:#fff;
}

/*Seitennavigation*/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image:  url(img/bg_boxheader_hh.gif);
	font-size:12px;
  font-weight: bold;
	padding: 5px 0px 5px 10px; 
	color: #ffffff;
}

#sectionLinks a:hover{

	background-color: #69A3BA;
	background-image: url(img/bg_boxheader_hh_v.gif);
	font-weight: bold;
	color: #ffffff; 
	text-decoration: none;
}
#sectionLinks .next a:link, #sectionLinks .next a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(../Design/bg_nav.jpg);
  font-weight: normal;
  padding: 3px 0px 3px 23px; 
	color: #0020FF;
}

#sectionLinks .next a:hover{
	border-top: 1px solid #cccccc;
	background-color: blue;
	background-image: url(img/bg_boxheader_hh_v.gif);
	color: white; 
	text-decoration: none;
}


/*Bodybox*/

.boxbody {
	background-color:#ededed;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
	padding:8px;
	margin-bottom:15px
}
.boxbody h3, .boxbody h3 a {
	font-size:11px
}
.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center;
	outline: none;
}
.boxbody p {
	color:#000000;
	font-size:11px;
	margin:6px 0px;
}
.boxbody p.center {
	color:#000000;
	font-size:11px;
	text-align:center;
	margin:6px 0px;
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px;
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin: 5px 0px;
}
.boxbody div.hrlightgrey {
	margin: 5px 0px;
}
.boxbody a {
	font-size:11px;
	outline: none;
}
.boxbody .productboximage {
	border: solid 1px #999;
	padding:5px;
	background:#fff;
}
.boxbody ul.contentlist {
	margin-left:5px;
	margin-right:0;
	padding:0;
}
.boxbody ul.contentlist li {
	margin-left:0px;
	padding:0;
	list-style-type:none;
}
.contentlist a {
	border-bottom:1px solid #ccc;
	display:block;
	padding:5px 0;
	outline: none;
}
/* CART BOX */
h2.boxcartheader {
	background: #893769 url(img/bg_boxheader_hh_v.gif);
	height:28px;
	font-size:12px;
	color:#fff;
	padding:2px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
}
h2.boxcartheader a {
	text-decoration:none;
	color:#fff;
	outline: none;
}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
	background-color:#EDEDED;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
}
.boxcartbody p {
	font-size:11px;
}

/* FOOTER */
.footer {
  clear:both;
  background-color:#E2E2E2;
  margin-bottom:5px;
  border-bottom:2px solid #ccc;
  border-radius: 5px;
}
.footer a {
  outline: none;
}
/* XTC COPYRIGHT */
.copyright {
  margin: 0 auto;
  width:970px;
  text-align:center;
  color:#666;
  font-size:11px;
  font-family:tahoma;
  padding:0px 0px 10px 0px;
}
#content_1 ol, #content_1 ul {
	margin:10px 0 10px 14px;
}


#content ol, #content ul {
	margin:10px 0 10px 14px;
}
/* SEARCHBOX */
.search_header {
	line-height:normal;
}
td.main_row {
	border-top: 1px solid #ccc;
}

/* Firmenname */
#toptitle{font-family: 'tahoma';top:100px;left:400px;position:relative;text-align:left;font-weight:bold;font-size:200%;color:#ffffff;letter-spacing: .3em;}
#topdesc{font-family: 'tahoma';top:110px;left:400px;position:relative;text-align:left;font-weight:bold;font-size:150%;color:#ffff00;letter-spacing: .3em;}

/*****************weiter*************************/
h5   { color: #3300ff; font-size: 125%; text-align: center }
h5 a    { color: #3300ff; font-size: 125%; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; text-decoration: underline }
h5 a:hover, .weiter a:active    { color: #09f; }

/****************Format Typo Kontakt*************/

#mailform fieldset.csc-mailform .csc-mailform-field     { padding:2px 0px; }
#mailform label {float:left; width:150px;}
#mailform input {border: 1px solid blue; }

  /*4 Footer-blöcke */
.bottom{border-radius: 5px;overflow:hidden;margin-top:20px;height:auto;background-color:#226ab9; border: 2px solid #ababab;}
.clear{clear:both;}
.bottom_first{overflow:hidden;clear:both;}
.bottom a{text-decoration:none;font-size:10pt;color:#0000ff;}
.bottom h1{padding:0;margin:0;font-size:16px;}
.text{overflow:hidden;text-align:left;padding:10px 10px;}
.text p{font-size:9pt;}
.bottom h2{padding:0;margin:1px 0;font-size:10pt;border:0;font-weight:normal;color:#0000ff;}
.bottom h2 a{color:#0000ff;font-weight:bold;text-decoration:underline;}
.bottom h3{padding:0;margin:0;font-size:14px;border:0;height:33px;color:#000066;text-align:left;}
.bottom h6{padding:0;margin:0;font-size:10px;border:0;height:10px;color:#000066;}
.bottom h3 a{color:#000066;}
.bottom ul {
  text-align: left;
  padding: 10px;
  margin: 10px;
  list-style-type: none;
  width: 200px;
  float: left;
  height: auto;
  overflow: hidden;
  font-family:tahoma;
  font-size: 12px;
  color:#ffffff;
}
.bottom li{padding:0;margin:0;}
.bottom li img{padding:8px 0 0 0px;}
.bottom_data{font-size:10px;padding:0 0 0 0px;}
.bottom a{color:#ffffff;}
.bottom a:hover{color:#ff8833;}

.align-center
{ text-align: center;}