/*
* KWS Verkehrsmittelwerbung
* stylesheet.css
* 
* Author: Holger M. Stangl
* Company: Limeflavour | http://www.limeflavour.com
* Date: September 2009
*/



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

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

img, fieldset { border: 0; }

a { color: #a6a9a2; text-decoration: none; }
a:hover { color: #df6424; text-decoration: none; }
a:focus, a:active { outline: none; }

label { cursor: pointer; }

.disabled img{ display:none;}


/*
* 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;
	}




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

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


/*
* Structure Elements
*
*/
#container {
	width: 900px;
	margin: 0 auto;
	padding: 30px;
	position: relative;
	text-align: left;
	}

#containerHeader {
	border-bottom: 1px solid #dedfdf;
	height: 49px;
	position: relative;
	}

#containerMain {
	position: relative;
	min-height: 380px;
	}

#containerMarginalA {
	float: left;
	width: 183px;
	padding-top: 80px;
	}

#containerMarginalB {
	float: right;
	width: 152px;
	padding-top: 80px;
	}

#containerCenter {
	float: left;
	width: 525px;
	padding-top: 30px;
	}


/*
* Navigation Elements
*
*/

/* Navigation A */
.navigationA {
	padding-bottom: 25px;
	}

.navigationA li img {
	padding: 0;
	}
		
.navigationA li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-bottom: 3px;
	}

.navigationA li a.active {
	color: #df6424;
	}
	
.navigationA li a:hover {
	color: #df6424;
	}
	

	

.navigationB {
	display: none;
	padding-bottom: 10px;
	}
.navigationA li.active .navigationB {
	display: block;
	}
	
.navigationB li img {
	padding: 2px 0 0 0;
	}
		
.navigationB li a {
	font-size: 12px;
	padding-bottom: 1px;
	}

.navigationB li.active a {
	color: #df6424;
	}
	
.navigationB li a:hover {
	color: #df6424;
	}
	
/* Navigation Service */
.navigationService li {
	font-size: 11px;
	line-height: 16px;
	}
	
.navigationService li.active a {
	color: #df6424;
	}
	
.navigationService li a:hover {
	color: #df6424;
	}

.navigationService {
	position: absolute;
	bottom:0;
	left: 0;
	}



/*
* Other Elements
*
*/
/* Logo */
#logoBox {
	right: 37px;
	position: absolute;
	top: 1px;
	}
	
#sloganBox {
	left: 0;
	position: absolute;
	top: 11px;
	}


#searchForm {
	width: 132px;
	padding-bottom: 90px;
	}
	
#searchForm h1 {
	padding-bottom: 3px;
	}

#searchForm input#searchKey {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #a6a9a2;
	font-size: 10px;
	height: 12px;
	padding: 4px 2px 4px 5px;
	width: 104px;
	background-image: url(../../files/static/images/gif/htg_search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	float: left;
	}
	
#searchForm input.edit {
	color: #000!important;
	}
	
#searchForm input#searchArrow {
	font-size: 11px;
	float: right;
	cursor: pointer;
	border: 0;
	}

#searchForm ul.resultBox {
	position: absolute;
	top: 20px;
	width: 132px;
	display: none;
	background-color: #e5e5e5;
	}

#searchForm ul.resultBox li a {
	font-size: 10px;
	padding: 2px 0 2px 6px;
	display: block;
	}
	
#searchForm ul.resultBox li a:hover {
	background-color: #999;
	color: #fff;
	}
	



.floatLeft {
	float: left;
	padding: 0 10px 10px 0;
	}
	
.floatRight {
	float: right;
	padding: 0 0 10px 10px;
	}

.errorBox p {
	color: #df6424;
	font-weight: bold;
	}

.textBox {
	font-size: 11px;
	line-height: 16px;
	}
	
.textBox p {
	padding-bottom: 16px;
	}

.textBox h1 {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	}

.textBox h2 {
	font-size: 14px;
	line-height: 20px;
	/*font-size: 11px;
	line-height: 16px;*/
	padding-bottom: 6px;
	}
	
.textBox h2 {
	font-size: 14px;
	line-height: 20px;
	/*font-size: 11px;
	line-height: 16px;*/
	padding-bottom: 6px;
	}
	
.textBox h3 {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 6px;
	}

.textBox ul {
	margin-left: 12px;
	padding-top: 4px;
	padding-bottom: 16px;
	font-weight: bold;
	}

