/*
 * common
 */
a, body, td, textarea, input, li {
	color:#000000;
	font-family:Arial, Verdana;
	font-size:12px;
}

html {
}

body {
	margin:0px;
	padding:0px;
	background:#333333;
}

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

img {
	display:block;
	border:0px;
	margin:0px;
	padding:0px;
}

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

fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

.break {
	clear:both;
	width:1px;
	height:1px;
	font-size:1px;
}


/*
 * frame
 */
#frame {
	position:absolute;
	left:50%;
	top:0px;
	bottom:0px;
	margin:0px 0px 0px -480px;
	padding:0px;
	width:960px;
	height:100%;
	background:#ffffff;
}

#frame.catalog {
	background-image:url(../img/content/catalog_bg.gif);
	background-repeat:repeat-y;
	background-position:8px 0px;
}

/*
 * header
 */
#header {
	background-image:url(../img/header/bg.gif);
	background-repeat:repeat-x;
	background-position:0px -20px;
	height:94px;
}

#line {
	position:absolute;
	left:245px;
	top:103px;
	z-Index:100;
	background:#ffffff;
	width:20px;
	height:11px;
	display:block;
}

/*
 * content
 */
#content {
	clear:both;
	min-height:670px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	background:#ffffff;
}

#content.start {
	padding:10px 0px 30px 0px;
	background:#ffffff;
	background-position:fixed;
	background-image:url(../img/content/start_bg.gif);
  margin:0px;
}

#content.default {
	padding:10px 20px 30px 20px;
	background:#ffffff;
	background-position:fixed;
	background-image:url(../img/content/bg.gif);
  margin:0px;
}

#content.bg1 {
	padding:10px 20px 30px 20px;
	background:#ffffff;
	background-position:fixed;
	background-image:url(../img/content/bg1.gif);
  margin:0px;
}

#frame.catalog #content.default {
	padding:10px 8px 30px 8px;
	background-image:url(../img/content/catalog_bg.gif);
	background-repeat:repeat-y;
	background-position:8px 0px;
	margin:0px;
}

#content .startBox {
	float:left;
	padding:15px 0px 0px 40px;
	width:340px;
	color:#7A7B7D;
	display:block;
}

#content .startBox h1 {
	font-size:22px;
	margin:25px 0px 8px 0px;
	padding:0px;
}

#content .startBox td {
	color:#7A7B7D;
}

#content .startBoxLeft {
	padding:0px 0px 0px 20px;
	color:#7A7B7D;
	font-size:0.9em;
}

#content .startBoxLeft img {
	border:#D1D1D3 1px solid;
}

#content table {
	border-collapse:collapse;
	border:none;
	margin:0px;
	padding:0px;
}

#content table td {
	margin:0px;
	padding:0px;
}

#content table th {
	color:#02417C;
	margin:0px;
	padding:0px 5px 0px 0px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

#content.new,
#content.advice,
#content.mta,
#content.devotionalien,
#content.verlagsartikel {
	background-image:url(../img/content/new_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 40px;
	padding-top:15px;
	height:100%;
}

#content.advice {
	background-image:url(../img/content/advice_bg.jpg);
}

#content.mta {
	background-image:url(../img/content/mta_bg.jpg);
}

#content.devotionalien {
	background-image:url(../img/content/devotionalien_bg.jpg);
}

#content.verlagsartikel {
	background-image:url(../img/content/verlagsartikel_bg.jpg);
}

#content.new .col1,
#content.advice .col1,
#content.mta .col1,
#content.devotionalien .col1,
#content.verlagsartikel .col1 {
	float:left;
	width:464px;
	padding:265px 10px 0px 10px;
}

#content.new .col2,
#content.advice .col2,
#content.mta .col2,
#content.devotionalien .col2,
#content.verlagsartikel .col2 {
	float:left;
	width:228px;
}

#content.new .col3 {
	float:left;
	padding:265px 0px 0px 10px;
}

#content .counter {
	padding:2px 0px 2px 0px;
}

#content .counter a {
	color:#02417C;
	text-decoration:none;
	border:#02417C 1px solid;
	padding:0px 3px 0px 3px;
	font-size:11px;
}

