/*
* EXPOCONCEPTS
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Lime Flavour, http://www.limeflavour.com
* Date: September 2008
* 
*/



/*
* General Pre Settings
*
*/
* { margin: 0; padding: 0; }
img, fieldset { border: none; }
ul, ol, dl { list-style: none; }
a { text-decoration: none; color: #262626; }
a:hover { color: #e96b00; }


/*
* General Helpers
*
*/
.breaker {
	overflow: hidden;
	height: 0;
	clear: both;
	font-size: 0;
}


/*
* STRUCTURE
*
*/
body {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 101%;
	text-align: center;
	background-color: #fff;
	background-image: url(../../files/static/images/gif/htg_body.gif);
	background-position: left 59px;
	background-repeat: repeat-x;
}

#container {
	width: 980px;
	margin: 15px auto 0 auto;
	text-align: left;
	background-image: url(../../files/static/images/gif/htg_container.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

/*
* HEADER
*
*/
#containerHeader {
	background-color: #564a88;
	height: 122px;
	padding: 0 10px;
	background-image: url(../../files/static/images/gif/htg_header.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#productbrowser {
	background-image:url(../../files/static/images/gif/htg_body.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	height:160px;
	overflow:auto;
	padding:0 10px;
	width:960px;
}

#logo {
	float: right;
}



#containerImageBar {
	background-color: #78797d;
	height: 160px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

#containerImageBar .imageBar {
	margin: 10px;
	overflow: hidden;
	height: 110px;
	width: 960px;
	}

#containerImageBar .imageBar .imageItem {
	padding-left: 15px;
	float: left;
	height: 110px;
	width: 174px;
	}

#containerImageBar .imageScroller {
	margin: 0 25px;
	}



#containerFunctional {
	background-color: #564a88;
	height: 25px;
	margin: 0 10px;
	position: relative;
	}

#containerFunctional a {
	font-size: 11px;
	color: #fff;
	background-image:url(../../files/static/images/gif/icon_link.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}

#notepadLink {
	position: absolute;
	right: 15px;
	top: 5px;
	}

#formSearch {
	padding: 0;
	width: 189px;
	position: absolute;
	left: 567px;
	top: 3px;
	}

#formSearch label {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 0 0 15px;
	float: left;
	}

#formSearch .formField {
	float: right;
	}

#formSearch .formField input#searchKey {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	width: 96px;
	/*border: 1px solid #000;*/
	border: 0;
	background-color: #e5e7e6;
	padding: 2px 4px;
	float: left;
	margin-right: 6px;
	}

#formSearch .formField input.submitSearch {
	padding: 4px 0;
	}


/*
* Navigation A
*
*/	
.containerNavigation {
	float: left;
	width: 189px;
	height: 80px;
	padding: 15px 0;
	overflow: hidden;
	}

.containerNavigation li {
	padding: 0 0 6px 15px;
	height: 10px;
}

.containerNavigation li a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: block;
	height: 10px;
	overflow: hidden;
}

.containerNavigation li a:hover {
	/*color: #e96b00;*/
	color: #fda14a;
}

.containerNavigation li a.active {
	/*color: #e96b00;*/
	color: #fda14a;
}

.navigationSub {
	padding-left: 14px;
	}

.navigationSubB {
	padding-left: 20px;
	}
	
.navigationSubC {
	padding-left: 20px;
	}


/*
* Navigation B
*
*/


/*
* Navigation Functions
*
*/




#containerBottom {
	padding: 0 25px 20px 25px;
	background-image: url(../../files/static/images/gif/htg_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}

#containerBottom p {
	float: left;
	padding: 60px 0 10px 0;
	}

#containerBottom p.top {
	width: 189px;
	}

h1 {
	font-size: 14px;
	font-weight: normal;
	color: #262626;
	}

