@charset "utf-8";

/*-----------------------------------*/
/*---------- Global Styles ----------*/
/*-----------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content:'';
}

.clear {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	height: 0;
	clear: both;
}

.indented {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

.noMargin {
	margin: 0 !important;
}

.noPadding {
	padding: 0 !important;
}

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
	background: url(../images/bgr/bgr-html.jpg) repeat;
}

body {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #545454;
	background: url(../images/bgr/bgr-body.jpg) top center no-repeat;
}

/*-----------------------------------*/
/*---------- Layout Styles ----------*/
/*-----------------------------------*/

/*---------- Container ----------*/
#container {
	width: 950px;
	margin: 0 auto;
}

/*---------- Header ----------*/
#header {
	background: url(../images/bg-header.jpg) no-repeat 0 0;
	width: 950px;
	height: 422px;
	position: relative;
}

/*---------- Branding ----------*/
h1#branding {
	width: 263px;
	height: 135px;
	position: absolute;
	left: 21px;
	top: 86px;
}

h1#branding a {
	display: block;
	width: 263px;
	height: 135px;
}

/*---------- Navigation ----------*/
#navigation {
	width: 482px;
	height: 51px;
	position: absolute;
	left: 20px;
	top: 251px;
	background:url(../images/bgr/bgr-navigation.png)
}

ul#navigation li {
	float: left;
}

ul#navigation li a {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	height:51px;
}

ul#navigation li a.index {
	width:82px;
	background:url(../images/bgr/bgr-navigation.png) 0 0 no-repeat;
}
ul#navigation li a:hover.index {
	background:url(../images/bgr/bgr-navigation.png) 0 -51px no-repeat;
}

ul#navigation li a.uber-uns {
	width:89px;
	background:url(../images/bgr/bgr-navigation.png) -82px 0 no-repeat;
}
ul#navigation li a:hover.uber-uns {
	background:url(../images/bgr/bgr-navigation.png) -82px -51px no-repeat;
}

ul#navigation li a.service {
	width:59px;
	background:url(../images/bgr/bgr-navigation.png) -171px 0 no-repeat;
}
ul#navigation li a:hover.service {
	background:url(../images/bgr/bgr-navigation.png) -171px -51px no-repeat;
}

ul#navigation li a.links {
	width:48px;
	background:url(../images/bgr/bgr-navigation.png) -230px 0 no-repeat;
}
ul#navigation li a:hover.links {
	background:url(../images/bgr/bgr-navigation.png) -230px -51px no-repeat;
}

ul#navigation li a.kontakt {
	width:61px;
	background:url(../images/bgr/bgr-navigation.png) -278px 0 no-repeat;
}
ul#navigation li a:hover.kontakt {
	background:url(../images/bgr/bgr-navigation.png) -278px -51px no-repeat;
}

ul#navigation li a.gaestebuch {
	width:72px;
	background:url(../images/bgr/bgr-navigation.png) -339px 0 no-repeat;
}
ul#navigation li a:hover.gaestebuch {
	background:url(../images/bgr/bgr-navigation.png) -339px -51px no-repeat;
}

ul#navigation li a.anfahrt {
	width:71px;
	background:url(../images/bgr/bgr-navigation.png) -411px 0 no-repeat;
}
ul#navigation li a:hover.anfahrt {
	background:url(../images/bgr/bgr-navigation.png) -411px -51px no-repeat;
}


a.onlineShop {
	position: absolute;
	left: 21px;
	top: 309px;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	overflow: hidden;
	display: block;
	width:193px;
	height:51px;
	background:url(../images/bgr/bgr-online-shop.png) 0 0 no-repeat;
}
a:hover.onlineShop {
	background:url(../images/bgr/bgr-online-shop.png) 0 -51px no-repeat;
}

/*---------- ContentContainer ----------*/
#contentContainer {
	width: 890px;
	padding: 20px 28px 20px 32px;
}

