/* copyright 2006 by mmc */
 
/***** general page styles *****/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.3em;
	color: #444;
	background: #FFF;
	margin: 0;
	padding: 0;
	}

h1 {margin: 0 0 5px 0; padding: 0;line-height: 1em;}
h2, h3 { margin: 5px 0; padding: 0;line-height: 1em;}
h1 { font-size: 1.2em;}
h2, h3 { font-size: 1em;}
h3 { color: #4399D3;}

h4 { font-size: 1.5em; line-height: 1em;}

a		{ color: #0066CC; text-decoration: none;}
a:hover { color: #0099FF;}

p { margin: 3px 0; padding: 0; }

img { border: none; }

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
	border: 1px solid #CCC;
	margin: 2px 0 -2px 2px;
	}

.ir {  
	/* image replacement - hides text from browsers with css on */
	text-indent: -100em; overflow: hidden;

	height: 35px;
	clear: both; 
	}

.mir25 {
	font-size: 2.5em; margin: 0.2em 0; font-weight: bold; clear: both;  
	}
h1.ir, h2.ir  { /* TAL */
	background: url(../imgs/point.gif) left bottom no-repeat;
	}

.ircont {
	text-indent: -100em; overflow: hidden;
	background: url(../imgs/point.gif) left bottom no-repeat;

	margin: 0 0 10px 5px;
	padding: 0;
	height: 35px;
	display: block;
	clear: both; 
	}


.pdf { background:  url(../imgs/pdf_icon.gif) 0 no-repeat;}
.html { background:  url(../imgs/html_icon.gif) 0 no-repeat;}

.pdf, .html {
	margin: 0;
	padding: 4px 10px 4px 25px;
	}


/***** page structure *****/
#page {
	position: relative;
	width: 890px;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
	background: #FFF; 
	}

#page-content {
	float: left;
	position: relative;
	width: 785px;
	margin: 0;
	padding: 0;
	z-index: 30;
	}

#nav-top {
	float: left;
	position: relative;
	background: #767b7d;
/* border: 1px solid yellow; background: red; */
	width: 785px; 
	margin: 0 0 5px 0;
	}

#border-nav {
	position: absolute;
	top: -264px;
	left: 0;
	width: 785px;
	height: 260px;
	background: #767b7d;
	border-bottom: 4px solid #FFF;
	z-index: 40;
	opacity:0.9;
	
}

#logo {
	position: absolute;
	top: 0;
	left: 20px;
	width: 68px;
	height: 70px;
	background: url(../../img/logo.gif) top no-repeat;
	margin: 0;
	padding: 0;
	z-index: 60;
	}

#nav-container {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 10;
	}

#nav-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 785px;
	margin: 0;
	padding: 0;
	z-index: 40;
	}

#page-nav {
	float: right;
	width: 785px;
	margin: 0;
	padding: 0;
	z-index: 10;

	}

#page-nav ul {
	float: right;
	list-style: none;
	margin: 5px 0;
	padding: 0;
	}
	

#page-nav li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	}

#page-nav a {
	float: left;
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	height: 16px;
	margin: 0 15px 0 0px;
	padding: 0;
	}

#page-nav a { background: url(imgs/div/basis.png) top left no-repeat;}
#page-nav a:hover { opacity:0.6; }

#page-nav #haeuser		{ width: 158px; margin-right: -8px; background-position:    0px 0; }
#page-nav #objektbau	{ width:  83px; margin-right: 16px; background-position: -158px 0; }
#page-nav #tischlerei	{ width:  81px; margin-right:  7px; background-position: -241px 0; }
#page-nav #unternehmen	{ width: 102px; margin-right:  5px; background-position: -322px 0; }
#page-nav #service		{ width:  61px; margin-right: 26px; background-position: -424px 0; }
#page-nav #aktuell		{ width:  63px; margin-right: 35px; background-position: -485px 0; }

/* hack für ie */ *html #page-nav #aktuell		{ width: 60px; } /*hack ende*/


#page-sub {
	float: right;
	display: none;
	padding: 0;
	z-index: 10;
	}

#page-sub ul {
	float: left;
	list-style: none;
	background: url(../imgs/point.gif) left repeat-y;
	margin: 0 0 0 12px;
	padding: 0 0 0 6px;
	}

#haeuser-sub		{ width:  145px;}
#objektbau-sub		{ width:   90px;}
#tischlerei-sub		{ width:   78px;}
#unternehmen-sub	{ width:   97px;}
#service-sub		{ width:   80px;}
#aktuell-sub		{ width:   98px;}


