* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
	scrolling: yes;
}


#page {
	width: 972px;
	margin: 10px auto 0px auto;
}

#left {
	float: left;
	width: 324px;
	height: 100%;
}

#content {
	float: left;
	width: 624px;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	padding: 12px;
	background: #E4E4E4;
}

.clearer {
	clear: both;
	width: 100px;
	height: 0px;
	line-height: 0px;
}

/* ====================================== */
/* =============== HEADER =============== */
/* ====================================== */

#header {
	position: relative;
	height: 99px;
	border-bottom: 1px solid #FFF;
}

#logo {
	float: left;
	height: 55px;
	width: 213px;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
}

#logo span {
	display: none;
}

#topnavi {
	float: right;
	width: 648px;
}

/* =============== TOPNAVI =============== */

#topnavi ul {
	float: right;
	margin-top: 15px;
}

#topnavi ul li {
	display: inline;
	float: left;
	margin: 0px 0px 0px 24px;
	list-style-type: none;
}

#topnavi ul li a {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}

#ts_siegel {
	display: block;
	margin-top: -15px;
}

/* =============== STUFF =============== */

#stuff {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 360px;
	height: 38px;
}

* html #stuff {
	width: 363px;
}

#cart {
	float: left;
	width: 140px;
	height: 22px;
	margin: 16px 0px 0px 0px;
}

#cart #articles {
	display: block;
	float: left;
	width: 66px;
	height: 17px;
	padding: 3px 0px 0px 0px;
	color: #999;
	font-size: 11px;
	text-align: center;
	border: 2px solid #636363;
	border-bottom: 0px solid #FFF;
}

#cart #link_cart {
	display: block;
	float: left;
	width: 70px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #636363;
}

#cart a img {
	display: block;
	float: left;
	cursor: pointer;
}

#cart a span {
	display: block;
	float: left;
	margin: 5px 0px 0px 2px;
	cursor: pointer;
}

#search {
	float: left;
	width: 215px;
	height: 38px;
	padding: 0px 0px 0px 5px;
}

* html #search {
	width: 218px;
	margin-bottom: -2px;
}

#detailsearch {
	display: block;
	margin: 0px 0px 2px 0px;
	text-align: right;
}

#detailsearch a {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	text-decoration: none;
}

#search #input_search {
	display: block;
	float: left;
	width: 129px;
	height: 17px;
	padding: 3px 0px 0px 5px;
	color: #999;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	border: 2px solid #636363;
	border-bottom: 0px solid #FFF;
}

#search #submit_search {
	float: left;
	width: 77px;
	height: 22px;
	padding: 0px 0px 2px 17px;
	color: #FFF;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #636363 url(../img/pfeil.gif) no-repeat;
	border: none;
	cursor: pointer;
}

* html #search #submit_search {
	width: 77px;
}

*:first-child+html #search #submit_search {
	padding: 0px 0px 0px 17px;	
}

#search a img {
	display: block;
	float: left;
}

#search a span {
	display: block;
	float: left;
	margin: 5px 0px 0px 2px;
}

/* =============== PAGINIERUNG =============== */

#header .pagination {
	position: absolute;
	left: 336px;
	bottom: 2px;
	width: 260px;	
}

.pagination input {
	float: left;
	margin: 0px 2px 0px 0px;
	border: none;
	background: none;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	cursor: pointer;
}

.pagination input.page_first {
	width: 14px;
	height: 13px;
	margin: 2px 4px 0px 0px;
	background: url(../img/first.gif) no-repeat;	
}

.pagination input.page_last {
	width: 14px;
	height: 13px;
	margin: 2px 0px 0px 0px;
	background: url(../img/last.gif) no-repeat;	
}

.pagination input.page_backward {
	width: 23px;
	height: 13px;
	margin: 2px 2px 0px 0px;
	background: url(../img/backward.gif) no-repeat;	
}

.pagination input.page_forward {
	width: 23px;
	height: 13px;
	margin: 2px 4px 0px 0px;
	background: url(../img/forward.gif) no-repeat;	
}

.pagination input.page_number {
	color: #999;
}

.pagination input.page_active {
	color: #000;
}