h2 {
	color: #262626;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	}

h3 {
	color: #262626;
	font-size: 11px;
	line-height: 15px;
	}

p {
	color: #262626;
	font-size: 11px;
	line-height: 15px;
	}

a.top {
	padding: 0 10px 0 15px;
	background-image: url(../../files/static/images/gif/icon_top.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	}

a.back {
	padding: 0 10px 0 18px;
	background-image: url(../../files/static/images/gif/icon_back.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}

a.download {
	padding: 0 0 0 15px;
	background-image: url(../../files/static/images/gif/icon_download.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	}
	
a.link {
	background-image:url(../../files/static/images/gif/icon_link.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}
	
.functions {
	padding-top: 20px;
	}

/*
* MAIN
*
*/
#containerMain, 
#containerMainB {
	padding: 0 10px;
	width: 960px;
	}
	
.containerMainTop {
	/*background-image:url(../../files/static/images/gif/htg_mainTop.gif);
	background-position: left top;
	background-repeat:no-repeat;*/
	min-height: 161px;
	position: relative;
	padding-top: 1px!important;
	}

#containerMarginalA {
	float: left;
	width: 188px;
	padding: 20px 0 20px 0;
	}
	
#containerMarginalB {
	float: right;
	width: 188px;
	padding: 20px 0 20px 0;
	}
	
	
	
.contentMarginal {
	/*background-color: #78797D;*/
	background-color: #d7d7d7;
	padding: 10px;
	color: #fff;
	border-bottom:1px solid #FFFFFF;
	}

.contentMarginal p {
	color: #262626;
	}	
	
.headlineMarginal {
	background-color:#606165;
	padding: 3px 10px;
	border-bottom:1px solid #FFFFFF;
	}

.headlineMarginal img {
	padding: 3px 0;
	}

.headlineMarginal h2 {
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: normal;
	}

.contentMarginal input {
	width: 140px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #aaa;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	float: left;
	margin-bottom: 2px;
}

ul.navigationInfo {
	background-color: #606165;
	width: 188px;
	/*border-bottom: 1px solid #fff;
	padding-top: 29px;*/
	}
	
ul.navigationInfo li a {
	padding: 8px 0 0 14px;
	width: 174px;
	height: 21px;
	border-bottom: 1px solid #fff;
	display: block;
	}

ul.navigationInfoB {
	/*background-color: #78797D;*/
	background-color: #9b9c9e;
	}

ul.navigationInfoB li a {
	}



ul.navigationSubShop {
	background-color: #606165;
	width: 188px;
	/*border-bottom: 1px solid #fff;
	padding-top: 29px;*/
	}
	
ul.navigationSubShop li a {
	padding: 8px 0 0 14px;
	width: 174px;
	height: 21px;
	border-bottom: 1px solid #fff;
	display: block;
	}

ul.navigationSubShopB {
	background-color: #9b9c9e;
	}

ul.navigationSubShopB li a {
	}



.containerCenter {
	padding: 20px 15px 0 15px;
	float: right;
	width: 741px;
	}
	
#containerMainB .containerCenter {
	padding: 20px 20px 0 20px;
	float: left;
	width: 544px;
	}


#containerCenterB {
	padding: 20px 15px 0 15px;
	float: right;
	}

.containerCenter h1,
#containerCenterB h1 {
	padding: 0 0 15px 0;
	}

.containerCenter h2,
#containerCenterB h2 {
	padding: 0 0 15px 0;
	}




.contentDetail {
	float: left;
	width: 363px;
	padding-right: 15px;
	}
	
#containerMainB .contentDetail {
	float: none;
	padding: 0;
	width: 544px;
	}

.secondCol {
	padding: 0;
	}

.contentDetail .contentText {
	color: #262626;
	font-size: 11px;
	line-height: 1.5em;
	padding-bottom: 15px;
	}

.contentDetail .contentText p {
	padding: 0 0 15px 0;
	}

.contentDetail .contentText ul {
	padding: 0 0 15px 0;
	list-style-type: disc;
	list-style-position: inside;
	}
	
.contentDetail .contentText ul li {
	color: #262626;
	}
	
.contentDetail .contentText a {
	color: #e96b00;
	}

.contentDetail .contentText a:hover {
	text-decoration: underline;
	}

.contentDetail .contentText a.link {
	color: #262626;
	}

.contentDetail .contentDownload {
	font-size: 11px;
	line-height: 1.5em;
	}	

.contentDetail .imageBox {
	padding: 0 0 10px 0;
	}




.contentDetail dl {
	font-size: .7em;
	line-height: 1.5em;
	color: #262626;
	}

.contentDetail dl dd {
	font-weight: bold;
	}

.contentDetail dl dt {
	padding: 0 0 15px 0;
	}

.contentDetail .meta {
	color: #78797d;
	font-style: italic;
	}




.contentDetail form {
	padding: 0 0 5px 0;
	}

.contentDetail .formitem {
	padding: 0 0 10px 0;
	}