#content .counter a:hover {
	background:#02417C;
	color:#FFE97B;
}

#content a.arrow {
	background-image:url(../img/bullet_1.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	color:#02417C;
	font-weight:bold;
	padding:0px 0px 0px 14px;
	text-decoration:none;
}

#content a.arrow:hover {
	text-decoration:underline;
}

/*
 * productSlide
 */
#productSlide {
	list-style-type:none;
	margin:0px;
	padding:20px 0px 0px 0px;
	width:420px;
}

#productSlideWrapper {
	overflow:hidden;
	margin:0px;
	width:330px;
	position:relative;
	float:left;
}

#productSlideItemsContainer {
	margin:0px;
	padding:0px;
	width:1000000px;
	position:relative;
}

#productSlide .productSlideItem {
	margin:0px 12px 0px 12px;
	padding:0px;
	position:relative;
	float:left;
	text-align:center;
	overflow:hidden;
	border:#ffffff 1px solid;
}

#productSlide .productSlideItem:hover {
	border:#02417C 1px solid;
}

#productSlide .productSlideItem img {
	padding:0px;
	margin:0px;
}

#productSlideLeft {
	background-image:url(../img/product_slide_left_off.gif);
	background-repeat:no-repeat;
	width:34px;
	height:120px;
	margin:0px;
	padding:0px;
	border:#ffffff 1px solid;
	display:block;
	float:left;
}

#productSlideLeft:hover {
	background-image:url(../img/product_slide_left_on.gif);
	background-repeat:no-repeat;
	width:34px;
	height:120px;
	cursor:pointer;
	border:#02417C 1px solid;
}

#productSlideRight {
	background-image:url(../img/product_slide_right_off.gif);
	background-repeat:no-repeat;
	width:34px;
	height:120px;
	margin:0px;
	border:#ffffff 1px solid;
	display:block;
	float:left;
}

#productSlideRight:hover {
	background-image:url(../img/product_slide_right_on.gif);
	background-repeat:no-repeat;
	width:34px;
	height:120px;
	cursor:pointer;
	border:#02417C 1px solid;
}

/*
 * startContentNav
 */
#startContentNav {
	display:block;
	float:left;
	padding:6px 0px 0px 0px;
	width:240px;
	list-style-type:none;
}

#startContentNav ul {
	padding:6px 0px 0px 0px;
	width:240px;
	list-style-type:none;
}

#startContentNav ul li {
	border-bottom:#D1D1D1 1px solid;
	display:block;
}

#startContentNav ul li:hover {
	cursor:pointer;
}

#startContentNav ul li a {
	display:block;
	width:100%;
	height:100%;
}

#startContentNav .mtaimages {
	background-image:url(../img/content_nav/mtaimages_off.gif);
	background-repeat:no-repeat;
	width:239px;
	height:23px;
	border-top:#D1D1D1 1px solid;
}

#startContentNav .mtaimages a.IE6Link,
#startContentNav .mtaimages-active,
#startContentNav .mtaimages:hover {
	background-image:url(../img/content_nav/mtaimages_on.gif);
	background-repeat:no-repeat;
	width:239px;
	height:23px;
	cursor:pointer;
}

#startContentNav .religiousart {
	background-image:url(../img/content_nav/religiousart_off.gif);
	background-repeat:no-repeat;
	width:239px;
	height:23px;
}

#startContentNav .religiousart a.IE6Link,
#startContentNav .religiousart-active,
#startContentNav .religiousart:hover {
	background-image:url(../img/content_nav/religiousart_on.gif);
	background-repeat:no-repeat;
	width:239px;
	height:23px;
	cursor:pointer;
}

#startContentNav .publishinghousearticle {
	background-image:url(../img/content_nav/publishinghousearticle_off.gif);
	background-repeat:no-repeat;
	width:239px;
	height:23px;
}

#startContentNav .publishinghousearticle a.IE6Link,
#startContentNav .publishinghousearticle-active,
#startContentNav .publishinghousearticle:hover {
	background-image:url(../img/content_nav/publishinghousearticle_on.gif);
	background-repeat:no-repeat;
	width:239px;
	height:23px;
	cursor:pointer;
}
/*
 * nav
 */
