@import url("./layoutTable.css");

body
{
	margin: 0 auto;
	padding: 0;
	background: #E5D07B url(../images/bg-page.gif) top center repeat-y;
}


a {
	color: #5C3026	;
}

#header {
	
}

#maincol {
	margin-top: 1.5em;	
	z-index: 88;
}

#sidebar {}
#sidebar h3 {color: #000; font-size: 12px; font-weight: bold;  padding: 8px 0 8px 20px ; margin:0 0 8px 0; background: transparent url(../images/bg-sidebar-header.jpg) top left no-repeat;}

.menu li {list-style-type: none}

div.block {margin-bottom: 1em; margin-right: 8px; background: #F8F2DA url(../images/bg-sidebar-footer.gif) bottom left no-repeat}
div.block div {margin: .8em; padding: 1em}


#main h1 {
	color:#3A1E18;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:22px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:normal;
	line-height:inherit;
	margin:0.2em 0;
	padding:0;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	word-spacing:normal;	
}

#footer {
	margin: 40px 0px 20px 0px;
	color: #666;
	font-size: 85%;
}

#credits {padding-top: 1.5em; text-align:center}
#credits img {vertical-align: middle}

.detail_images_container {}

.webspecial {background: #F8F2DA url(/templates/tut/images/bg-teaserfooter-homepage.gif) left bottom no-repeat}
.block .webspecial div {margin:0; padding:0}
.webspecial img.thumbnail {margin-bottom: .8em; border: 1px solid silver; padding: .6em; background-color: #ffffff; text-align: center;}
.teasercontent {padding: .2em}
.teasercontent p {text-align: justify}
.webspecial h3 {font-size: 100%; font-weight: bold; padding: 8px 0 8px 20px ; margin:0 0 8px 0; background: transparent url(/templates/tut/images/bg-teaserheader-homepage.jpg) top left no-repeat;}
.webspecial div.clear {height: 1px;}







#art-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 179px;
	left: 0;
	top: 0;
	z-index: 0;
}

#art-page-background-glare-image
{
	background-image: url('../images/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 179px;
	width: 387px;
	margin: 0;
}

html:first-child #art-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}

#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 1px;
}


.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
}

.art-menu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

/* menu structure */

.art-menu
{
	padding: 12px 6px 0px 6px;
}

.art-nav
{
	position: relative;
	height: 41px;
	z-index: 89;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('../images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 874px;
	clip: rect(auto, auto, auto, 874px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('../images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:4px;
}

.art-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #EAD2CC;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-29px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-29px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-29px;
}
.art-menu a:hover .t
{
	color: #331A15;
}

.art-menu li:hover a .t
{
	color: #331A15;
}

.art-menu li:hover>a .t
{
	color: #331A15;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -58px;
}

.art-menu a.active .t
{
	color: #120907;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('../images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #8D1717;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #FBF7EA;
	background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
	color: #FBF7EA;
	background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #FBF7EA;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #FBF7EA;
}


/* end MenuSubItem */





/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:33px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.art-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 33px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .art-button-wrapper
{
	display:block;
	float:left;
}

.art-button-wrapper .art-button
{
	display:block;
	height: 33px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 33px;
	text-decoration: none !important;
	color: #000000 !important;
}

.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button
{
	color: #FCF8E9 !important;
}

.art-button-wrapper .l, .art-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 99px;
	background-image: url('../images/Button.png');
}

.art-button-wrapper .l
{
	left:0;
	right:10px;
}

.art-button-wrapper .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 399px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -33px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -66px;
}



/* Katalogdarstellung */
div.catalog-list-item { background-color: #F8F2DA; margin-top: 1em; padding-bottom: .8em}
div.catalog-list-item h3 {color: #3A1E18; font-size: 12px; font-weight: bold;  padding: 8px 0 8px 20px ; margin:0 0 8px 0; background: transparent url(../images/bg-teaserheader-catalog.jpg) top left no-repeat;}
div.catalog-list-item h3 a:active, div.catalog-list-item h3 a:link, div.catalog-list-item h3 a:visited, div.catalog-list-item h3 a:hover {color: #3A1E18; }
img.thumbnail, img.lft {margin-right: .8em; float: left; border: 1px solid silver; padding: .6em; background-color: #ffffff}
img.rgt {margin:0; margin-left: .8em; float: right; border: 1px solid silver; padding: .6em; background-color: #ffffff}
div.catalog-list-item div.teaser {padding: .8em}
div.catalog-list-item  div.catalog-list-actions {width: 150px; float: right; margin-left: 6px}
.catalog-list-actions a img {margin-bottom: 4px}

/* /Katalogdarstellung */

span.webtipp img {float: left; margin: 0px .4em .4em 0px}

/* Preistabelle */
table.tableprice th {padding: 4px; background-color: #E3C040}
table.tableprice th.first {}
table.tableprice td.last {}

table.tableprice tbody td {border-bottom: 1px solid #eeeeee; text-align: right}
table.tableprice tbody td.first {text-align: left}
table.tableprice tbody td.last {text-align: right; padding-right: .5em}

table.tableprice tbody td {white-space: nowrap; background-color: #F8F2DA}
table.tableprice tbody td.first {white-space: normal}

.preisinfobox {background-color: #FFF6BF; border: 2px solid #FFD324; padding: 1.2em; margin-bottom: 1em}
.preisinfobox table {width: auto}

.link {cursor: pointer; text-decoration: underline}
.link img {text-decoration: none}

div.price-box-hide {width: 140px; float: right; text-align: right}
div.extended_price_info {height: 500px; overflow: auto; }
tr.row_selected {background-color: #FFF6BF}

#menu-service {float: right; text-align: right; margin: 4px 0px 4px 0px; z-index: 99; position:relative}
#menu-service ul {margin:0; padding:0; list-style-type: none}
#menu-service li, #menu-service a {float: left}
#menu-service li {margin-right: 1.5em}
#menu-service a {font-size: 90%; color: #000; font-weight: bold}
#menu-service a:hover {color: #623228}



