@charset "UTF-8";
/* apversion = 1.1.090715-m
apShop CSS, general layout
*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #223366;
	background-color: #6288b9;
	margin: 0px;
	text-align: center;
}
div#main {
	width: 1108px;
	margin: 0px auto;
	background: #FFFFFF url(../img/buttons/bg_vert.gif) center center repeat-y;
	text-align: left;
}
div#header {
	height: 120px;
	padding: 10px 38px 0 38px;
	background: transparent url(../img/buttons/bg_top.gif) center top no-repeat;
}
div#footer {
	height: 80px;
	clear: both;
	text-align: center;
	margin: 0px 40px;
	background: white url(../img/buttons/bgLine_bottom.gif) left top no-repeat;
}
div#bottom {
	margin-left: 0px;
	background-color: #6288b9;
}
div#leftBar {
	position: relative;
	float: left;
	width: 155px;
	margin-left: 65px;
	margin-right: -180px;
	display: inline; /* strange IE fix */
}
div#rightBar {
	position: relative;
	float: right;
	width: 160px;
	margin-right: 53px;
	margin-left: -180px;
	text-align: center;
	display: inline; /* strange IE fix */
}
#rightBar a { font-size: 10px; }
#content {
	float: left;
	width: 632px;  /* vorher 632 */
	margin: 0 190px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #223366;
	padding: 5px 10px;
	display: inline; /* strange IE fix */
}
.clearFlt {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}
#contentTop { border-bottom: 1px solid #2eaee2; background-color: #f8f8ff; }
#contentTop .tip, #contentTop .new {
	float: left;
	margin: 3px .5%;
	display: inline; /* strange IE fix */
}
#contentTop .tip { width: 63%; }
#contentTop .new { width: 34%; }
#contentTop p.head {
	margin: 0 0 4px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #2eaee2;
}
h1, h2 {
	font-weight: bold;
	color: #2eaee2;
	margin-top: .8em;
	clear: both;
}
h1 {
	font-size: 12px;
	margin-bottom: 1em;
}
h1.start { margin-bottom: -4px; padding: 4px 6px 1px 3px; }
h2 {
	font-size: 12px;
	margin-bottom: .7em;
}
a {
	text-decoration: underline;
	color: #2eaee2;
}
a:hover { text-decoration: none; }
img { border: none; }
.leftNavBox {
	width: 140px;
	padding: 0px;
	margin: 10px 0px 4px 0px;
}
.leftNavBox li.hilite { background-color: #66FF33; }
.leftNavBox a {
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
a.hilite { color: #e3001b; }
.leftNavBox a:hover { text-decoration: underline; }
#leftNav ul, #leftMenu ul {
	list-style-type: none;
	padding: 0 4px 0 0;
	width: 146px;
	margin: 0px;
	background-color: #ffffff;
}
#leftNav ul li, #leftMenu ul li {
	padding: 0px 2px 7px 0px;
	height: 12px;
}
#leftNav ul li {
	vertical-align: baseline;
	color: #999999;
}
#leftNav img {
	margin-bottom: 8px;
	vertical-align: bottom;
}
#leftMenu ul {
	width: 148px;
	padding-left: 4px;
	border-left: 1px solid #2eaee2;
}
#leftMenu ul li {
	height: auto;
	margin-left: 9px;
	margin-top: 3px;
	border-bottom: 1px solid #2eaee2;
	padding-bottom: 3px;
	vertical-align: bottom;
}
#leftMenu li a { color:#2eaee2; }
#leftMenu li.active a { color:#e3001b; }
#leftMenu li.active {
	list-style-image: url(../img/navRA.gif);
	list-style-position:outside;
}
#leftMenu .ml1 { padding-left: 0px; }
#leftMenu .ml2 { padding-left: 16px; }
#leftMenu .ml3 { padding-left: 22px; }
#leftNav ul li img, #cartBox img {
	vertical-align: middle;
	padding-right: 7px;
}
#cartBox {
	background-image: url(../img/buttons/Button_Warenkorb_2.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
#cartBox a { vertical-align: bottom; }
#cartBox a { vertical-align: middle; }
#cartBox a.full { color: #e3001b; }
#cartBox a:hover {
	text-decoration: none;
	color: #333333;
}
#cartBox a img {
	vertical-align: middle;
	padding-bottom: 5px;
}
.logo {
	float: left;
	margin: 9px -1px 0px 15px;
	display: inline;
}
#filterButtons {
	float: left;
	margin-left: 14px;
	padding-top: 58px;
	display: inline; /* strange IE fix */
}
#filterButtons a {
	float: left;
	padding-left: 1px;
}
#filterButtons img { border: none; }
#navTopBtns {
	float: right;
	margin-top: 9px;
	margin-right: 32px;
	display: inline;
}
#greeting {
	margin: 36px 32px 0 0;
	float: right;
	font-size: 9px;
	color:#999999;
	height: 16px;
	display: inline; /* strange IE fix */
}
#greeting img {
	vertical-align: bottom;
	border: none;
	margin: 0 6px 0 0;
	padding-left: 28px;
}
#greeting a.home {
	text-decoration: underline;
	color: #2eaee2;
}
#greeting a.home:hover { text-decoration: none; }
.suche {
	float: left;
	margin: 0px 0px 0px 16px;
	padding-top: 4px;
	color:#2eaee2;
	font-size:9px;
	clear: none;
	display: inline;
}
.suche label {
	padding-right: .5em;
	color:#2eaee2;
}
.suche select, .suche input { color:#000000; }
.suche select {
	font-size: 9px;
	width: auto;
	border: 1px solid #AAAABB;
}
.suche .txtBox {
	border: 1px solid #AAAABB;
	width: 160px;
	vertical-align: bottom;
	font-size: 10px;
	margin: 3px 2px 0 5px;
	padding: 1px;
}
.suche .imgBtn { vertical-align: bottom; }
.suche .erweitert { margin-left: 65px; }
.link {
	color: #3E3E3E;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none
}
.Telefon {
	float: right;
	display: inline;
	color: #2eaee2;
	margin: 93px 0 0 849px;
	margin: 10px 33px 0 0;
	text-align: right;
	font-size: 11px;
	width: 150px;
/*	border:1px solid gray; */
}
.neu_tipp {
	color:#6c86aa;
	font-size:12px
}
.nav {
	font-size: 12px;
	margin-top: 20px;
}
div.bereich {
	width: 598px;
	clear: both;
	margin-bottom: 10px;
	font-size: 12px;
}
.bereich h1 { text-transform: uppercase; }
.bereich div {
	float: left;
	width: 200px;
	border: 1px solid #CCCCCC;
	display: inline; /* strange IE fix */
}
.bereich ul {
	float: right;
	list-style-type: none;
	width: 180px;
	padding: 0px;
	border: 1px solid #EEEEEE;
}
.bereich ul li { padding: 2px 1px 2px 5px; }
.bereich a {
	text-decoration: none;
	color: #3E3E3E;
}
.bereich a:hover { text-decoration: underline; }
.bereich .alt { background-color:#EEEEEE; }
a.btn {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #2eaee2;
	padding: 1px 6px 2px;
	text-decoration: none;
	font-size: 11px;
}
a.btn:hover {
	background-color: #2eaee2;
	color:#E0E8F8;
	border: 1px solid #108ea2;
}
.scList { margin-bottom: 2em; }
.scList ul {
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	padding: 2px 4px;
	margin: 0 0 6px 0;
	line-height: 150%;
}
.scList ul li {
	display: inline;
	padding: 0 5px 0 1px;
	border-right: 1px solid #666666;
}
.scList ul li.last { border-right: none; }
.scList .sc0 { background-color: #ffffff; }
.scList .sc0 li a { color: #333333; }
.scList .sc1 { background-color: #f0f0f0; }
.scList .sc1 li a { color: #333333; }
.scList .sc2 { background-color: #ebf2fd; font-size: 11px; }
.scList .sc2 li a { color: #333333; }
.scList .sc3 { background-color: #ffffff; }
.scList ul li.title, .scList ul li.detailTitle, .scList ul li.title a { color: #1e9ed2; font-weight: bold; border-right: none; text-transform: uppercase; }
.scList ul li.detailTitle { color: #2eaee2; text-transform: none; }
.scList ul li.all { border-right: none; }
.scList ul li.all a { color: #2eaee2; }
.scList ul li.active a {
	color: #ff0000;
	text-decoration: underline;
}
.scList ul li a {
	text-decoration: none;
	white-space: nowrap;
}
.scList ul li a:hover { text-decoration: underline; }
.catPath ul {
	list-style-type: none;
	padding: 0 0 2px 0;
	font-size: 10px;
	margin: 10px 0 0 0px;
}
.catPath li {
	display: inline;
	margin: 0px 0px;
	padding: 0px 3px 0px 0px;/*	background:url(../img/navRA.gif) no-repeat left center; */
}
.catPath li a {
	color: #ff0000;
	text-decoration: none;
	padding-left: 3px;
}
.catPath li a:hover { text-decoration: underline; }
.catPathLabel {
	float: left;
	margin: 0px 4px;
	padding: 0 .5em 0 0;
	font-size: 10px;
	color: #2eaee2;
}
ul.articleList {
	list-style-type: none;
	padding: 0px;
	margin: 4px 0 10px 0;
	overflow: hidden;
	clear: both;
}
.articleList li {
	/*border-top: 1px solid #778899;*/
	float: left;
	width: 48%;
	margin: 10px 0 2px 1%;
	padding: 4px 0 0 0;
	display: inline; /* strange IE fix */
	position: relative;
}
ul.startPage { background-color: #f6f6f6; }
.startPage li {
	width: 49%;
	padding: 3px 0.5%;
	border-top: 2px solid #FFFFFF;
	margin: 0px;
}
.articleList li.alt { clear: left; }
.articleList img.thmb, .articleList img.lookInside {
	border: none;
	-webkit-box-shadow: 2px 2px 3px #cccccc;
	filter: Shadow(Color=#cccccc, Direction=135, Strength=4);
}
.articleList img.thmb {
	margin: 0 .5em .5em 0;
	width: 88px;
	max-height: 176px;
}
.tip img.thmb { width: 180px; max-height: 300px; }
.new img.thmb { width: 60px; max-height: 85px; }
.articleList .unavailable p, .articleList .unavailable img.thmb {
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=70);
}
.articleList .unavailable:hover p, .articleList .unavailable:hover img.thmb {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
}
.articleList .preorderNote {
	position: absolute;
	top: 13px;
	left: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #dd3333;
}
.articleList .unavailable:hover .preorderNote {
	opacity: .2;
	-moz-opacity: .2;
	-khtml-opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=20);
}
.articleList img.lookInside {
	margin: -3px 0 0 4px;
}
.articleList .liThmb {
	float: left;
}
.articleList p {
	margin: 2px 0 2px 98px;
	white-space: normal;
}
.tip p { margin-left: 188px; }
.new p { margin-left: 68px; }
.articleList p a { padding: 0px 4px 0px 0px; }
.articleList .ctrl a {
	font-size: 9px;
	color: #333;
}
.articleList .ctrl .more {
	font-size: 11px;
	margin-left: 4em;
}
.articleList .new .more { margin-left: 2em !important; }
.articleList .ctrl * { vertical-align: bottom; }
.articleList .title {
	font-weight: bold;
	vertical-align:top;
	font-size: 12px;
}
.articleList .title a {
	text-decoration: none;
	color:#223366;
	padding: 0px;
}
.articleList .authors {
	font-size: 90%;
	margin-bottom: 3px;
}
.articleList .new .authors {
	height: 1em;
	overflow: hidden;
}
.articleList .authors a {
	padding: 0;
	border: none;
	color: #888899;
	text-decoration: none;
}
.articleList .title a:hover, .articleList .authors a:hover { text-decoration: underline; }
.articleList .descr {
	font-size: 11px;
	line-height: 16px;
}
.price {
	font-weight: bold;
	padding-right: 1em;
}
.price img {
	padding: 0px .5em 1px 0px;
	vertical-align: bottom;
}
.statt { text-decoration: line-through; color: #666; }
.cartAdd { margin-top: 30px; }
.cartAdd, .cartAdd p, .cartAdd img { text-align: center; }	
.cartAdd img.thmb {
	display: block;
	-webkit-box-shadow: 2px 2px 3px #cccccc;
	filter: Shadow(Color=#cccccc, Direction=135, Strength=4);
	margin: 0 auto 2em;
}
.filter { font-size: 10px; }
.filter .active { font-weight: bold; font-size: 11px; }
.listNav {
	clear: both;
	font-size: 90%;
	/*border-top: 1px solid #2eaee2;*/
	padding-top: 4px;
}
.listNav a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
}
.listNav a img { vertical-align: top; margin-top: -1px; }
.listNav .active { color: #9999AA; }
.listNav .total {
	padding-left: 5em;
	font-size: 9px;
}
.listNav .sort {
	color: #2eaee2;
	font-size: 10px;
	float: right;
	display: inline;
	margin-top: -1px;
}
.listNav .sort label { padding: 0px .5em; }
.listNav .sort select {
	font-size: 9px;
	border: 1px solid #AAAABB;
}
.det {
	font-size: 9pt;
	line-height: 1.5
}
.dethd {
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.5;
}
div.sparse { margin-top: 60px; }
input.txt, input.btn, textarea {
	font-size: 10px;
	padding: 1px 1px 2px 1px;
	border: 1px solid #b0b8c0;
}
input.btn {
	background-color: #fff;
	padding: 2px 1em 2px;
	border-color: #2eaee2;
}
select {
	font-size: 10px;
	border: 1px solid #b0b8c0;
}
form.eSearch p {
	margin: 4px 2px;
	clear: left;
}
form.eSearch input, form.eSearch select { width: 15em; }
form.eSearch input.btn {
	width: auto;
	border: none;
	padding: 0;
}
form.eSearch label, form.contact label {
	float: left;
	text-align: right;
	padding-right: .5em;
	width: 18em;
	margin-top: 4px;
	font-size: 11px;
}
label.nofloat { width: auto; float: none !important; }
form.contact { margin-bottom: 2em; }
form.contact input, .contact textarea { width: 24em; }
form.contact label { width: 24em; }
form.contact textarea { height: 4em; }
input.aw {
	text-align:left;
	width: auto !important;
}
#content table { font-size: 12px; }
#content iframe.mpay {
	width: 100%;
	height: 420px;
	margin-top: 12px;
	border: none;
	overflow: visible;
}
.paymentNote {
	text-align: center;
	font-size: 9px;
	color: #aaaaaa;
}
div.msg {
	text-align: center;
	margin-top: 30px;
}
.backBtn {
	float: left;
	margin-right: 2em;
}
.clrl { clear: left; }
.note {
	text-align: center;
	font-size: 11px;
	color: #999999;
}
.note a { color: #666666; }
.error, .error a { color: #cc0000; }
p.error {
	clear: both;
	text-align: center;
}
body.popup {
	background: #FFFFFF;
	margin: 25px;
	text-align: left;
}
body.popup img.logo {
	text-align: left;
	float: none;
	display: block;
	margin: 0 0 0 -4px;
	padding: 0;
}
body.popup p.btns { text-align: right; }
.popup .cart td {
	padding-top: 4px;
	padding-bottom: 4px;
}
