html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	background: url(../images/body-bg.gif) repeat-x left top #E5E5E5;
	color: #333333;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.8;
	font-size: 12px;
}

a {
	color: #CA430A;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

small, .small {
	color: #999999;
}

img {
	margin: 0;
	padding: 0;
}

/*
h1 {
	font-size: 225%;
	font-weight: normal;
}

h2 {
	font-size: 200%;
	font-weight: normal;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 110%;
}
*/

h1 {
	color: #333333;
	font-size: 150%;
	margin: 0;
	padding: 0 8px 0 0;
}

h2 {
	color: #333333;
	font-size: 130%;
	margin: 0;
	padding: 0 8px 0 0;
}

h3 {
	color: #333333;
	font-size: 110%;
	margin: 0;
	padding: 0 8px 0 0;
}

h4 {
	color: #333333;
	font-size: 100%;
	margin: 0;
	padding: 0 8px 0 0;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 20px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

td, div {
	font-size: 100%;
}

.article_separator {
	background: url(../images/dot.gif) repeat-x center;
	clear: both;
	display: block;
	height: 30px;
}

/* MAIN LAYOUT
--------------------------------------------------------- */
.wrap {
	clear: both;
	width: 100%;
}

.main {
	margin: 0 auto;
	width: 980px;
}

.inner {
	padding: 10px;
}

container-c {
	padding: 0 0 20px;
}

#container-c .main {
	background: url(../images/trans-bg.png);
	padding: 10px 0;
}

#container-c .inner {
	background: #FFFFFF url(../images/line_right_bg_y.gif) repeat-y 74% top;
	margin: 0 10px;
	padding: 20px;
}

#container-c #col1 .inner {
	padding: 0 0 0 10px;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#content {
	clear: both;
	display: block;
	float: left;
	width: 50%;
}

#current-content {
	padding-right: 20px;
}

/* COLUMNS
--------------------------------------------------------- */
#cols {
	float: right;
	overflow: hidden;
	width: 50%;
}

#col1 {
	clear: both;
	float: left;
	overflow: hidden;
	width: 50%;
}

#col1 .inner {
	background: none;
	margin: 0;
	padding: 0 10px 0 0;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
/* content + col */
#container-c #content{
	width: 75%;
}

#container-c #cols {
	width: 25%;
}

#container-c #col1 {
	width: 100%;
}



/* HEADER
--------------------------------------------------------- */
#header {
	margin: 0 0 20px;
	z-index: 100;
}

#header .main {
	background: url(../images/trans-bg.png);
	line-height: normal;
	padding: 0;
}

#header .inner {
	background: #333333;
	height: 150px;
	margin: 0 10px 10px;
	padding: 0;
	position: relative;
	z-index: 2;
}

h1.logo, div.logo-text h1 {
	font-size: 300%;
	margin: 0;
	padding: 0;
}

h1.logo a {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 80px;
	left: 20px;
	position: absolute;
	top: 10px;
	width: 270px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

div.logo-text {
	left: 5px;
	position: absolute;
	top: 30px;
}

div.logo-text h1 a {
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	outline: none;
}

h1.logo-text a:hover,
h1.logo-text a:focus,
h1.logo-text a:active {
	text-decoration: none;
}

p.site-slogan {
	color: #999999;
	margin: 5px 0 0;
	padding: 1px;
}

#header-ads {
	color: #858585;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 20px;
	width: 500px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#mainnav {
	background: url(../images/mainnav-bg.gif) repeat-x left top;
	border-top: 1px solid #141414;
	bottom: 0;
	height: 35px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 3;
}

#mainnav a, #subnav a {
	outline: none;
}

#subnav {
}

#subnav ul {
	margin: 0;
	padding: 0;
}

#subnav li {
	background: url(../images/dot.gif) repeat-x left bottom;
	margin: 0;
	padding: 0;
}

#subnav li a {
	background: url(../images/arrow.gif) no-repeat scroll left;
	color: #666666;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	width: 92%;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li a:focus {
	background: url(../images/arrow_active.gif) no-repeat scroll left;
	color: #CA430A;
	text-decoration: none;
}

#subnav li.active a,
#subnav li.active a:hover,
#subnav li.active a:active,
#subnav li.active a:focus {
	background: url(../images/arrow_active.gif) no-repeat scroll left;
	color: #CA430A;
	font-weight: bold;
}