.contentDetail .formlabel {
	float: left;
	width: 87px;
	padding-top: 4px;
	}
	
.contentDetail .formlabel label {
	font-size: 11px;
	font-weight: normal;
	color: #262626;
	}
	
.contentDetail .formcheck {
	float: left;
	margin-right: 10px;
	}
	
.contentDetail .formlabelcheck {
	}
	
.contentDetail .formlabelcheck label {
	font-size: 11px;
	color: #262626;
	}

.error {
	color: #ff0000!important;
	font-weight: bold;
	}

.contentDetail .formfield {
	float: right;
	width: 261px;
	}

.contentDetail input.input {
	width: 243px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e5e7e6;
	padding: 2px 4px;
	margin-right: 10px;
	}

.contentDetail input.inputsmall {
	width: 97px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e5e7e6;
	padding: 2px 4px;
	margin-right: 10px;
	float: left;
	}

.contentDetail textarea.input {
	width: 243px;
	height: 80px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e5e7e6;
	padding: 2px 4px;
	margin-right: 10px;
	}
	
.contentDetail input.submit {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #78797d;/**/
	background-color: #e96b00;
	color: #fff;
	padding: 2px 6px;
	float: right;
	margin-right: 8px;
	}
	
	
	
	

	
	
	
	
	
.contentImages {
	float: right;
	width: 552px;
	}

#containerMainB .contentImages {
	float: none;
	width: 526px;
	}

.contentImages .imageBrowser {
	padding: 1px 0 20px 0;
	}
	
.contentImages .imageBrowser ul li {
	float: left;
	padding-right: 1px;
	}

.contentImages .imageBrowser ul li a {
	height: 17px;
	width: 22px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #606165;
	display: block;
	padding: 3px 0 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}

.contentImages .imageBrowser ul li a:hover {
	/*background-color: #78797d;*/
	background-color: #999999;
	}
	
.contentImages .imageBrowser ul li a.active {
	background-color: #e96b00;
	}

.contentImages .imageBox img {
	padding: 0 0 1px 0;
	}

.contentImages .imageBox p {
	padding: 0;
	text-align: left;
	}
	


.imageTabs {
	padding: 1px 0 1px 0;/**/
	}
	
.imageTabs ul li {
	float: left;
	padding-right: 1px;
	}

.imageTabs ul li a {
	height: 17px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #606165;
	display: block;
	padding: 3px 10px 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	}

.imageTabs ul li a:hover {
	/*background-color: #78797d;*/
	background-color: #999999;
	}
	
.imageTabs ul li a.active {
	background-color: #e96b00;
	}
	
	
.mediaBox {
	position: relative;
	width: 544px;
	/*height: 409px;
	overflow: hidden;*/
	}

.mediaBox ul {
	position: absolute;
	top: 20px;
	left: 20px;
	}

.mediaBox li {
	float: left;
	margin-right: 2px;
	}

.mediaBox li a {
	display: block;
	padding: 2px;
	width: 14px;
	height: 14px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #78797d;
	}

.mediaBox li a.active {
	background-color: #e96b00;
	}




.contentList h1 {
	padding: 0 0 15px 0!important;
	}

.contentIntro {
	padding: 0 0 20px 0;
	}

.contentList .teaserBox {
	height: 116px;
	margin: 0 0 15px 0;
	padding: 0 0;
	position: relative;
	}

#containerMainB .contentList .teaserBox {
	margin: 0 0 20px 0;
	}

.contentList .teaserBox .teaserImage {
	background-color: #E5E5E5;
	float: left;
	height: 116px;
	width: 174px;
	margin: 0 15px 0 0;
	}

.contentList .teaserBox .teaserText {
	float: left;
	width: 363px;
	padding: 0 15px 0 0;
	height: 116px;
	/*overflow: hidden;*/
	}

#containerMainB .contentList .teaserBox .teaserText {
	width: 322px;
	}

.contentList .teaserBox .teaserText h2 {
	padding: 0!important;
	font-size: 14px;
	margin-top: -4px;
	}
	
#containerMainB .contentList .teaserBox .teaserText h2 {
	margin-top: 0;
	margin-left: -1px;
	margin-bottom: 5px;
	}

.contentList .teaserBox .teaserText p {
	padding: 0;
	}

#containerMainB .contentList .teaserBox .teaserText p a {
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	}