#nav {
	float:left;
	height:104px;
}

/*
 * nav1
 */
#nav1 {
	list-style-type:none;
	margin:0px;
	padding:41px 0px 0px 0px;
}

#nav1 li {
	float:left;
	display:block;
}

#nav1 li:hover {
	cursor:pointer;
}

#nav1 li a {
	display:block;
	width:100%;
	height:100%;
}

#nav1 .divider {
	background-image:url(../img/nav1/divider.gif);
	background-repeat:no-repeat;
	width:1px;
	height:31px;
}

#nav1 .home {
	background-image:url(../img/nav1/home_off.gif);
	background-repeat:no-repeat;
	width:69px;
	height:31px;
}

#nav1 .home a.IE6Link,
#nav1 .home-active,
#nav1 .home:hover {
	background-image:url(../img/nav1/home_on.gif);
	background-repeat:no-repeat;
	width:69px;
	height:31px;
	cursor:pointer;
}

#nav1 .new {
	background-image:url(../img/nav1/new_off.gif);
	background-repeat:no-repeat;
	width:136px;
	height:31px;
}

#nav1 .new a.IE6Link,
#nav1 .new-active,
#nav1 .new:hover {
	background-image:url(../img/nav1/new_on.gif);
	background-repeat:no-repeat;
	width:136px;
	height:31px;
	cursor:pointer;
}

#nav1 .advice {
	background-image:url(../img/nav1/advice_off.gif);
	background-repeat:no-repeat;
	width:121px;
	height:31px;
}

#nav1 .advice a.IE6Link,
#nav1 .advice-active,
#nav1 .advice:hover {
	background-image:url(../img/nav1/advice_on.gif);
	background-repeat:no-repeat;
	width:121px;
	height:31px;
	cursor:pointer;
}

#nav1 .catalog {
	background-image:url(../img/nav1/catalog_off.gif);
	background-repeat:no-repeat;
	width:86px;
	height:31px;
}

#nav1 .catalog a.IE6Link,
#nav1 .catalog-active,
#nav1 .catalog:hover {
	background-image:url(../img/nav1/catalog_on.gif);
	background-repeat:no-repeat;
	width:86px;
	height:31px;
	cursor:pointer;
}

/*
 * nav2
 */
#nav2 {
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:1px 0px 0px 0px;
	display:block;
	height:31px;
	width:400px;
}

#nav2 li {
	float:left;
	display:block;
}

#nav2 li:hover {
	cursor:pointer;
}

#nav2 li a {
	display:block;
	width:100%;
	height:100%;
}

#nav2 .divider {
	background-image:url(../img/nav2/divider.gif);
	background-repeat:no-repeat;
	width:1px;
	height:31px;
}

#nav2 .home-contact {
	background-image:url(../img/nav2/home_contact_off.gif);
	background-repeat:no-repeat;
	width:91px;
	height:31px;
}

#nav2 .home-contact a.IE6Link,
#nav2 .home-contact-active,
#nav2 .home-contact:hover {
	background-image:url(../img/nav2/home_contact_on.gif);
	background-repeat:no-repeat;
	width:91px;
	height:31px;
	cursor:pointer;
}

#nav2 .home-openingtime {
	background-image:url(../img/nav2/home_openingtime_off.gif);
	background-repeat:no-repeat;
	width:133px;
	height:31px;
}

#nav2 .home-openingtime a.IE6Link,
#nav2 .home-openingtime-active,
#nav2 .home-openingtime:hover {
	background-image:url(../img/nav2/home_openingtime_on.gif);
	background-repeat:no-repeat;
	width:133px;
	height:31px;
	cursor:pointer;
}

#nav2 .home-current {
	background-image:url(../img/nav2/home_current_off.gif);
	background-repeat:no-repeat;
	width:86px;
	height:31px;
}

#nav2 .home-current a.IE6Link,
#nav2 .home-current-active,
#nav2 .home-current:hover {
	background-image:url(../img/nav2/home_current_on.gif);
	background-repeat:no-repeat;
	width:86px;
	height:31px;
	cursor:pointer;
}