.textBox ul li {
	line-height: 18px;
	padding-bottom: 0px;
	padding-left: 22px;
	background-image: url(../../files/static/images/gif/icon_list.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}
	
.textBox ol {
	margin-left: 32px;
	padding-bottom: 8px;
	}

.textBox ol li {
	line-height: 18px;
	padding-bottom: 8px;
	list-style-type: decimal;
	}
	
.textBox blockquote {
	font-weight: bold;
	line-height: 20px;
	margin: 0 20px;
	padding-bottom: 16px;
	text-indent: 22px;
	background-image: url(../../files/static/images/gif/icon_quote_start.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	}

.textBox cite {
	font-style: normal;
	line-height: 20px;
	margin: 0 0 0 20px;
	padding-bottom: 16px;
	position:relative;
	top:-16px;
	}


a.more {
	padding-right: 12px;
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	}
	
a.less {
	padding-right: 14px;
	background-image: url(../../files/static/images/gif/icon_link_less.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	}
	
a.download {
	padding-left: 12px;
	background-image: url(../../files/static/images/gif/icon_link_download.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	}
	
a.rss {
	padding-left: 16px;
	background-image: url(../../files/static/images/gif/icon_link_rss.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	}
	
a.print {
	padding-left: 16px;
	background-image: url(../../files/static/images/gif/icon_print.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	}
	
a.next {
	padding-right: 12px;
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	}
	
a.prev {
	padding-left: 12px;
	background-image: url(../../files/static/images/gif/icon_link_back.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	}
	
.btnClose {
	text-align: right;
	padding-bottom: 20px;
	}
	
a.close {
	padding-right: 14px;
	background-image: url(../../files/static/images/gif/icon_close.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	}
	
.btnReset {
	text-align: right;
	}
	
a.reset {
	padding-right: 14px;
	background-image: url(../../files/static/images/gif/icon_close.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	}



.paginationBox {
	float: right;
	width: 85px;
	}
	
#containerMarginalB .containerTeaser .paginationBox {
	width: 56px;
	}
	
.paginationBox .pageJumper {
	padding: 0 5px;
	font-size: 26px;
	color: #a6a9a2;
	float: left;
	}
	
.containerSearch .paginationBox .pageJumper {	
	line-height:26px;
	}
	
#containerMarginalB .containerTeaser .paginationBox .pageJumper {
	font-size: 14px;
	}
	
.paginationBox .pageJumper .currentPage {
	font-weight: bold;
	}

.paginationBox .prev img,
.paginationBox .next img {
	cursor: pointer;
	padding-top: 2px;
	}
	
.paginationBox .prevOuter {
	background-image: url(../../files/static/images/gif/icon_prev_big.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 12px;
	height: 22px;
	}

.paginationBox .nextOuter {
	background-image: url(../../files/static/images/gif/icon_next_big.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 12px;
	height: 22px;
	}

#containerMarginalB .containerTeaser .paginationBox .prevOuter {
	background-image: url(../../files/static/images/gif/icon_prev.gif);
	background-position: left 2px;
	width: 9px;
	height: 15px;
	}

#containerMarginalB .containerTeaser .paginationBox .nextOuter {
	background-image: url(../../files/static/images/gif/icon_next.gif);
	background-position: right 2px;
	width: 9px;
	height: 15px;
	}



/* Headline Styles */
.containerHeadline {
	/*height: 50px;*/
	}
	
.containerHeadline h1 {
	font-size: 20px;
	text-transform: uppercase;
	padding-bottom:25px;
	}




/* Detail Content Styles */
.containerMedia {
	padding-bottom: 24px;
	}

.containerMedia .imageBox {
	background-image: url(../../files/static/images/png/htg_containerMedia.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 196px;
	}
	
.containerMedia .thumbBox {
	/*padding-top: 12px;*/
	padding-bottom: 6px;
	}
	
.containerMedia .thumbBox a {
	width: 48px;
	height: 31px;
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	}

.containerMedia .thumbBox img {
	width: 48px;
	height: 31px;
	}

.containerMedia .thumbBox a:hover img {
	opacity: 0.7;
	/*-moz-opacity: 0.7;*/
	}

.containerMedia .thumbBox a.active {
	background-image: url(../../files/static/images/gif/htg_thumbActive.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.containerMedia .thumbBox a.active img {
	opacity: 0.2;
	-moz-opacity: 0.2;
	}




.containerProjectMedia {
	padding-bottom: 24px;
	width: 526px;
	}

.containerProjectMedia .imageBox {
	background-image: url(../../files/static/images/png/htg_containerProjectMedia.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 273px;
	}
	
.containerProjectMedia .step01 { float: left; width: 90px; height: 69px; }
.containerProjectMedia .step02 { float: left; width: 152px; height: 69px; }
.containerProjectMedia .step03 { float: left; width: 162px; height: 69px; margin-left: -16px; }
.containerProjectMedia .step04 { float: left; width: 152px; height: 69px; margin-left: -16px; }
	
.containerProjectMedia .thumbBox {
	padding: 10px 13px 5px 13px;
	height: 54px;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #f8f8f9;
	border-left: 1px solid #dedfdf;
	}
	
.containerProjectMedia .thumbBoxActive {
	background-color: #fff;
	}

.containerProjectMedia .thumbBox p  {
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 116px;
	position: absolute;
	left:0;
	bottom: 5px;
	}
.containerProjectMedia .step01 .thumbBox p { width: 90px; }
.containerProjectMedia .step02 .thumbBox p { width: 136px; padding-right: 16px; }
.containerProjectMedia .step03 .thumbBox p { width: 130px; padding-left: 16px; padding-right: 16px; }
.containerProjectMedia .step04 .thumbBox p { width: 136px; padding-left: 16px; }
	
.containerProjectMedia .thumbBox a.image {
	width: 48px;
	height: 31px;
	margin: 0 5px 10px 5px;
	float: left;
	}
	
.containerProjectMedia .thumbBox a.image img {
	width: 48px;
	height: 31px;
	}

.containerProjectMedia .thumbBox a.image:hover img {
	opacity: 0.7;
	}

.containerProjectMedia .thumbBox a.active {
	background-image: url(../../files/static/images/gif/htg_thumbActive.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.containerProjectMedia .thumbBox a.active img,
.containerProjectMedia .thumbBox a.active:hover img {
	opacity: 0.2;
	}	

.containerProjectMedia .thumbBox p a:hover,
.containerProjectMedia .thumbBox p a.hover,
.containerProjectMedia .thumbBox p a.active {
	color: #DF6424;
	background-image: none;
	}
	
.containerProjectMedia .step01 .thumbBox a.image { margin-left: 8px; margin-right: 8px; }
	
.containerProjectMedia .step02 .thumbBox {
	background-image: url(../../files/static/images/gif/htg_projectThumb.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 22px;
	z-index: 15;
	position: relative;
	}
.containerProjectMedia .step02 .thumbBoxActive { background-image: url(../../files/static/images/gif/htg_projectThumbActive_02.gif); z-index:100; }
	
.containerProjectMedia .step03 .thumbBox {
	background-image: url(../../files/static/images/gif/htg_projectThumb.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 22px;
	border: 0;
	z-index: 13;
	position: relative;
	}
.containerProjectMedia .step03 .thumbBoxActive { background-image: url(../../files/static/images/gif/htg_projectThumbActive_03.gif); z-index:100; }
	
.containerProjectMedia .step04 .thumbBox {
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 24px;
	padding-right: 11px;
	border-left: 0;
	border-right: 1px solid #dedfdf;
	z-index: 11;
	position: relative;
	}
.containerProjectMedia .step04 .thumbBoxActive { background-image: url(../../files/static/images/gif/htg_projectThumbActive_04.gif); z-index:100; }
	
.containerProjectDetail .textBox {
	/*display: none;*/
	}
	.coda-slider, .coda-slider .panel { width: 525px } 
	.coda-slider .panel2 { width: 485px } 
	
	.containerProjectDetail { clear: both; overflow: auto }
		.coda-slider { float: left; overflow: hidden; position: relative }
		.coda-slider .panel, .coda-slider .panel2 { display: block; float: left; margin-right:10px; }
		.coda-slider .panel-container { position: relative }
		
#slider2 {
	margin-bottom:40px;
}

	
.containerProjectDetail .textBox p.link {
	text-align: right;
	padding: 10px 5px 0 0;
	}

.navigationProject {
	border-top: 1px solid #dedfdf;
	padding: 10px 0 0 0;
	}

.navigationProject .prev {
	float: left;
	}

.navigationProject .next {
	float: right;
	text-align: right;
	}

.printProject {
	border-top: 1px solid #dedfdf;
	padding: 10px 0 0 0;
	}

.containerDetail {
	/*padding-bottom: 24px;*/
	padding-bottom: 12px;
	}
	
.containerDetail h1 {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 10px;
	}
	
.containerDetailLast {
	padding-bottom: 0;
	}

.containerDetailLast p:last-child {
	padding-bottom: 0;
	}
	
.containerDetail .imageBoxMain {
	padding: 10px 0 34px 0;
	}
	
.containerDetail .textBox h2 {
	/*font-size: 14px;
	line-height: 20px;*/
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 6px;
	}
	
	
.containerDetailHighlight {
	border-top: 1px solid #dedfdf;
	padding-top: 9px;
	}
	
.containerDetailHighlight h1 {
	padding-left: 27px;
	background-image: url(../../files/static/images/gif/icon_highlight.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	}
	
.containerDetailHighlight .textBox {
	padding-left: 27px;
	}
	
	
.containerFond {
	background-color: #f8f8f9;
	padding: 20px 20px 4px 20px;
	}
	
.containerFond .textBox h2 {
	font-size: 14px;
	line-height: 20px;
	}
	
.containerDetail .textBox a { color: #df6424;/* color: #EB6D24; */ }
.containerDetail .textBox a:hover { text-decoration: underline; }

.containerDetail .textBox p.link a { color: #A6A9A2; }
.containerDetail .textBox p.link a:hover { color: #df6424; text-decoration: none; }
	
.containerAttribute {
	background-color: #f8f8f9;
	padding: 20px 20px 4px 20px;
	margin-bottom: 40px;
	/*display: none;*/
	}
	
.containerAttributeImages .imageBox {
	padding: 10px 0 34px 0;
	display: none;
	}

/*.containerDetail .textBox p {
	padding-bottom: 16px;
	}*/


.navigationTabs {
	
	}
	
.navigationTabs li {
	float: left;
	height: 26px;
	padding-left: 12px;
	margin-left: -10px;
	background-image: url(../../files/static/images/gif/htg_tab_arrowLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	}
	
.navigationTabs li a {
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	color: #767676;
	/*padding: 7px 23px 7px 11px;
	padding: 7px 20px 7px 10px;*/
	padding: 7px;
	background-image: url(../../files/static/images/gif/htg_tab_arrowRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	}
	
.navigationTabs li a:hover {
	color: #df6424;
	}
	
.navigationTabs li.firstChild {
	padding-left: 1px;/**/
	margin-left: 0;
	background-image: url(../../files/static/images/gif/htg_tab_firstChild.gif);
	}

.navigationTabs li.firstChild a {
	/*padding-left: 15px;*/
	padding-left: 8px;
	}

.navigationTabs li.lastChild a {
	background-image: url(../../files/static/images/gif/htg_tab_lastChild.gif);
	/*padding-right: 16px;*/
	padding-right: 4px;
	}
	
	
.navigationTabs li.active {
	background-image: url(../../files/static/images/gif/htg_tab_arrowLeft_act.gif);
	}

.navigationTabs li.active a {
	background-image: url(../../files/static/images/gif/htg_tab_arrowRight_act.gif);
	color: #fff;
	}
	
.navigationTabs li.firstChildActive {
	padding-left: 1px;
	margin-left: 0;
	background-image: url(../../files/static/images/gif/htg_tab_firstChild_act.gif);
	}
	
/*.navigationTabs li.firstChild:hover a,*/
.navigationTabs li.firstChildActive a {
	/*padding-left: 15px;*/
	padding-left: 8px;
	background-image: url(../../files/static/images/gif/htg_tab_arrowRight_act.gif);
	color: #fff;
	}
	
.navigationTabs li.lastChildActive {
	background-image: url(../../files/static/images/gif/htg_tab_arrowLeft_act.gif);
	}

.navigationTabs li.lastChildActive a {
	background-image: url(../../files/static/images/gif/htg_tab_lastChild_act.gif);
	color: #fff;
	}

#attribute_tab_42 { width: 121px; }
#attribute_tab_41 { width: 94px; }
#attribute_tab_43 { width: 116px; }
#attribute_tab_44 { width: 90px; }
#attribute_tab_45 { width: 95px; }
/*
#attribute_tab_01 { width: 111px; }
#attribute_tab_02 { width: 87px; }
#attribute_tab_03 { width: 120px; }
#attribute_tab_04 { width: 104px; }
#attribute_tab_05 { width: 94px; }
*/



/* List Content Styles */
.containerList {
	border-top: 1px solid #dedfdf;
	}
	
.containerList .teaserBox {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #dedfdf;
	}

.containerList .teaserBox .textBox h2 {
	padding-bottom: 5px;
	}
	
.containerList .teaserBox .textBox h2 a {
	text-decoration: none;
	color: #444;
	}

.containerList .teaserBox .textBox h2 a.hover,
.containerList .teaserBox .textBox h2 a:hover {
	color: #df6424;
	}

.containerList .teaserBox .textBox h2 img {
	padding: 0 0 0 8px;
	}
	
.containerList .teaserBox .textBox p a {
	color: #df6424;
	}

.containerList .teaserBox .textBox p a.hover,
.containerList .teaserBox .textBox p a:hover {
	color: #df6424;
	text-decoration: underline;
	}
	
.containerList .teaserBox .textBox p img {
	padding: 0 0 0 4px;
	}



.containerNews .teaserBox {
	padding-bottom: 16px;
	}

.containerNews .teaserBox .imageBox {
	padding-bottom: 16px;
	}

.containerNews .teaserBox .textBox h2 span {
	font-size: 15px;
	font-weight: normal;
	}

.containerNews .teaserBox .textBox a {
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 11px;
	}

.containerList .teaserBox .textBox span.hide {
	display: none;
	}

.containerList .teaserBox .textBox span.show {
	display: inline;
	}

.containerList .teaserBox .textBox span a {
	text-transform: none;
	font-weight: normal;
	color: #df6424;
	}
.containerList .teaserBox .textBox span a:hover { text-decoration: underline; }


.containerDownloads .teaserBox h2 {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 6px;
	}

.containerDownloads .teaserBox .imageBox {
	padding-bottom: 16px;
	padding-right: 20px;
	float: left;
	width: 270px;
	}
	
.containerDownloads .teaserBox .textBox {
	/*padding-top: 16px;*/
	width: 235px;
	float: right;
	}
	
.containerDownloads .teaserBox .noImageBox {
	padding-top: 0;
	width: 525px;
	float: none;
	}
	
.containerDownloads .teaserBox .noImageBox .download {
	margin-left: 290px;
	display: inline-block;
	}
	
.containerDownloads .teaserBox .textBox a {
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 11px;
	display: inline-block;
	}


	
	

.containerFAQ .teaserBox h2 {
	text-indent: 22px;
	background-image: url(../../files/static/images/gif/icon_quote_start.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	}
	
.containerFAQ .teaserBox h2 img {
	padding-left: 8px;
	position: relative;
	top: 1px;
	}

.containerFAQ .teaserBox .textBox a {
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 10px;*/
	font-size: 11px;
	}




.containerSearch {
	padding-bottom: 16px;
	}	
	
.containerSearch h1 {
	float: left;
	font-size: 16px;
	line-height: 22px;
	}
	
.containerSearch .paginationBox {
	padding-top: 0;
	margin-top: -3px;
	}

.containerSearch .teaserBox {
	padding: 10px 0 10px 0;
	}
	
.containerSearch .teaserBox .textBox h2 {
	font-weight: normal;
	}
	
.containerSearch .teaserBox .textBox h2 a {
	font-weight: bold;
	}

.containerSearch .teaserBox .textBox p {
	padding: 0 0 10px 0;
	}

.containerSearch .teaserBox .textBox span {
	background-color: #efb191;
	padding: 0 1px;
	}




.containerSitemap {
	border-right: 1px solid #cccccc;
	}

.containerSitemap ul {
	float: left;
	}
	
.containerSitemap ul li {
	padding: 0 30px;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.containerSitemap ul li a {	
	padding-right: 12px;
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	}
	
.containerSitemap ul li span {	
	color: #a6a9a2;
	}
	
.containerSitemap ul.sitemapA li {
	padding-left: 0;
	}

.containerSitemap ul.sitemapB {
	border-left: 1px solid #cccccc;
	}
	
.containerSitemap ul.sitemapB li.sub1 { padding-bottom: 14px; }
.containerSitemap ul.sitemapB li.sub2 { padding-bottom: 36px; }
.containerSitemap ul.sitemapB li.sub3 { padding-bottom: 58px; }
.containerSitemap ul.sitemapB li.sub4 { padding-bottom: 80px; }
.containerSitemap ul.sitemapB li.sub5 { padding-bottom: 102px; }
.containerSitemap ul.sitemapB li.sub6 { padding-bottom: 124px; }

.containerSitemap ul.sitemapC {
	border-left: 1px solid #cccccc;
	}
	
.containerSitemap ul.sitemapC li.lastChild {
	padding-bottom: 14px;
	}
	
.containerSitemap ul.sitemapC li.lastListItem {
	padding-bottom: 0px;
	height:14px;
	font-size: 0;
	line-height: 14px;
	}




/* Teaser Marginal Styles */
#containerMarginalB .containerTeaser {
	padding-bottom: 28px;
	}

#containerMarginalB .containerTeaserLast {
	padding-bottom: 0px;
	}

#containerMarginalB .containerTeaser h2 {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 6px;
	}

#containerMarginalB .containerTeaser h2 a {
	text-decoration: none;
	color: #444;
	}

#containerMarginalB .containerTeaser h2 a.hover,
#containerMarginalB .containerTeaser h2 a:hover {
	color: #df6424;
	}
	
#containerMarginalB .containerTeaser h2 img {
	padding: 0 0 0 8px;
	}

#containerMarginalB .containerTeaser h3 {
	padding-bottom: 20px;
	font-size: 12px;
	}
	
#containerMarginalB .containerTeaser h4 {
	padding-bottom: 10px;
	font-size: 11px;
	}
	
#containerMarginalB .containerTeaser .teaserBox {
	border-top: 1px solid #dedfdf;
	padding: 7px 0 11px 0;
	}
	
#containerMarginalB .containerTeaser .teaserBoxLast {
	padding: 7px 0 0 0;
	}

#containerMarginalB .containerTeaser .teaserBox .textBox p {
	padding: 0;
	}
	
#containerMarginalB .containerTeaser .teaserBox .textBox p a {
	/*color: #444444!important;*/
	color: #df6424!important;
	}

#containerMarginalB .containerTeaser .teaserBox .textBox p a.hover,
#containerMarginalB .containerTeaser .teaserBox .textBox p a:hover {
	color: #df6424!important;
	text-decoration: underline;
	}

#containerMarginalB .containerTeaser .teaserBox .textBox p img {
	padding: 0 0 0 4px;
	}
	
#containerMarginalB .containerTeaser .teaserBox .textBox h3 {
	padding: 0;
	font-size: 11px;
	}
	
#containerMarginalB .containerTeaser .teaserBox .textBox h3 a {
	text-decoration: none;
	color: #444;	}
	
#containerMarginalB .containerTeaser .teaserBox .textBox h3 a.hover,
#containerMarginalB .containerTeaser .teaserBox .textBox h3 a:hover {
	color: #df6424;
	}
	
#containerMarginalB .containerTeaser .teaserBox .textBox h3 img {
	padding: 0 0 0 4px;
	}
	
	
	
#containerMarginalB .containerTeaserA .teaserBox .textBox h3 a {
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 14px;
	}

#containerMarginalB .containerTeaserA .teaserBox .textBoxOpen h3 a {
	background-image: url(../../files/static/images/gif/icon_link_less.gif);
	background-position: left 3px;
	}

#containerMarginalB .containerTeaserA .teaserBox .textBox p {
	display: none;
	}
	
#containerMarginalB .containerTeaserA .teaserBox .textBoxOpen p {
	display: block;
	}

	
	
	

#containerMarginalB .containerTeaser .filterBox fieldset {
	margin-bottom: 30px;
	}