/*---------- ContentMain ----------*/
#contentMain {
	float: left;
	width: 550px;
	padding: 0 0 0 0;
}

#contentMain h2 {
	font-size: 30px;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 30px 0;
	color:#2d2d2d;
	background:#fff;
	padding:6px 13px 8px 13px;
	float:left;
}

#contentMain h3 {
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#contentMain p {
	margin: 0 0 20px 0;
}

#contentMain ul.list {
	padding:0px 0 0px 0;
	margin-bottom:-8px;
	}

#contentMain ul.list li {
	list-style:inside none;
	padding:0px 0 1px 12px;
	background:url(../images/bullet1.png) 0 8px no-repeat;
}

#contentMain a {
	color: #545454;
	text-decoration: underline;
}

#contentMain a:hover {
	text-decoration: none;
}

#contentMain strong {
	font-weight: bold;
}

#contentMain em {
	font-style: italic;
}

.content-column {
	float:left;
	width:263px;
	padding: 0px 12px 0 0;
	}

#carousel {
	width:550px;
	height: 150px;
	padding:20px 0 20px 0;
	background: #FFFFFF;
	}
	
	#carousel li img {
		width: 110px;
		height: auto;}

.line {
	float:left;
	padding-bottom:21px;
	margin-bottom:8px;
	background:url(../images/bgr/bgr-line.jpg) left bottom no-repeat;
	}
	
.photos a{
	margin:0 5px 10px 0;
	float:left;
	}
.photos img{
	width:178px;
	height:130px;
	float:left;
	}

/*---------- ContentSidebar ----------*/
#contentSidebar {
	float: right;
	width: 288px;
	padding: 27px 0 0 0;
}

#contentSidebar h3 {
	float: left;
	width: 288px;
	padding: 0px 0 14px 0;
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
}

#contentSidebar .phone {
	height:45px;
	background:url(../images/phone.png) 0 0 no-repeat;
}

#contentSidebar .oeffnungzeiten {
	height:51px;
	background:url(../images/bgr/bgr-sidebar-oeffnungzeiten.jpg) 0 0 no-repeat;
}

#contentSidebar .fragen {
	height:51px;
	background:url(../images/bgr/bgr-sidebar-fragen.jpg) 0 0 no-repeat;
}

#contentSidebar dl {
	float: left;
	width: 288px;
	padding: 0 0 45px 0;
}
#contentSidebar dl dt {
	float: left;
	width: 180px;
}
#contentSidebar dl dd {
	float: left;
	width: 108px;
}

#contentSidebar a {
	color: #545454;
	text-decoration: underline;
}

#contentSidebar a:hover {
	text-decoration: none;
}

/*---------- Footer ----------*/
#footer {
	position:relative;
	width: 950px;
	height: 200px;
	padding:35px 0 0 0;
	background:url(../images/bgr/bgr-footer.jpg) top center no-repeat;
}
#footer div {
}

#footer h3 {
	color: #111111;
	font-size:20px;
	padding:0 0 4px 12px;
	margin-left:-12px;
	background:url(../images/arrow-footer.png) 0 6px no-repeat;
}

#footer a {
	color: #545454;
	text-decoration: none;
}

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

#footerAnschrift {
	width: 145px;
	padding:0 0 0 64px;
	float:left;
}

#footerKonaktdaten {
	width: 237px;
	float:left;
}

#footerSitemap {
	width: 278px;
	float:left;
}

#footerSitemap ul {
	width: 80px;
	float:left;
}
#footerSitemap ul.first {
	width: 95px;
}
#footerSitemap ul.second {
	width: 65px;
}

#footerNewsletter {
	width: 200px;
	float:left;
}

#footerNewsletter label {
	font-size: 0.001em;
	line-height: 0.001em;
	text-indent: -5555px;
	display:none;
}
#footerNewsletter input {
	width: 164px;
	height:22px;
	line-height:22px;
	border:1px solid #c3c3c3;
	background:none;
	color: #747474;
}
#footerNewsletter button {
	width: 166px;
	height:22px;
	margin-top:5px;
	line-height:22px;
	border:none;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	background:#79ebef;
}