/* Abstand vergrößern, da Rubrik Tischlerei fehlt */
	#nav-block.de #page-nav li,
	#nav-block.ch #page-nav li,
	#nav-block.it #page-nav li { margin-right: 23px;} 
	#nav-block.de #page-sub ul,
	#nav-block.ch #page-sub ul,
	#nav-block.it #page-sub ul { margin-right: 13px;}

#fix {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}

#page-sub li {
	margin: 5px 0;
	}

#page-sub a {
	color: #FFF;
	}

#page-sub ul a:hover {
	color: #99CCFF;
	}

#nav-top img {
	float: left;
	margin: 10px 20px;
	padding: 0;
	}

#nav-lines {
	float: right;
	width: 785px;
	list-style: none;
	padding: 0;

	margin: 80px 0 0 0;
	}

#nav-lines li {
	float:left;
	margin: 0;
	padding: 0;
	}

#nav-lines a {
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	float: left;
	
	height: 44px;
	background: url(imgs/nav-top/basis.png) top left no-repeat;
	border-right: 1px solid white;
	}

ul#nav-lines a#harmony		{ background-position:   -5px 0 ; width: 150px; }
ul#nav-lines a#individual	{ background-position: -155px 0 ; width: 150px; }
ul#nav-lines a#trend 		{ background-position: -355px 0 ; width: 100px; }
ul#nav-lines a#kunden 		{ background-position: -455px 0 ; width: 150px; }
ul#nav-lines a#projekte		{ background-position: -635px 0 ; width: 120px; }
ul#nav-lines a#export 		{ background-position: -755px 0 ; width: 157px; }


ul#nav-lines a#harmony:hover	{ background-position:   -5px -44px;}
ul#nav-lines a#individual:hover	{ background-position: -155px -44px;}
ul#nav-lines a#trend:hover		{ background-position: -355px -44px;}
ul#nav-lines a#kunden:hover 	{ background-position: -455px -44px;}
ul#nav-lines a#projekte:hover	{ background-position: -635px -44px;}
ul#nav-lines a#export:hover 	{ background-position: -755px -44px;}

.navlinesnew2010 { position: absolute; display: block; width: 45px; height: 45px; background: transparent url(imgs/neu2010.png) no-repeat 0 0; bottom: 0px; }

.neu2011 { position: absolute; display: block; width: 45px; height: 45px; background: transparent url(imgs/neu2011.png) no-repeat 0 0; }
.gallery-pic .neu2011 { top: 17px; left: 12px; }

.navlinesneuhaus { position: absolute; display: block; width: 44px; height: 44px; background: transparent url(imgs/neuehaeuser.png) no-repeat 0 0; bottom: 0px; }

#flash {
	position: relative; 
/*	top: 124px; 
	left: 0;
	height: 280px;
	background: #ecf5fb;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 30;
	*/}

.symbolfoto {
	background: transparent url(imgs/symb-pict.png) no-repeat;
	position: absolute;
	top: 0px; 
	left: 10px;
	width: 70px;
	height: 20px;
	z-index: 102;
	text-indent: -5em; 
	overflow: hidden; 
	}

#header {
	float: left;
/*	width: 100%;
	height: 355px;*/
	background: #ecf5fb /*url(../../img/h875x355/future135.jpg) */;
/*	margin: 5px 0 0 0;*/
	padding: 0;
	position:relative;
	}

#content {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	/*padding: 20px 0;*/
	position:relative;
	
	}

#footer {
	float: left;
	width: 770px;
	background: #ecf5fb;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 15px;
	}

#footer a {
	color: #8eb4cd;
	}

#footer a:hover {
	color: #999;
	}

#footer ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#footer li {
	float:left;
	margin: 0;
	padding: 0;
	}

#footer ul a {
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	float: left;
	height: 16px;
	padding: 0px 0px 2px 0px; 
	}

#footer ul a { background: url(imgs/div/basis.png) no-repeat; border-right: 1px solid #8eb4cd; }

#footer a:hover { opacity:0.6; }

#footer ul a#my_hartlhaus	{ width: 90px; background-position:	-600px 0 ;}
#footer ul a#suche			{ width: 42px; background-position: -688px 0 ;}
#footer ul a#kontakt		{ width: 52px; background-position: -730px 0 ;}
#footer ul a#impressum		{ width: 67px; background-position: -833px 0 ;} 
#footer ul a#sitemap		{ width: 52px; background-position: -782px 0 ; border-right: none}

#footer #mmc-link {
	float: right;
	display: inline;
	font-size: 0.8em;
	background:  url(imgs/div/basis.png) -907px 0px no-repeat;
	margin: 0;
	padding: 3px 10px 3px 40px;
	}

#config-nav {
	float: left;
	width: 90px;
	}

#config-nav ul {
	/*float: left;*/
	list-style: none;
	padding: 0;
	}