#containerMarginalB .containerTeaser .filterBox select {
	border: 1px solid #dedfdf;
	width: 152px;
	height: 21px;
	padding: 1px;
	margin-bottom: 10px;
	color: #444444;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../files/static/images/gif/htg_inputMidi.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#containerMarginalB .containerTeaser .filterBox select option {
	padding: 1px 0 1px 3px;
	}

#containerMarginalB .containerTeaser .filterBox input.submit {
	background-image: url(../../files/static/images/gif/htg_filterSubmit.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 152px;
	height: 23px;
	color: #444444;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	outline: none;
	margin-bottom: 15px;
	}

#containerMarginalB .containerTeaser .filterBox input.submit:hover {
	color: #df6424;
	}






#containerMarginalB .containerTeaser .teaserList {
	border-top: 1px solid #dedfdf;
	padding-bottom: 10px;
	min-height: 235px;
	}
	
#containerMarginalB .containerTeaser .teaserList .itemBox {
	border-bottom: 1px solid #dedfdf;
	padding: 10px 0;
	display: none;
	}
	
/*#containerMarginalB .containerTeaser .teaserList .itemBox:hover {
	cursor: pointer;
	}*/

#containerMarginalB .containerTeaser .teaserList .itemBox .imageBox {
	float: left;
	width: 34px;
	height: 24px;
	padding-right: 5px;
	}
	