#ew {
	width:190px;
	position:absolute;
	top:170px;
	left:755px;
	line-height:30px;
	}

#footer #ew a {
	color: #333333;
	font-size:17px;
	text-decoration: none;
	margin-bottom:-5px;
	float:left;
}
#footer #ew img {
	margin-top:7px;
	padding:0 5px;
	float:left;
}

#footer #ew a:hover {
	color: #777777;
	text-decoration: none;
}
	
	
/*---------- SHOP ----------*/

.Footer .NavigationText div#header{
	position:absolute !important;
	top:0 !important;
	left:50% !important;
	margin-left:-475px;
	z-index:1;
	height:305px;
	}
.Footer .NavigationText div#footer{
	margin-left:-15px !important;
	}
	
.footer div#footer{}

.Footer h3 {
color:#212121;
font-style:normal;
font-weight:normal;
line-height:20px;
margin:0;
}

.Footer div, .Footer span, .Footer table, .Footer td, .Footer p, .Footer ul li, .Footer ol li, .Footer blockquote, .Footer button {
color:#545454;
font-size:12px;
line-height:19px;
}

.Footer a {
color:#545454;
font-size:12px;
}
.Footer a:hover {
text-decoration: underline;
}

.NavBarRight .ShopNameHead, .NavBarRight .ContextBoxHead {
padding:0 0 0 36px;
margin-bottom:10px;
}
.NavBarRight .ContextBox h1 {
	margin:0;
	min-height:20px;
	padding:0 0 0 0;
	text-align:left;

	font-size:20px;
	color:#202020;
	line-height: 50px;
	height:51px;
}

div.CategoriesBox {
padding-bottom:5px !important;
}

.CategoriesBox .ContextBoxBody {
border:0 none;
clear:both;
margin-bottom:1px;
padding:3px 4px 5px 10px;
line-height:20px;
text-align:left;
background:url(../images/bgr/bgr-line.jpg) left bottom no-repeat;
}
.ListItemCategory {
background: transparent url(../images/bgr/bgr-line.jpg) left bottom repeat-x !important;
}
.ListItemProduct {
background: transparent url(../images/bgr/bgr-line.jpg) left bottom repeat-x !important;
}

.table.Middle td {
	position:relative;
	z-index:1;
	}
.NavBarTop {
z-index:9 !important;
}
.NavBarTop table.SizeContainer {
margin:0 0 0 26px !important;
float:left !important;
}
.NavBarTop .NavigationElement {
background: #ffffff url(../images/arrow1.png) left center no-repeat !important;
display:inline;
float:left;
font-size:19px;
height:51px;
line-height:51px;
margin:0;
padding:0 0 0 10px;
}
.NavBarTop p.BasketLink, .NavBarTop .NavigationElement a {
display:block;
height:51px;
line-height:51px;
padding:0 10px 0 0;
vertical-align:middle;
font-size:19px;
text-decoration: none;
color:#464646;
}
.NavBarTop .NavigationElement a:hover {
text-decoration: none;
color:#5cc8cc;
}

/* WARENKORB */
#NavbarTopElementNo0 {
	position:absolute !important;
	top:276px !important;
	left:50% !important;
	margin-left:184px;
	width:260px !important;
	background:#5cc8cc !important;
	}
#NavbarTopElementNo0 .ContextBoxHead h1{
	font-size:19px !important;
	color:#ffffff !important;
	padding-top: 8px !important;
	padding-bottom: 4px !important;
	padding-left: 10px !important;
	background: url(../images/arrow2.png) 0 15px no-repeat !important;
	}
#NavbarTopElementNo0 .ContextBoxBody{
	font-size:12px !important;
	color:#ffffff !important;
	}
	
#NavbarTopElementNo0 table.MiniBasket td {
background:	#5cc8cc;
color:#ffffff;
font-size:11px;
padding:1px 8px;
}

