.loadThumbs .thumbImage img{
	position:absolute;
}
.loadList .imageBox {
	/*overflow:hidden;*/
}
.loadList .descBox{
	display:none;
}
.loadList .teaserBox {
	height:200px;
}
.loadList img {
	display:none;
}
.headlineBox {
	background: url('img/transbgw3.png');
	z-index:1000;
	position:relative;
}
.active {
	z-index:1000;
	/*position:relative!important;*/
}
.contentDetail .imageBox .bigImage {
	/*margin-top: 48px;*/
	position:absolute;
	}
/*
* LDWN09
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: Juni 2008
*/


/*
* General Pre Settings
*
*/
* {
   margin: 0;
   padding: 0;
   border: 0;
}

ul, ol, dl {
  list-style: none;
}

img, fieldset { border: 0; }

a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }


/*
* General Helpers
*
*/
.killfloat {
	overflow: hidden;
	clear: both;
	font-size: 0;
	height: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.invisible {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 0;
	height: 0;
	}
	
.error {
	color: #B12900!important;
}

.newline {
	overflow: visible;
	clear: both;
}

.breaker {
	overflow: hidden;
	height: 0;
	clear: both;
	font-size: 0;
}

.skip {
	display: none;
}




/*
* STRUCTURE
*
*/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 101%;
	color: #000;
	background-color: #d7d7d7;
	text-align: center;
}

html>body { 
	font-size: 16px; /* Set correct font-size for safari browsers */
}


/*
* Structure Elements
*
*/
#container {
	width: 930px;
	padding: 10px 25px 35px 25px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	}
	
#containerBanner {
	margin-bottom: 10px;
	text-align: center;
	background-color: #fff;
	}
	
#containerBanner img {
	border: 5px solid #D7D7D7;
	}

#containerHeader {
	height: 125px;
	position: relative;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	margin-bottom: 6px;
	background-image: url(img/htg_header.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
	
#containerNavigation {
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	margin-bottom: 35px;
	}

#containerMain {
	background-image: url(img/htg_main.gif);
	background-position: left top;
	background-repeat: repeat-y;
	}

#containerCenter {
	width: 550px;
	padding: 0 0 0 10px;
	background-color: #fff;
	float: left;
	}

.containerCenterB {
	width: 930px!important;
	padding: 0!important;
	float: none!important;
	}

#containerMarginalA {
	width: 155px;
	padding-right: 8px;
	margin-right: 2px;
	background-color: #fff;
	float: left;
	}

#containerMarginalB {
	width: 195px;
	padding-left: 8px;
	margin-left: 2px;
	background-color: #fff;
	float: right;
	}




/*
* Navigation Elements
*
*/
/* Navigation A */
.navigationA {
	}

.navigationA li {
	float: left;
	padding: 1px 27px 1px 0;
	}
	
.navigationA li a {
	font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	}
	
.navigationA li span {
	display: none;
	}

.navigationA li.function a {
	color: #7c7c7c;
	}
	
.navigationA li a:hover {
	text-decoration: none;
	color: #b12900;
	}
	
.navigationA li a.active {
	color: #b12900;
	}
	

/* Navigation Meta */
.navigationMeta {
	float: left;
	}

.navigationMeta li {
	float: left;
	padding: 1px 27px 1px 0;
	}
	
.navigationMeta li a {
	font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	color: #7c7c7c;
	}
	
.navigationMeta li a:hover {
	text-decoration: none;
	color: #b12900;
	}
	
.navigationMeta li a.active {
	color: #b12900;
	}



.navigationService {
	padding-top: 5px;
	}

.navigationService li {
	float: left;
	padding: 1px 20px 1px 0;
	font-family: Arial;
	font-size: 11px;
	color: #7c7c7c;
	}
	
.navigationService li a {
	color: #7c7c7c;
	}
	
.navigationService li a:hover {
	text-decoration: none;
	color: #b12900;
	}
	
.navigationService li a.active {
	color: #b12900;
	}
	
	

/*
* Other Elements
*
*/
/* Logo */
#logo {
	left: 0;
	position: absolute;
	top: 0;
	}

#date {
	left: 620px;
	position: absolute;
	bottom: 4px;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	}
	
#formPortletSearch {
	float: right;
}
	
#formPortletSearch p {
	font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #7c7c7c;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

#formPortletSearch p a {
	color: #7c7c7c;
	text-decoration: none;
}

#formPortletSearch p a:hover {
	color: #b12900;
	text-decoration: none;
	}
	