#nav2 .new-basket {
	background-image:url(../img/nav2/new_basket_off.gif);
	background-repeat:no-repeat;
	width:114px;
	height:31px;
}

#nav2 .new-basket a.IE6Link,
#nav2 .new-basket-active,
#nav2 .new-basket:hover {
	background-image:url(../img/nav2/new_basket_on.gif);
	background-repeat:no-repeat;
	width:114px;
	height:31px;
	cursor:pointer;
}

#nav2 .new-search {
	background-image:url(../img/nav2/new_search_off.gif);
	background-repeat:no-repeat;
	width:69px;
	height:31px;
}

#nav2 .new-search a.IE6Link,
#nav2 .new-search-active,
#nav2 .new-search:hover {
	background-image:url(../img/nav2/new_search_on.gif);
	background-repeat:no-repeat;
	width:69px;
	height:31px;
	cursor:pointer;
}

#nav2 .new-agb {
	background-image:url(../img/nav2/new_agb_off.gif);
	background-repeat:no-repeat;
	width:130px;
	height:31px;
}

#nav2 .new-agb a.IE6Link,
#nav2 .new-agb-active,
#nav2 .new-agb:hover {
	background-image:url(../img/nav2/new_agb_on.gif);
	background-repeat:no-repeat;
	width:130px;
	height:31px;
	cursor:pointer;
}


#nav2 .new-contact {
	background-image:url(../img/nav2/new_contact_off.gif);
	background-repeat:no-repeat;
	width:76px;
	height:31px;
}

#nav2 .new-contact a.IE6Link,
#nav2 .new-contact-active,
#nav2 .new-contact:hover {
	background-image:url(../img/nav2/new_contact_on.gif);
	background-repeat:no-repeat;
	width:76px;
	height:31px;
	cursor:pointer;
}
/*
 * logo
 */
#logo {
	margin-left:4px;
	float:left;
	padding-top:10px;
}

/*
 * shop
 */
#shop {
	float:right;
	padding:15px 0px 0px 0px;
}

/*
 * basket
 */
#basket {
	display:block;
	height:58px;
	margin:0px 0px 0px 0px;
}

#basket .box {
	border-left:#02417C 1px solid;
	color:#000000;
	font-size:10px;
	line-height:11px;
	width:120px;
	height:45px;
	padding:0px 5px 0px 5px;
	margin:0;
}

#basket .box a {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}

#basket .box a:hover {
	color:#FFE47B;
	background:#02417C;
}

/*
 * search
 */
#search {
}

#search form input {
	font-size:11px;
	color:#808080;
	border:#D1D1D1 1px solid;
	margin:7px 0px 0px 0px;
	padding:0px 2px 0px 2px;
	width:80px;
	height:15px;
	text-align:right;
	vertical-align:top;
}

#search form input.submit {
	background-image:url(../img/header/search_off.gif);
	background-repeat:no-repeat;
	border:none;
	margin:0px;
	padding:0px;
	width:42px;
	height:31px;
}

#search form input.submit.IE6Block,
#search form input.submit:hover {
	background-image:url(../img/header/search_on.gif);
}

/*
 * footer
 */
#footer {
	background:#ffffff;
	position:fixed;
	bottom:0px;
	border-top:#02417C 1px solid;
	float:right;
	width:960px;
	list-style-type:none;
	margin:15px 0px 0px 0px;
	padding:5px 0px 5px 0px;
}

#footer li {
	float:right;
	padding:0px 10px 0px 10px;
	color:#02417C;
}

#footer li a {
	text-decoration:none;
	color:#7A7B7C;
	font-size:11px;
}

#footer li a:hover {
	text-decoration:underline;
	color:#000000;
}

/*
 * tpl
 */
#content.default ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#content.default ul.categoryList {
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 0px;	
	background:#ffffff;
}

#content.default ul.categoryListNext {
	list-style-type:none;
	padding:0px;
	margin:0px 0px 0px 13px;	
	background:#ffffff;
}

#content.default ul.categoryList li {
	padding:0px;
	margin:0px;
	border-bottom:#ffffff 1px solid;
}