#NavbarTopElementNo0  a.BasketLink {
	color:#ffffff;
	font-size:11px;
	}
	
.NavBarRight .LoginBox div.ContextBoxBody{
	padding:2px 0px 2px 0px !important;
	}
.NavBarRight .LoginBox div.Entry {
	width:120px !important;
	float:left !important;
	padding-right:6px !important;
	}
.NavBarRight .LoginBox div.Entry input{
	width:118px !important;
	color:#ffffff !important;
	background: #836f61 !important;
	border:1px solid #715e50 !important;
	height:25px !important;
	line-height:25px !important;
	}
.NavBarRight .LoginBox button.LoginButton{
	float:right !important;
	margin-top: 17px;
	border:none !important;	
	width:35px !important;
	height:28px !important;
	overflow:hidden !important;
	text-indent:-3333px !important;
	font-size:0.001em !important;
	color:#5cc8cc !important;
	background:url(../images/shop-login-button.png) 0 0 no-repeat !important;
	}
	
#NavbarRightElementNo1 .ContextBoxHead{
	background:url(../images/bgr/bgr-sidebar-shop-search.jpg) 0 0 no-repeat !important;
	}
	
#NavBarSearch {
	position:absolute;
	margin-top:-56px;
	}
	
.NavBarRight div.Entry .SearchForm{
	width:268px !important;
	height:35px !important;
	overflow:hidden;
	background:url(../images/bgr/bgr-sidebar-shop-search.jpg) -10px 0 no-repeat !important;
	}
.NavBarRight div.Entry .SearchForm input{
	width:77px !important;
	float:left !important;
	}
.NavBarRight div.Entry .SearchForm input.Search{
	width:180px !important;
	color:#ffffff !important;
	background: #ffffff !important;
	border:1px solid #715e50 !important;
	height:28px !important;
	line-height:28px !important;
	margin-bottom:30px !important;
	margin-left:8px !important;
	float:right !important;
	color:#333333 !important;
	}
	
.ContentArea h1 {
background:#ffffff !important;
padding-left:8px;
padding-top:5px;
padding-bottom:2px;
margin-bottom:10px;
}

.ContentArea .BreadcrumbItem:hover, .ContentArea .BreadcrumbItem, .ContentArea .BreadcrumbLastItem {
color:#212121 !important;
font-size:16px !important;
font-weight:normal !important;
}
.ContentArea .BreadcrumbItem:hover, .ContentArea .BreadcrumbItem {
padding-left:5px !important;
}
.ContentArea  {
padding-top:0px !important;
}
.NavBarRight  {
padding-top:8px !important;
}


#shopNavigation {
	position:absolute;
	left:35px;
	top:309px;
	}
#shopNavigation li {
background: #ffffff url(../images/arrow1.png) left center no-repeat !important;
display:inline;
float:left;
font-size:19px;
height:51px;
line-height:51px;
margin:0;
padding:0 0 0 10px;
}
#shopNavigation li a {
display:block;
height:51px;
line-height:51px;
padding:0 10px 0 0;
vertical-align:middle;
font-size:19px;
text-decoration: none;
color:#464646;
}
#shopNavigation li a:hover {
text-decoration: none;
color:#5cc8cc;
}
	
	
#carousel {
	position:relative;
	width: 550px;
	float:left;
	margin:30px 0 0 0;
	padding:14px 0 0 0;
	height: 100px;
	background:  #fff;}

#carousel img {	
	height: 550px;
	float:left;
	padding: 0 25px;}

.custom { /* Applied to container DIV */
	width: 550px;
	height: 180px;
}

.custom .simply-scroll-clip { /* Applied to clip DIV */
	width: 550px;
	height: 180px;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width:550px;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

#footerLogos div a{
	overflow: hidden;
	display: block;
}

div.logo a {
	width:150px;
	height: 150px;
	background:url(../images/photo/logo1.png) 0 0 no-repeat;