#formPortletSearch .searchBtn {
	float: left;
	padding-right: 10px;
}

#formPortletSearch .searchKey {
	float: left;
	border: 1px inset #7c7c7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	padding: 1px;
	width: 112px;
}





/*
* General Content Styles
*
*/
.containerCenterB h1 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 0;
	color:#000000;
	font-family:Georgia,Times,"Times New Roman",serif;
}

.containerCenterB h1 a {
	color: black;
}

.containerCenterB h1 a:hover {
	color: #000000;
}

.containerCenterB p, 
.containerCenterB address {
	font-style: normal;
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 30px;
	}
	
.containerCenterB p a {
	color: #B12900;
	text-decoration: none;
	font-style: italic;
}

.containerCenterB p a:hover {
	color: black;
	text-decoration: underline;
}

.containerCenterB h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #000000;
}

.containerCenterB h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}





.leftrow {
	float: left;
	width: 430px;
	padding-right: 35px;
	}
	
.rightrow {
	float: right;
	width: 430px;
	padding-right: 35px;
	}

/* FORMULAR */
#containerCenter .button {
	background-color: #B12900;
	color: white;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: lowercase;
}

#containerCenter .button:hover {
	background-color:black;
	text-decoration: none;
}

#containerCenter form a.link {
	background-color: #B12900;
	color: white;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding: 3px 8px;
	text-decoration: none;
	text-transform: lowercase;
}

#containerCenter form a.link:hover {
	background-color:black;
	text-decoration: none;
}

#containerCenter form div.price {
	color: #b12900;
	font-weight: normal;
	font-size: 30px;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-bottom:15px;
}

#containerCenter form span.incl {
	font-size: .5em;
	font-weight: normal;
	text-transform: none;
	margin: -5px 0 0 0;
}

/*#containerCenter form div.text {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.75em;
	line-height: 1.4em;
	font-style:normal;
}*/


/* FORM ELEMENTS */
form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

#containerCenter form fieldset {
	margin: 0 0 40px 0;
}

#containerCenter form fieldset h2 {
	margin: 0 0 20px 0;
}

#containerCenter form label {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 5px 0;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 10px 0;
}

#containerCenter form select.input {
	font-size: 12px;
	color: #000000;
	width: 265px;
}

#containerCenter form input.input {
	border: 1px solid #000000;
	width: 260px;
	padding: 2px 5px 2px 5px;
}

#containerCenter form div.formfield-small {
	float: left;
	padding: 0;
}

#containerCenter form div.formfield-small input {
	margin: 3px 0 0 0;
	float: left;
}

/* css browser weiche IE bis 6:  */
* html #containerCenter form div.formfield-small input { 
	margin: -2px 0 0 0;
}

#containerCenter form div.formfield-small span {
	font-size: 11px;
	padding: 0;
	margin: 2px 20px 2px 10px;
}

#containerCenter form div.formfield span {
	font-size: 11px;
	padding: 0 0 0 5px;
}

#containerCenter form div.formfield input {
	border: 1px inset #000000;
	width: 260px;
	padding: 2px 5px 2px 5px;
	float: left;
}

#containerCenter form div.formfield select {
	border: 1px inset #000000;
	width: 272px;
	padding: 1px 1px 1px 2px;
	float: left;
}

/* css browser weiche IE bis 6:  */
* html #containerCenter form input.input { 
	height: 19px;
}

#containerCenter form textarea.input {
	border: 1px solid #000000;
	width: 260px;
	padding: 2px 5px 2px 5px;
}

#containerCenter form input.submit {
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#containerCenter form .formlabel {
	float: left;
	width: 180px;
	margin:0 0 5px 0;
	padding: 0 0 0 0;
}

#containerCenter form .formlabelright {
	float: left;
	width: 390px;
	text-align: left;
	margin: 0 0 15px 0;
}

#containerCenter form .formfield {
	float: left;
	font-size: 12px;
}

#containerCenter form .formcheckbox {
	float: left;
	width: 30px;
	margin: 0 0 5px 0;
	padding: 2px 0 0 0;	
}

#containerCenter form .br {
	clear: both;
}

#containerCenter form .disabled {
	color: #999999;
}

#containerCenter form p.submit a {
	margin: 0 0 0 180px;
}


td.copyright {
	display: none;
	font-size: 0;
}





/* BOTTOM STYLES */
#contentBottom {
	border-top: 4px solid #000;
	padding-top: 4px;
	margin-top: 20px;
	/*margin-right: 10px;*/
	}
	