#config-nav li {
	float: left;
	margin: 0;
	padding: 0;
	}

.flags {
	margin: 0;
	}

#config-nav .flags a {
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	float: left;
	height: 15px;
	width: 22px;
	border: 1px solid #AAA;
	margin: 4px 0px 4px 8px;
	padding: 0;
	background: url(../imgs/flags.gif) no-repeat;
	}
.flags a#at { background-position: 0  -15px}
.flags a#de { background-position: 0  -45px}
.flags a#it { background-position: 0  -75px}
.flags a#ch { background-position: 0 -105px}
.flags a#hu { background-position: 0 -135px}
.flags a#cz { background-position: 0 -165px}
.flags a#eu { background-position: 0 -195px}
.flags a#gr { background-position: 0 -225px}

.flags #at:hover,  .flags #at.active { background-position: 0    0px}
.flags #de:hover,  .flags #de.active { background-position: 0  -30px}
.flags #it:hover,  .flags #it.active { background-position: 0  -60px}
.flags #ch:hover,  .flags #ch.active { background-position: 0  -90px}
.flags #hu:hover,  .flags #hu.active { background-position: 0 -120px}
.flags #cz:hover,  .flags #cz.active { background-position: 0 -150px}
.flags #eu:hover,  .flags #eu.active { background-position: 0 -180px}
.flags #gr:hover,  .flags #gr.active { background-position: 0 -210px}

#config-nav ul#lang-ul { margin: 20px 20px 0 10px; /* clear: both; */text-align: right; }
#config-nav ul#lang-ul li { float: none; font-weight: bold; }
#config-nav ul#lang-ul a { color: #CCC; }
#config-nav ul#lang-ul a:hover { color: #333; }
#config-nav ul#lang-ul a.active { color: #0066CC }

#config {
	margin: 200px 0 0 4px;
	}

#config a {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	text-align: center;
	color: #AAA;
	width: 70px;
	border: 1px solid #AAA;
	margin: 4px 0;
	padding: 3px 0;
	}

#config a:hover {
	color: #FFF;
	background: #AAA;
	}
	
#imagefilm-2010, #iqbox, #bannertdot {
	width: 72px;
	height: 72px;
	margin: 4px; 
	text-indent: -200em;
	clear: both; 
	background-repeat: no-repeat;
	}

#imagefilm-2010 a, #iqbox a, #bannertdot a { 
	display: block; 
	height: 72px;
	}

#imagefilm-2010 a:hover , #iqbox a:hover, #bannertdot a:hover { 
	background-color: white; 
	opacity:0.5;
	}

#iqbox { background-image: url(../../img/logos/hartl/bauen_mit_iq_72.gif); }
#imagefilm-2010 { background-image: url(imgs/imgfilmbanner2011.gif); margin-top: 2em; background-position: 1px; border: 1px solid silver; padding: 1px; height: 59px;}
#bannertdot { background-image: url(imgs/tagderoffenentuer.gif); margin-top: 2em; background-position: 1px; border: 1px solid silver; padding: 1px; height: 59px;}


/***** styles of standard page *****/
#intro {
	float: left;
	width: 785px;

	height: 73px;
	background: #ecf5fb;
	margin: 0;
	padding: 0;
	}

.banner { position: relative; background-color: #ed1D24; color: #FFF; }

/*

	top: 164px; 
	left: 20px;
	
	z-index: 39;
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-align: center;
*/			
			}

/*

.banner.full {
	position: absolute;
	top: 164px; 
	left: 20px;
	
	z-index: 39;
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	text-align: center;
			}
*/
.banner a#close {
	position: absolute;
	right: 0px;
	width: 14px;
	height: 14px;
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	background: url(../imgs/close14.gif);
	}

.banner a#close:hover { 
	opacity:1;
	}

#guetezeichenleiste ul { padding: 0; margin: 0 auto;}
#guetezeichenleiste li {
	list-style: none;
	margin: 0 12px; 
	float: left; 
	}
	
#guetezeichenleiste a { 
	display: block;
	background: url(../imgs/guetezeichenleiste.png) 0px 0px;
	height: 51px;
	position: relative; 
	float: left;
	
	}
#guetezeichenleiste a:hover { background-color: #f0f0f0; }
	
a#gz_minergie 		{ background-position:  -18px -51px; width: 137px; }
a#gz_staat  		{ background-position: -167px -51px; width:  48px; }
a#gz_austria		{ background-position: -230px -51px; width:  54px; }
a#gz_quaustria		{ background-position: -302px -51px; width: 108px; }
a#gz_iqnet			{ background-position: -427px -51px; width:  52px; }
a#gz_ral			{ background-position: -497px -51px; width:  47px; }
a#gz_oefv			{ background-position: -561px -51px; width:  62px; }
a#gz_iq				{ background-position: -638px -51px; width:  54px; }