#containerMarginalB .containerTeaser .teaserList .itemBox .imageBox a {
	width: 34px;
	height: 24px;
	display: block;
	}

#containerMarginalB .containerTeaser .teaserList .itemBox:hover .imageBox a img {
	opacity: 0.7;
	/*-moz-opacity: 0.7;*/
	}

#containerMarginalB .containerTeaser .teaserList .itemBoxActive .imageBox a {
	background-image: url(../../files/static/images/gif/htg_thumbActive_small.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

#containerMarginalB .containerTeaser .teaserList .itemBoxActive:hover .imageBox a img,
#containerMarginalB .containerTeaser .teaserList .itemBoxActive .imageBox a img {
	opacity: 0.2;
	/*-moz-opacity: 0.2;*/
	}

#containerMarginalB .containerTeaser .teaserList .itemBox .textBox {
	float: right;
	width: 110px;
	/*padding-top: 3px;*/
	line-height: 13px;
	height:26px;
	overflow:hidden;
	}
	
#containerMarginalB .containerTeaser .teaserList .itemBox .textBox p {
	padding: 0;
	}

#containerMarginalB .containerTeaser .teaserList .itemBox .textBox a {
	text-transform: uppercase;
	/*font-size: 10px;*/
	font-size: 11px;
	font-weight: bold;
	}