.contentBottomNavigation {
	border-top: 1px solid #7c7c7c;
	border-bottom: 1px solid #7c7c7c;
	}

#contentBottom .categoryLink {
	float: left;
	width: 170px;
	padding: 3px 0 0 0;
	height: 20px;
	overflow: hidden;
	}
	
#contentBottom .categoryLink a {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	padding: 2px 0;
	}
	

#contentBottom .archiveLink {
	float: left;
	width: 170px;
	padding: 3px 0 0 0;
	height: 20px;
	}
	
#contentBottom .archiveLink a,
#contentBottom .archiveLink span {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	padding: 2px 0;
	}

.navigationBottomBox{
	float: right;
	width: 340px;
	}
	
.pagination {
	float: left;
	width: 310px;
	text-align: right;
	padding: 1px 15px 0 0;
	background-image: url(img/icon_pagination.gif);
	background-position: right 9px;
	background-repeat: no-repeat;
	display: none;
	}

.pagination .page {
	padding: 1px 3px 2px 10px;
	background-image: url(img/icon_pagination.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	cursor:pointer;
	}
.pagination .firstChild {
	background-image: none;
	}

.pagination .page:hover {
	text-decoration: none;
	color: #b12900!important;
	}

.pagination .page a {
	color: #000;
	}

.pagination .page a:hover, .pagination .next a:hover, .pagination .back a:hover   {
	text-decoration: none;
	color: #b12900!important;
	}

.pagination .active a {
	color: #b12900!important;
	}

.pagination .prev a {
	color: #000!important;
}	
.pagination .prev {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	cursor: pointer;
	}
	
.pagination .prev:hover {
	text-decoration: none;
	color: #b12900!important;
	}

.pagination .next a {
		color: #000!important;
	}
.pagination .next {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	cursor:pointer;
	}
	
.pagination .next a:hover, .pagination .back a:hover{
	text-decoration: none!important;
	color: #b12900!important;
	}
	
	

.topLink {
	float: right;
	width: 110px;
	text-align: right;
	padding-top: 2px;
	}

.topLink a {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	
	}

.topLink a:hover {
	text-decoration: none;
	color: #b12900!important;
	}
	
	
.topLink a.top {
	background-image: url(img/icon_pagination.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0 0 0 17px;
	}
	
.topLink a.back {
	padding: 0 10px 0 0;
	}


.serviceBox {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #7c7c7c;
	padding-bottom: 10px;
	}

.serviceBox a {
	color: #000;
	}





/* DETAIL */
.contentDetail {
	/*padding-bottom: 35px;
	border-bottom: 1px solid #7c7c7c;*/
	min-height:400px;
	}




.contentDetail h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px!important;
	text-transform: uppercase;
	}

.contentDetail h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #b12900;
	text-transform: uppercase;
	margin: 0;
	}

.contentDetail .error {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #b12900;
	text-transform: uppercase;
	margin: 0;
	}



/*.contentDetail .imageBox img {
	width: 470px;
	}*/

.contentDetail .priceBox {
	margin-bottom: 30px;
	}
	
.contentDetail .priceBox .price {
	color: #b12900;
	font-weight: normal;
	font-size: 30px;
	}
.contentDetail .priceBox .incl {
	font-weight: normal;
	font-size: 11px;
	}
	
.contentDetail select {
	border: 1px solid #ccc;
	padding: 0 0 0 2px;
	margin-bottom: 30px;
	}

.contentDetail select option{
	padding: 0 10px 0 0;
	}
	
.contentDetail .textBox {
	color: #000;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 30px;
	}
	
.contentDetail .textBox a {
	color: #b12900;
	}

.contentDetail .thumbBox {
	margin-bottom: 20px;
	}

.contentDetail .thumbImage {
	border: 1px solid #ccc;
	margin: 2px;
	height: 50px;
	width: 58px;
	float: left;
	}





/* LIST STYLES */
.contentList {
	padding: 0 0 0 10px;/**/
	}

.contentList h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px!important;
	font-weight: bold;
	color: #000;
	margin: 10px 0 30px -10px!important;
	padding: 0!important;
	text-transform: uppercase;
	float:left;
	}
	
.contentList .teaserBox {
	width: 220px;
	padding: 0px 10px 40px 0;
	float: left;
	
	}
	
.contentList .firstChild {
	border-top: 0;
	padding-top: 0;
	}
	
.contentList .teaserBox .imageBox {
	background-color: #fff;
	text-align: center;
	height: 150px;
	width: 220px;
	margin-bottom: 5px;
	}