#content.default ul.categoryList li a:hover,
#content.default ul.categoryList li.empty a:hover,
#content.default ul.categoryList li.current a {
	background-image:url(../img/bullet_4.gif);
	background-repeat:repeat-y;
	cursor:pointer;
}

#content.default ul.categoryListNext li.current a {
	background-image:url(../img/bullet_7.gif);
	background-repeat:repeat-y;
	cursor:pointer;
}

#content.default ul.categoryList li a,
#content.default ul.categoryList li.empty a {
	background:#D1D1D3 url(../img/bullet_3.gif) repeat-y;
	color:#000000;
	font-weight:bold;
	padding:3px 0px 3px 25px;
	margin:0px 0px 0px 0px;
	text-decoration:none;
	display:block;
}

#content input.submit {
	border:none;
	background:none;
	background-image:url(../img/bullet_1.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	color:#02417C;
	font-weight:bold;
	padding:0px 0px 0px 11px;
	text-decoration:none;
	text-align:left;
}

#content input.submit:hover {
	text-decoration:underline;
	cursor:pointer;
}

#content #more h1 {
	font-size:15px;
}

#content #more {
	visibility:hidden;
	position:absolute;
	left:200px;
	top:100px;
	width:500px;
	height:400px;
	background:#f0f0f0;
	border:#ffffff 10px solid;
	padding:10px;
	display:block;
	z-Index:200;
}

#content #more .close {
	position:absolute;
	left:490px;
	top:390px;
}

#content #more .close a img {
	width:27px;
	height:26px;
	background-image:url(../img/close_off.gif);
	background-repeat:no-repeat;
}

#content #more .close a img:hover {
	background-image:url(../img/close_on.gif);
}

#content.default #steps {
	list-style-type:none;
	height:50px;
	display:block;
	margin:0px;
	padding:0px;
}

#steps li {
	float:left;
	margin-right:40px;
	padding:10px;
}

#steps li.active {
	background:#02417C;
}

#steps li.active,
#steps li.active a {
	color:#ffffff;
	text-decoration:none;
}

input.basketShow {
	border:none;
	background:none;
	color:#000000;
	font-weight:normal;
	font-size:10px;
	text-decoration:none;
	text-align:left;
	padding:0px;
	margin:0px;
	border:0px;
	display:inline;
	text-indent:0px;
	margin-left:-4px;
	margin-top:-1px;
	line-height:10px;
}

input.basketShow:hover {
	text-decoration:underline;
	cursor:pointer;
}

#content .block {
	clear:both;
}

#content .name {
	width:80px;
	float:left;
}

#content .value {
	float:left;
}

#content .value input {
	width:200px;
	margin-bottom:4px;
}

#content table  {
}

#content table tr td.left {
	width:250px;
	padding:0px 0px 0px 0px;
	margin:0px;
	vertical-align:top;
}

#content table tr td.right {
	vertical-align:top;
	padding:0px 0px 0px 0px;
}

#content h1.catTitle {
	font-size:12px;
	margin:0px;
	padding:0px;
}

#content a.catalogBack {
	background:#56595E url(../img/bullet_5.gif) no-repeat;
	background-position:0px 0px;
	padding:0px 0px 0px 25px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:22px;
	color:#ffffff;
}

#content a.catalogBack:hover {
	background:#03417C url(../img/bullet_6.gif) no-repeat;
}

#content table.productList {
	padding:5px 25px 5px 25px;
	display:block;
}

#content .productList td {
	vertical-align:top;
}

.locator {
	padding:2px 0px 40px 25px;
	display:block;
}

.locator a {
	line-height:14px;
	color:#02417C;
	text-decoration:none;
	border:#02417C 1px solid;
	padding:0px 3px 0px 3px;
	font-size:11px;
}

.locator a:hover {
	background:#02417C;
	color:#FFE97B;
}

#content .border-del {
	background:#CfEfFF;
}

.sumdesc {
	text-align:right;
}

.errorbox,
.err {
	padding:10px;
	background:#FFC3C3;
	border:red 1px solid;
	margin:0px 0px 10px 0px;
}
