/* ---- navigation ----  */
@import 'nav_tree_main.css';
@import 'nav_bar_top.css';

/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fffce3;
	background-image: url(../../images/site/pages_bkg.gif);
	background-repeat: repeat-y;
	background-position: 0px -78px;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, a:active {
	color: #a60b16;
	text-decoration: none;
}
/* shop-Farbe */
.slukashop a, .slukashop a:active {
	color: #670322;
}
a:hover {
	color: #000000;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background-color: transparent;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #95666e #670322 #670322 #95666e;
	background-color: #670322;
	background-image: url(../../images/site/btn_input.gif);
	background-repeat: repeat-x;
	color: #fdf2bc;
}
input.button {
	border-color: #fde7b9 #daa034 #daa034 #fde7b9;
	background-color: #fde7b9;
	color: #670322;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* ---- print-layout ----  */
#printFooterBox {
	display: none;
}
#printHeaderBox {
	display: none;
}

/* ---- layout ----  */
#topLogoBox {
	position: absolute;
	top: 7px;
	left: 146px;
	width: 172px;
	height: 173px;
	background-image: url(../../images/site/pages_logo.png);
	background-repeat: no-repeat;
}
#homeLink {
	display: block;
	position: absolute;
	top: 7px;
	left: 146px;
	width: 175px;
	height: 145px;
}
#homeLink span {
	display: none;
}
#topLogoBkgBox {
	position: absolute;
	top: 57px;
	left: 0px;
	width: 231px;
	height: 77px;
	background-image: url(../../images/site/top_logo_bkg.gif);
	background-repeat: repeat-x;
}
#topLinkBox {
	position: absolute;
	top: 160px;
	left: 30px;
}
#topLinkBox a, #topLinkBox a:active {
	display: block;
	width: 175px;
	height: 13px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#topLinkBox a:hover {
	background-position: 0px -13px;
}
#topLinkBox a span {
	display: none;
}
.slukashop #topLinkBox a, .slukashop #topLinkBox a:active {
	background-image: url(../../images/site/btn_zurconditorei.gif);
}
.slukaconditorei #topLinkBox a, .slukaconditorei #topLinkBox a:active {
	background-image: url(../../images/site/btn_zumshop.gif);
}
#containerBox {}
#topBox {
	background-repeat: repeat-x;
	background-position: bottom;
	height: 134px;
}
.slukaconditorei #topBox {
	background-image: url(../../images/site/top_bkg_conditorei.gif);
}
.slukashop #topBox {
	background-image: url(../../images/site/top_bkg_shop.gif);
}
#topnavBox {
	width: 970px;
	padding: 40px 0px 0px 0px;
}
#mainBox {
	width: 970px;
}
#mainnavBox {
	float: left;
	width: 231px;
	margin-top: 70px;
}
#contentBox {
	float: left;
	width: 709px;
	padding: 67px 0px 20px 30px;
}
#contentBox .shopTpl {
	margin-top: -35px;
}


/* index */
.index {
	background-image: url(../../images/site/index_bkg.gif);
	background-repeat: repeat-x;
	background-position: 0px -154px;
	background-color: #ffffcf;
}
.index #containerBox{
	margin: 0px auto;
	width: 390px;
	width: 570px;
	margin-top: 64px;
}
.index #logoBox{
	width: 250px;
	height: 249px;
	margin: 0px auto;
	background-image: url(../../images/site/index_logo.png);
	background-repeat: no-repeat;
}
.index #enterBox {
	padding: 40px 0px 0px 20px;
}
.index #enterBox a, .index #enterBox a:active {
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.index #enterBox a:hover {
	background-position: 0px -27px;
}
.index #enterBox a span {
	display: none;
}
.index #enterBox .conditorei {
	width: 244px;
	height: 27px;
	background-image: url(../../images/site/index_btn_conditorei.gif);
	margin-top: 15px;
	float: left;
}
.index #enterBox .shop {
	width: 264px;
	height: 27px;
	background-image: url(../../images/site/index_btn_shop.gif);
	float: right;
	margin-top: 15px;
	float: right;
}
.index #announcementBox {
	width: 570px;
	padding: 30px 0px 0px 0px;
	display: none;
}