/*.contentList .teaserBox .imageBox img {
	height: 150px;
	}*/

.contentList .teaserBox h3 {
	color: #B12900;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	}
	
.contentList .teaserBox h3 a {
	color: #B12900;
	}
	
.contentList .teaserBox h3 a:hover {
	color: #000;
	text-decoration: none;
	}
	
.contentList .teaserBox h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 7px;
	text-transform: none;
	}
	
.contentList .teaserBox h2 a {
	color: #000;
	}
	
.contentList .teaserBox h2 a:hover {
	color: #B12900;
	text-decoration: none;
	}
	
.contentList .teaserBox .textBox {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 7px;
	padding: 0;
	}

.contentList .teaserBox .textBox a {
	color: #b12900;
	}
	
.contentList .teaserBox .priceBox {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	}
	
.contentList .teaserBox p {
	padding: 0;
	}





/* CART */
#cart table {
	width: 800px;
	font-size: 12px;
}

#cart thead th {
	color: #000000;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	padding: 0 3px;
	text-align: left;
	text-transform: uppercase;
}

#cart tbody tr td {
	/*background-image: url(img/dotted_grey.gif);
	background-position: bottom left;
	background-repeat: repeat-x;*/
	border-bottom: 1px solid #7C7C7C;
}

#cart tbody td {
	padding: 5px;
}

#cart tbody td a.name {
	font-weight: bold;
	color: #000000;
}

#cart tfoot td {
	font-weight: bold;
	padding: 10px 5px 20px 5px;
}

#cart tfoot td a {
	font-weight: normal;
}

#cart tfoot th {
	font-weight: bold;
	text-transform:uppercase;
	text-align: left;
	padding: 10px 5px 20px 5px;
	}

#orderway {
	display: none;
	width: 800px;
}

#orderway div.step {
	float: left;
	width: 16%;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia;
	padding: 50px 0 50px 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#orderway span.active {
	color:black;
}

.cc_form {
    font-size:0.75em;
}





/* CHRIS SCROLLABLE + SLIDESHOW */
div.scrollable {
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 230px;
}

div.scrollable div.items {
	width: 20000em;
	position: absolute;
	clear: both;
	margin-left: 0px;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(img/scrollable/left.png) no-repeat;
	float:left;
	margin:43px 0px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(img/scrollable/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	/*
	margin-left:430px;
	width:200px;
	height:20px;
	*/
	float:left;
	height:20px;
	margin-left:20px;
	margin-top:11px;
}


/* items inside navigator */
div.navi a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(img/scrollable/navigator2.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -12px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -24px;     
} 	



.containerSlideshow {
	height: 332px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7c7c7c;
	margin-top: -15px;
}

.containerSlideshow {
	/*margin-bottom: 18px;*/
	}

.containerSlideshow .navigationSlider {
	position: relative;
	height: 20px;
	z-index: 100;
	top: 140px;
	left: 830px;
	width: 90px;
	}

.containerSlideshow .navigationSlider div {
	float: left;
	margin-right: 3px;

	}
	
.containerSlideshow .navigationSlider a {
	width: 12px;
	height: 12px;
	float: left;
	margin: 3px;
	background: url(img/scrollable/navigator2.png) 0 0 no-repeat;     
	cursor: pointer;	
	}

	/* mouseover state */
.containerSlideshow .navigationSlider a:hover {
	background-position:0 -12px;      
	}

	/* active state (current page state) */
.containerSlideshow .navigationSlider a.activeSlide {
	background-position:0 -24px;     
	}


.containerSlideshow .slideshowBox {
	padding-bottom:15px;
}

.containerSlideshow .slideshowBox li img {
	position: absolute;
	padding-right: 6px;
	z-index:10;
	background-position: right top;
	background-repeat: no-repeat;
	}
	
.containerSlideshow .slideshowBox li span {
	background: url('img/transbgw.png');
	position: absolute;
	width: 420px;
	padding: 15px;
	top: 140px;
	left: 470px;
	z-index: 1000;
	height: 151px;
}	
	
.containerSlideshow .slideshowBox li h1 {
	padding: 0!important;
	margin: 0 0 6px 0!important;
	color: #000;
	position: relative;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px!important;
	text-transform: uppercase;
	}
	
.containerSlideshow .slideshowBox li h2, .containerSlideshow .slideshowBox li p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
	padding:0;
	color: #000;
	position: relative;
	line-height: 16px;
	}
	
.containerSlideshow .slideshowBox li p a {
	color:#b12900;
	font-weight: normal;
	}