/* 
	THIS FILE OVERWRITES SOME DEFAULT STYLES FROM THE erdgas.css FILE FOR THE THERMATECH SITE 
	
	SPECIAL CLASS FOR THE SELECTORS IN THE WRAPPER TAG: <div id="wrapper1" class="thermatech">
	
*/


/*
	FARB-DEFINITIONEN:
	
	Orange: 						#ee7b0c
	Dunkelgrau:						#58585a
	Hellgrau 1 (Rahmenfarbe): 		#dedede
	Hellgrau 2 (HintergrundflŠche):	#eeeeee
	

*/

.thermatech #logo
{
	margin-bottom: 5px;
}

.thermatech #cnt_sub{
	min-height:570px;
}

.thermatech #flashheader
{
	height: 135px;
}

.thermatech a,
.thermatech #main_sub h1,
.thermatech #main_sub_split h1,
.thermatech #nav_right a,
.thermatech .tx-jppageteaser-pi1 .teaser-link a
{
	color: #ee7b0c;
}

.thermatech #nav_left .nav_left_bg_act
{
	background-color: #ee7b0c;
}


#nav_left a, 
#nav_right h2 
{
	color: #58585a;
}

.thermatech #nav_right a 
{
	border-color: #dedede;
}


/* replace the color #f4fbe8 by #eeeeee */ 
.thermatech #overallcontainer,
.thermatech .tx-jppageteaser-pi1,
.thermatech .tx-jppageteaser-pi1 .teaserCornerTopL,
.thermatech .tx-jppageteaser-pi1 .teaserCornerTopR,
.thermatech .tx-jppageteaser-pi1 .teaserCornerBotR,
.thermatech .tx-jppageteaser-pi1 .teaserCornerBotL,
.thermatech .mod-nav_right-teaser .teaserCornerTopL,
.thermatech .mod-nav_right-teaser .teaserCornerTopR,
.thermatech .mod-nav_right-teaser .teaserCornerBotR,
.thermatech .mod-nav_right-teaser .teaserCornerBotL
{
	background-color: #eeeeee;
}

.thermatech #efaq_textsearch .efaq-form
{
	border-color: #eeeeee;
}


/* replace the color #dbf0c5 by #eeeeee */ 
.thermatech .tx-indexedsearch-res .tx-indexedsearch-titlebar 
{
	background-color: #eeeeee;	
}


/* replace the color #e7f1d5 by #eeeeee */ 
.thermatech .tx-jppageteaser-pi1 h3
{
	border-bottom-color: #eeeeee;
}


/* replace the color #006ba2 by #ee7b0c */
#nav_left a.cur
{
	color: #ee7b0c;
}
#nav_left .nav_left_bg_act a {
	color:#FFFFFF;
}


/* replace the color #0089cf by #ee7b0c */
.thermatech .tx-jppageteaser-pi1 h3,
.thermatech .mod-nav_right-teaser h3
{
	color: #ee7b0c;
}


/* replace the icon navleft-3rd-li.png by navleft-3rd-li-orange.png */
.thermatech #nav_left .nav_left_li_indent div.nav_left_bg_sub_act a.nav_left_3rd_act 
{ 
	background-image: url(../img/navleft-3rd-li-orange.png); 
}

/* replace the icon ico_link2.gif by ico_link2-orange.gif */
.thermatech #nav_right a,
.thermatech .tx-jppageteaser-pi1 .teaser-link a
{ 
	background-image: url(/fileadmin/templates/main/img/ico_link2-orange.gif);
}


/* replace the icon erdgaszuerich-list-bullet.gif by erdgaszuerich-list-bullet-orange.gif */
.thermatech .csc-bulletlist li,
.thermatech .float-left ul li 
{
	background-image: url(/fileadmin/templates/main/img/erdgaszuerich-list-bullet-orange.gif);
}


/* Gütesiegel rechts unten auf der Webseite */
#erdwaerme_guetesiegel
{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 180px;
	
	border: 1px solid transparent;
	
	background-color: transparent;
}

#erdwaerme_guetesiegel p{
	margin-bottom: 5px;
}

#erdwaerme_guetesiegel p a
{
	display: block;
	color:#58585A;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

#erdwaerme_guetesiegel img
{
	margin-bottom: 5px;
}