#containerMarginalB .containerTeaser .teaserList .itemBoxActive .textBox a {
	color: #df6424;
	}
	
#containerMarginalB .containerTeaser .teaserList .itemBox:hover .textBox a {
	color: #df6424;
	}
	
	
#containerMarginalB .containerTeaser .teaserListA {
	margin-top: 10px;
	min-height: 10px;
	padding-bottom: 0;
	}
	
#containerMarginalB .containerTeaser .teaserListA .itemBox {
	display: block;
	}

#containerMarginalB .containerTeaser .teaserListA .downloadBox .textBox {
	height: auto;
	width: auto;
	float: none;
	}

#containerMarginalB .containerTeaser .teaserListA .downloadBox .textBox a {
	display: block;
	}


/*#containerMarginalB .containerTeaser .paginationBox {
	padding-bottom: 30px;
	}*/



/* Slideshow Styles */
/*.containerSlideshow .slideshowBox h1 {
	display:none;
	}*/
.containerSlideshow .slideshowBox {
	height: 306px;
	}

.containerSlideshow .slideshowBox li {
	position: relative;
	height: 306px!important;
	width: 525px!important;
	}
	
.containerSlideshow .slideshowBox h2 {
	display: none;
	}
	
.containerSlideshow .slideshowBox h1,
.containerSlideshow .slideshowBox p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	}
	