a#gz_minergie:hover { background-position:  -18px 0px}
a#gz_staat:hover	{ background-position: -167px 0px}
a#gz_austria:hover	{ background-position: -230px 0px}
a#gz_quaustria:hover{ background-position: -302px 0px}
a#gz_iqnet:hover	{ background-position: -427px 0px}
a#gz_ral:hover		{ background-position: -497px 0px}
a#gz_oefv:hover		{ background-position: -561px 0px}
a#gz_iq:hover		{ background-position: -638px 0px}

#home-tdot {background: url(imgs/20110924_tdot.gif) 0px 0px no-repeat; 
		position: absolute; 
		width: 165px; 
		height: 85px;
		z-index: 15; 
		right: 70px; 
		top: 55px; 

		-moz-transform: rotate(-5deg);
		-webkit-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.0, M12=0.1, M21=-0.1, M22=1.0);

		-moz-box-shadow:	3px 3px 7px rgba(0,0,0,0.7);
		-webkit-box-shadow:	3px 3px 7px rgba(0,0,0,0.7);
		box-shadow:			3px 3px 7px rgba(0,0,0,0.7);
		
	}
a:hover #kuzu161  {
	opacity:0.5;
	}

#kuzu161 {background: url(imgs/kuzu_161s.png) 0px 0px no-repeat; 
		position: absolute; 
		width: 168px; 
		height: 109px;
		z-index: 15; 
		right: 30px; 
		top: 20px; 
	}

#kuzi-right {
	position: absolute; 
	left: 765px; 
	top: 140px; 
	z-index: 100; 
	width: 105px;
	height: 68px;
	background-image: url(imgs/config-kuzi_S.png);
	
	}
	
#kuzi-right a {
	width: 100%;
	height: 100%; 
	background-image: url(imgs/config-kuzi_B24.png);
	display: block; 
	}
	
#kuzi-right a:hover { 
	opacity:0.5;
	}

ul#nav-lines a#ssb {
	width: 71px;
	height: 77px;
	bottom: 5px; 
	margin-left: 5px; 
	position: absolute;
	background: transparent url(../../img/illustration/ssb/schloss_bg.png) 0px 0px no-repeat;
	border-right: none; 
	text-indent: 0px; 
	}
	
a#ssb span {
	background: transparent url(../../img/illustration/ssb/schloss_fg.png) 0px 0px no-repeat;
	width: 71px;
	height: 77px;
	position: relative;
	display: block;
	}

a#ssb:hover {
	opacity:0.7;
	}


#ssb0 { margin: 0; padding: 0; background: #ee1c25 url(../../img/illustration/ssb/ssb_0.jpg) bottom left no-repeat; width: 785px; height: 410px; }

#ssb1 {	position: absolute; left: 0px; bottom: 0px; width: 785px; height: 410px; background: transparent url(../../img/illustration/ssb/ssb_1.png) bottom left no-repeat; }
#ssb2 { position: absolute; left: 0px; bottom: 0px; width: 785px; height: 410px; background: transparent url(../../img/illustration/ssb/ssb_2.png) bottom left no-repeat; }


h1#ssb3 {color: #ffffff; font-size: 30px; font-family: Arial Black, Arial, Helvetica, sans-serif; margin: 9px 0 0 0; float: left; text-align: center; width: 100%; }

#header #iq { position:absolute; background: transparent url(../../img/iq_h285.png) 0 0 no-repeat; height: 285px; width: 373px; top: 15px; right: 15px; }
span#iqspan {
			position: absolute; 
			display: block; 
			left: 10px; 
			top: 120px; 
			font-size: 38px; 
			font-variant: small-caps; 
			font-weight: bold; 
			width: 370px; 
			color: red;
			line-height: 100%;
			text-align: center;
			}
			
#sujet2011garten .head { 
	}
	

#aktionen90 { width: 90px; height: 94px; position: absolute; bottom: 0px; }
#aktionen90 a { width: 90px; height: 45px; position: relative; float: left; margin: 0px 0 2px 2px; opacity: 0.75;  }
#aktionen90 a:hover { opacity: 1;  }

#aktionen90 #ssb90 { background-image: url(../../img/illustration/ssb/ssb_85.jpg); background-repeat: no-repeat; }
#aktionen90 #iqgarten90 { background-image: url(../../img/illustration/iqgarten/gartenpaket_tafel_85.jpg); background-repeat: no-repeat; }



/* 
#page { -moz-transform: rotate(70deg) skewx(10deg) translatex(420px); }
*/