.pagination span.page_space {
	display: block;
	float: left;
	margin: 0px 2px 0px 0px;
	color: #999;
	font-size: 12px;
}

.pagination .pagination_total {
	display: block;
	float: left;
	margin: 1px 6px 0px 0px;
	color: #999;
	font-size: 12px;	
}
	

/* ========================================== */
/* =============== NAVIGATION =============== */
/* ========================================== */

#navibox {
	position: absolute;
	width: 324px;
	height: 319px;
	background: #CCC;
	z-index: 100;
	overflow: hidden;
}

* html #navibox {
	margin-left: -324px;
}

*:first-child+html #navibox {
	margin-left: -324px;
}

/* =============== NO CLICK =============== */

li.noclick a {
	cursor: default;	
}

.navi-1 li.noclick a {
	cursor: default;	
}

.navi-2 li a {
	cursor: pointer !important;	
}

/* =============== EBENE 1 =============== */

.navi-0 {
	width: 162px;
}

.navi-0 li {
	width: 162px;
	list-style-type: none;
}

.navi-0 li.hover, .navi-0 li.active, .navi-0 li.activeparent, .navi-0 li.subactive {
	background: #EDEDED;
}

.navi-0 li a {
	display: block;
	width: 138px;
	padding: 0px 12px 0px 12px;
	color: #000;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
}

.navi-0 li a:hover {
	background: #EDEDED;
}

* html .navi-0 li.noclick {
	margin-bottom: -3px;
}

*:first-child+html .navi-0 li.noclick {
	margin-bottom: -3px;
}

/* =============== EBENE 2 =============== */

.navi-1 {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 162px;
}

.navi-1 li {
	width: 162px;
	list-style-type: none;
}

.navi-1 li a {
	display: block;
	width: 138px;
	padding: 0px 12px 0px 12px;
	color: #000;
	font-size: 14px;
	line-height: 24px !important;
	text-decoration: none;
	cursor: pointer;
}

.navi-1 li a:hover {
	background: #EDEDED;
}

/* =============== EBENE 3 =============== */

.navi-2 {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 162px;
	width: 162px;
	padding: 0px 0px 7px 0px;
	overflow: hidden;
	background: #CCC;
}

.navi-2 li {
	width: 162px;
	list-style-type: none;
}

.navi-2 li a {
	display: block;
	width: 138px;
	padding: 0px 12px 0px 12px;
	color: #000;
	font-size: 14px;
	line-height: 24px !important;
	text-decoration: none;
}

.navi-2 li a:hover {
	background: #EDEDED;
}


/* ============================================ */
/* =============== LINKE SPALTE =============== */
/* ============================================ */

#category_picture {
	width: 324px;
	height: 320px;
	margin: 319px 0px 0px 0px;
	border-top: 1px solid #CCC;	/* Korrektur für Folgeseiten */
}

* html #category_picture {
	float: left;
	border: none;
}

*:first-child+html #category_picture {
	float: left;
	border: none;
}


/* ============================================== */
/* =============== BEREICHSFARBEN =============== */
/* ============================================== */



#main {background: #009999;}
#content {background: #D3F9F2;}


/* ====================================== */
/* =============== FOOTER =============== */
/* ====================================== */

#footer {
	margin: 0px auto 10px auto;
	padding: 5px 0px 0px 0px;
	width: 972px;
	height: 15px;
	clear: both;
	background: #FFF;
}

* html #footer {
	margin: -6px 0px 10px 0px;
}

*:first-child+html #footer {
	margin: -6px 0px 10px 0px;
}

#footer a {
	color: #999;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
}

#footer_print {
	float: left;
	width: 336px;
}

#footer_print a img {
	float: left;
}

#footer_print a span {
	float: left;
	margin: -1px 0px 0px 0px;
}

#footer_top {
	float: right;
	width: 200px;
}

#footer_top a img {
	float: right;
}

#footer_top a span {
	float: right;
	margin: -1px 0px 0px 0px;
}

#agb-check {
	text-align: right;
}

#agb-check input {
	width: 20px;
}

.heading_folges{
	display:none!important;
}