.containerSlideshow .slideshowBox h1 a,
.containerSlideshow .slideshowBox p a {
	color: #fff;
	}

.containerSlideshow .slideshowBox span.bottom {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 445px;
	padding: 15px 40px;
	background-image: url(../../files/static/images/gif/htg_containerSlideshow.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	}
.containerSlideshow .slideshowBox span.bottom h1 {
	padding-bottom: 3px;
	}
	
.containerSlideshow .slideshowBox span.full {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 445px;
	height: 226px;
	padding: 40px;
	background-image: url(../../files/static/images/gif/htg_containerSlideshow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
.containerSlideshow .slideshowBox span.full h1 {
	padding-bottom: 15px;
	}

.containerSlideshow .navigationSlider {
	margin-top: 12px;
	}

.containerSlideshow .navigationSlider li {
	border-left: 1px solid #dedfdf;
	float: left;
	text-align: center;
	width: 174px;
	font-size: 14px;
	font-weight: bold;
	}
.containerSlideshow .navigationSlider li.firstChild {
	border: 0;
	}

.containerSlideshow .navigationSlider li a {
	color: #444;
	background-image: url(../../files/static/images/gif/icon_navSlider.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	}
	
.containerSlideshow .navigationSlider li a:hover {
	background-image: url(../../files/static/images/gif/icon_navSlider_act.gif);
	}

.containerSlideshow .navigationSlider li a.active {
	color: #df6424;
	background-image: url(../../files/static/images/gif/icon_navSlider_act.gif);
	}







/* Form Styles */
.containerForm {
	padding-bottom: 0;
	}
	
.containerForm fieldset.containerFond {
	/*padding-right: 105px;*/
	padding-bottom: 20px;
	}
	
.containerForm h2 {
	font-size: 14px;
	padding-bottom: 15px;
	}

.containerForm p {
	font-size: 11px;
	line-height: 16px;
	}

.containerForm .info {
	padding-top: 5px;
	font-size: 11px;
	}

.containerForm .info a {
	color: #df6424;
	}
.containerForm .info a:hover { text-decoration: underline; }

.containerForm .star {
	color: #df6424;
	font-weight: bold;
	}

.containerForm .mandatoryBox p {
	text-align: right;
	padding-right: 95px;
	color: #939393;
	font-size: 11px;
	}

.containerForm .formItem {
	padding-bottom: 14px;
	padding-right: 10px;
	}

.containerForm .formItemMidi {
	width: 190px;
	float: left;
	}

.containerForm .formItem .formLabel {
	padding-bottom: 3px;
	padding-left: 2px;
	}

.containerForm .formItem .formLabel label {
	font-size: 11px;
	font-weight: bold;
	}
	
.containerForm .formItemError .formLabel label {
	color: #df6424;
	}

.containerForm .formItem .formField input {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	padding: 3px 4px;
	width: 380px;
	background-image: url(../../files/static/images/gif/htg_input.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

.containerForm .formItemError .formField input {
	border: 1px solid #df6424;
	}

.containerForm .formItem .formField input.inputMidi {
	width: 180px;
	background-image: url(../../files/static/images/gif/htg_inputMidi.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}

.containerForm .formItem .formField textarea {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	padding: 3px 4px;
	width: 380px;
	height: 146px;
	background-image: url(../../files/static/images/gif/htg_textarea.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.containerForm .formItemError .formField textarea {
	border: 1px solid #df6424;
	}
	
.containerForm .formItem .formField select {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	width: 388px;
	background-image: url(../../files/static/images/gif/htg_input.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
.containerForm .formItemError .formField select {
	border: 1px solid #df6424;
	}
	
.containerForm .formItem .formField select option {
	padding: 1px;
	}
	
.containerForm .formItem .formField select.selectMidi {
	width: 190px;
	height: 21px;
	padding: 1px;
	background-image: url(../../files/static/images/gif/htg_inputMidi.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	

.containerForm .formItemCheckbox .formField {
	float: left;
	}

.containerForm .formItemCheckbox .formField input {
	width: auto;
	border: 0;
	background-color: transparent;
	background-image: none;
	}
	
.containerForm .formItemCheckbox .formLabel {
	float: right;
	width: 450px;
	padding-top: 2px;
	}
	

.containerForm .formItemRadio {
	padding-top: 22px;
	}	
	
.containerForm .formItemRadio .formField {
	float: left;
	padding-right: 5px;
	}
	
.containerForm .formItemRadio .formField input {
	width: auto;
	border: 0;
	background-color: transparent;
	background-image: none;
	}

.containerForm .formItemRadio .formLabel {
	float: left;
	padding-right: 10px;
	padding-top: 1px;
	}
	
	

.containerForm .formItemSubmit {
	float: right;
	margin-top: 20px;
	padding: 0;
	}
	
.containerForm .formItemSubmit .formField a {
	background-image: url(../../files/static/images/gif/htg_formSubmit.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 116px;
	padding-top: 5px;
	height: 18px;
	color: #464646;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: block;
	float: right;
	}
.containerForm .formItemSubmit .formField a span {
	background-image: url(../../files/static/images/gif/icon_link.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 10px;
	}
.containerForm .formItemSubmit .formField a:hover {
	color: #df6424;
	}

.containerForm .formItemSubmit .formField input {
	background-image: url(../../files/static/images/gif/htg_formSubmit.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 116px;
	height: 23px;
	color: #464646;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	outline: none;
	border:0;
	}

.containerForm .formItemSubmit input:hover {
	color: #df6424;
	}
	
	
	


.filterBox .selectBox {
	margin-bottom: 10px;
	font-size: 11px;
	position: relative;
	}

.filterBox .selectBox .selectedBox {
	background-image: url(../../files/static/images/gif/htg_inputMidi.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	height: 23px;
	}


#projectAdmediumSelect { z-index: 505; }
#projectAdtypeSelect { z-index: 404; }
#projectBranchSelect { z-index: 303; }
#projectTargetSelect { z-index: 202; }

.containerProductSearch fieldset.select .selectBox .selectedBoxActive {
	background-image: url(../../files/static/images/png/htg_selectBoxAct_productForm.png);
	background-color: #002647;
	}
	
.filterBox .selectBox .selectedBox span {
	display: block;
	padding: 3px 5px;
	background-image: url(../../files/static/images/gif/icon_filter.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 140px;
	border: 1px solid #dedfdf;
	}


.filterBox .selectBox .optionBox {
	left: 0;
	top: 21px;
	position: absolute;
	padding: 2px 0 2px 0;
	width: 150px;
	max-height: 180px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #ffffff;
	z-index: 1001;
	display: none;
	border: 1px solid #dedfdf;
	border-top: 0;
	}

.filterBox .selectBoxActive .optionBox {
	display: block;
	}

.filterBoxt .selectBox .optionBox .optionSeperator {
	padding: 0 0 0 5px;
	line-height: 14px;
	}

.filterBox .selectBox .optionBox span {
	padding: 1px 5px;
	line-height: 14px;
	display: block;
	cursor: pointer;
	}

.filterBox .selectBox .optionBox span:hover {
	color: #fff;
	background-color: #444444;
	}