/* FOOTER
--------------------------------------------------------- */
#footer {
	background: url(../images/footer-bg.gif) repeat-x left top #252525;
	color: #666666;
	padding: 1px 0 0;
}

#footer small a {
	color: #999999;
}

#footer ul {
	line-height: normal;
	margin: 0;
	padding: 0;
}

#footer small {
	color: #666666;
	font-size: 100%;
}

#footer li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0 10px;
}

#footer li a {
	color: #999999;
	display: inline;
	line-height: normal;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #CCCCCC;
}

#mainlevel-nav li.firstitem {
	background: none;
	padding-left: 0;
}

#mainlevel-nav li {
	background: url(../images/arrow-vline.gif) no-repeat left center;
}

#footer .sublogo {
	background: url(../images/logo_footer.png) no-repeat left top;
	display: block;
	float: left;
	height: 41px;
	margin: 10px 0;
	width: 15%;
	width: 15%;
}

#footer .info {
	float: left;
	padding: 20px 0;
	width: 85%;
}







/* BREADCRUMB
--------------------------------------------------------- */
#pathway {
	color: #666666;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}

#pathway .main {
	background: url(../images/trans-bg.png);
	padding: 0;
}

#pathway .inner {
	margin: 0;
	padding: 10px 10px 0;
	height: 20px;
	position: relative;
}

#pathway strong {
	margin-right: 5px;
}

#pathway a {
	color: #CA430A;
}

#pathway img {
	margin: 1px 5px;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable_menu h3 {
	background: url(../images/h3-bg.gif) repeat-x;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	/* color: #858585; */
	color: #000000;
	display: block;
	font-size: 110%;
	/* font-weight: normal; */
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 10px;
	/* padding: 6px 0; /*
	padding: 4px 10px;
	padding-left: 10px;
	/* text-transform: uppercase; */
}

div.moduletable_menu h3 span {
	background: #353535;
	display: block;
	float: left;
	padding: 4px 10px;
}

div.moduletable_menu {
	margin: 0 0 15px;
	padding: 0 0 5px;
}

div.box-ct {
	padding: 0;
}

div.moduletable_menu ul {
	margin: 0;
	padding: 0;
}

div.moduletable_menu li {
	margin: 0;
}

/* MENU
--------------------------------------------------------- */
ul.menu {
	padding: 0;
}

ul.menu li {
	background: url(../images/dot.gif) repeat-x left bottom;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	background: url(../images/arrow.gif) no-repeat scroll left;
	color: #666666;
	display: block;
	outline: none;
	padding: 6px 0 6px 10px;
	width: 92%;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/arrow_active.gif) no-repeat scroll left;
	color: #CA430A;
	text-decoration: none;
}

ul.menu li.active a {
	color: #CA430A;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.menu li ul li {
	background: none;
	border-bottom: none;
}

ul.menu li li a {
	background: url(../images/arrow.png) no-repeat 0px 13px !important;
	color: #333333 !important;
	font-weight: normal !important;
	padding: 6px 0 6px 10px !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus,
ul.menu li li.active  a{
	background: url(../images/arrow_active.gif) no-repeat 0px 13px !important;
	color: #CA430A !important;
}

/* SONSTIGES
--------------------------------------------------------- */
.box-full, .box-left, .box-center, .box-right {
	float: left;
	overflow: hidden;
}

/* PRODUCT
--------------------------------------------------------- */
#product-image{
	float:left;
	width:216px;
	margin:0 15px 15px;
	border:1px solid #9b9b9b;
	overflow:hidden;
	display: inline;
}

#product-image img{
	width:216px;
}

#product-image a.product-image-big{
	display:block;
	background:#ccc url(../images/zoom.png) no-repeat 5px 6px;
	padding:6px 23px 3px;
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	border-top:1px solid #9b9b9b;
	height: 20px;
	font-weight: bold;
}

#product-basket {
	padding: 10px;
	margin-bottom: 10px;
	float: right;
	background-color: #FFF;
	width: 300px;
	border: 1px solid #dfdfdf;
	background: url(../images/bg-grey.png) repeat-x;
	text-align: center;
       font-size: 13px;
	font-weight: bold;
	color: red; 
}

#product-basket h2 { 
	font-size: 16px; 
	color: #000;
	font-weight: bold; 
	float: left;
	width: 100%;
	text-align: center;
}


/* CLEARFIX
--------------------------------------------------------- */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