.contentList .teaserBox .teaserForm {
	bottom:0;
	left: 189px;
	position: absolute;
	background-color: #E5E7E6;
	padding: 7px;
	border: 1px solid #cbcbcb;
	width: 321px;
	}
	
.contentList .teaserBox .teaserForm input {
	width: 40px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #aaa;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	float: left;
	margin-right: 7px;
	}

.contentList .teaserBox .teaserForm select {
	width: 176px;
	background-color: #fff;
	padding: 1px;
	border: 1px solid #aaa;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	float: left;
	margin-right: 7px;
	}

.contentList .teaserBox .teaserForm .order img {
	padding-top: 5px;
	}

.contentList .teaserBox .teaserLink {
	float: left;
	width: 174px;
	height: 116px;
	position: relative;
	}

.contentList .teaserBox .teaserLink p {
	position: absolute;
	bottom: -2px;
	padding: 0;
	}

.contentList .teaserBox .teaserLink p a {
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
	}



.teaserArray {
	margin-top:-26px;
	padding-bottom:30px;
	}
	
.teaserArray .teaserArrayItem {
	width: 85px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
	}
	
.teaserArray .teaserArrayItem .teaserArrayImage {
	border-bottom: 1px solid #fff;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks {
	background-color:#D0D0D0;
	position: relative;
	height: 14px;
	width: 85px;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img {
	position: absolute;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkMoveUp {
	left: 2px;
	top: 2px;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkMoveDown {
	left: 14px;
	top: 2px;
	}
	
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkRemove,
.teaserArray .teaserArrayItem .teaserArrayLinks img.linkAdd {
	right: 2px;
	top: 2px;
	}
	
.transparent {
	opacity: 0.3;
	-moz-opacity: 0.3;
	}
	
.transparent img {
	filter: alpha(opacity=30);
	}
	
	
	
.containerProducts .contentImages {
	padding-bottom: 20px;
	}
	
.containerProducts .contentDetail .contentText {
	padding-bottom: 20px;
	}
	
	
.contentMessage {
	background-color: #E5E7E6;
	padding: 7px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	}
	

.contentError {
	background-color: #E5E7E6;
	padding: 7px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	}




.contentOrderForm {
	background-color: #E5E7E6;
	padding: 7px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	}

.contentOrderForm h2 {
	padding: 0 0 10px 0!important;
	}

.contentOrderForm p {
	padding: 0 0 5px 0!important;
	}
	
.contentOrderForm table {
	font-size: 11px;
	color: #262626;
	width: 528px;
	margin-top: 10px;
	border-collapse: collapse;
	}

.contentOrderForm td {
	padding: 7px 10px;
	border-bottom: 1px solid #cbcbcb;
	vertical-align: top;
	}
	
.contentOrderForm td.main {
	width: 150px;
	}

.contentOrderForm td.qty {
	padding: 4px 10px;
	}
	
.contentOrderForm td.price {
	text-align: right;
	width: 50px;
	white-space: nowrap;
	}
	
.contentOrderForm thead td {
	font-weight: normal;
	color: #fff;
	background-image: url(../../files/static/images/gif/htg_form_submit.gif);
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #333333;
	font-size: 11px;
	padding: 3px 10px!important;
	}
	
.contentOrderForm td.qty input {
	width: 25px;
	background-color: #fff;
	padding: 2px 4px;
	border: 1px solid #aaa;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: right;
	float: left;
	margin-right: 7px;
	}

.teaserForm .submit,
.contentOrderForm .submit {
	background-image: url(../../files/static/images/gif/htg_form_submit.gif);
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #333333;
	border: 0;
	color: #fff;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 20px;
	width: auto;
	float: right;
	}

.teaserForm .submit a,
.contentOrderForm .submit a {
	color: #fff;
	}

.teaserForm .submit a:hover,
.contentOrderForm .submit a:hover { color: #e96b00; }





.contentOrderForm .orderCart td.main {
	width: 150px;
	}
.contentOrderForm .orderCart td.additional {
	width: 150px;
	}
.contentOrderForm .orderCart td.del {
	width: 5px;
	text-align: center;
	}

.contentOrderForm .orderCart .button td {
	padding: 0;
	border-bottom: 0;
	}	

.contentOrderForm .orderCart td.action .submit {
	float: left;
	margin-right: 10px;
	}
	
	
	

.orderMiniCart {
	font-size: 11px;
	color: #ffffff;
	border-collapse: collapse;
	width: 180px;
	}
	
.orderMiniCart td {
	padding: 5px 5px 5px 0;
	/*border-bottom: 1px solid #cbcbcb;*/
	vertical-align: top;
	}

.orderMiniCart td.qty {
	text-align: right;
	}

.orderMiniCart td.price {
	text-align: right;
	font-weight: bold;
	}

.orderMiniCart td.del {
	padding-right: 0;
	}

.orderMiniCart tfoot td {
	font-weight: bold;
	}
	
	
	
	
.formBox fieldset {
	margin: 0 0 20px 0;
	}
	
.formBox .formItem {
	margin: 0 0 2px 0;
	}

.formBox .formSubmit {
	padding-left: 140px;
	}	
	
.formBox .formLabel {
	float: left;
	width: 140px;
	padding-top:4px;
	font-size: 11px;
	}

.formBox .formLabel label {
	cursor: pointer;
	}
	
.formBox .formField input {
	border: 1px solid #C8C8C8;
	color:#353535;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px 4px;
	width: 250px;
	margin-right: 2px;
	}

.formBox .formField .inputMini {
	width: 44px;
	margin-right: 2px;
	float: left;
	}

.formBox .formField .inputMidi {
	width: 194px;
	margin-right: 2px;
	float: left;
	}
	
.formBox .formField input.submit {
	background-image: url(../../files/static/images/gif/htg_form_submit.gif);
	background-position: right top;
	background-repeat: repeat-x;
	background-color: #333333;
	border: 0;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 20px;
	width: auto;
	margin-right: 14px;
	float: right;
	}

.formBox .formField textarea {
	border: 1px solid #C8C8C8;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 2px 4px;
	width: 392px;
	height: 80px;
	overflow:auto;
	}
	
.formBox .selectBox  {
	float: right;
	width:258px;
	margin-right: 17px;
	}
	
.formBox .selectBox .selected {
	background-image: url(../../files/static/images/gif/htg_form_select.gif);
	background-position: right top;
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	color: #666666;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 4px;
	width: 250px;
	z-index: 11;
	}

.formBox .selectBox .optionBox {
	background-color: #ffffff;
	border: 1px solid #c8c8c8;
	display: none;
	margin-top: -1px;
	position: absolute;
	width: 258px;
	z-index: 111;
	}

.formBox .selectBox .optionBox .option {
	color: #666666;
	cursor: pointer;
	display: block;
	font-size: 11px;
	padding: 3px 4px;
	width: 250px;
}

.formBox .selectBox .optionBox .optionSelected {
	background-color: #666666;
	color: #ffffff;
}

.formBox .selectBox .optionBox .optionHover {
	background-color: #666666;
	color: #ffffff;
}

.error { color: red; }
.mandatoryBox { color: #aaa; }




#containerBanner {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 0 10px;
	}

.containerSlideshow {
	background-image:url(../../files/static/images/jpg/htg_slider.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	height: 546px;
	}

.slider li img.link { cursor: pointer; }

.prev {
	padding: 421px 0 35px 42px;
	cursor: pointer;
	}
.next {
	padding: 421px 42px 35px 0; 
	cursor: pointer;
	}
	
	
	
.containerMarquee {
	font-size: 11px;
	padding: 10px 116px;
	color: #fff;
	background-color: #606165;
	}

.containerMarquee a {
	color: #fff;
	}
	
.containerMarquee a:hover {
	color: #E96B00;
	}
	
	

.containerPortalSlideshow {
	background-color: #fff;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
	position: relative;
	height: 361px;
	}
	
.containerPortalSlideshow .slider li img {
	width: 960px;
	}
	

	
	
.containerPortalTeaser {
	padding: 0 0 0 15px;
	}
	
.containerPortalTeaser .teaserBlock {
	margin-top: 30px;
	background-image: url(../../files/static/images/gif/htg_teaserBlock.gif);
	background-position: -15px top;
	background-repeat: repeat-y;
	}
	
.containerPortalTeaser .teaserBox {
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-right: 15px;
	width: 209px;
	}
.containerPortalTeaser .lastChild {
	border-right: 0;
	padding-right: 15px;
	margin-right: 0;
	}

.containerPortalTeaser .teaserBox img {
	padding-bottom: 15px;
	}
	
.portalteaserlink {
	color: #C97017;
	background-image:url(../../files/static/images/gif/icon_link.gif);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	}	