/* 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; 
	}

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;

	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;
	filter:Alpha(opacity=90);
	-moz-opacity:0.9;
	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: 15px;
	margin: 0 0 0 5px;
	padding: 0;
	}

#page-nav a { background: url(imgs/div/basis.png) top left no-repeat;}
#page-nav a:hover { filter:Alpha(opacity=60); opacity:0.6; }

#page-nav #haeuser		{ width: 188px; background-position:    0px 0; margin-right: -5px; }
#page-nav #objektbau	{ width: 145px; background-position: -188px 0; margin-right: -5px; }
#page-nav #tischlerei	{ width: 100px; background-position: -332px 0; }
#page-nav #unternehmen	{ width:  60px; background-position: -432px 0; margin-right: 32px;}
#page-nav #service		{ width:  56px; background-position: -492px 0; margin-right: 58px; }
#page-nav #aktuell		{ width:  47px; background-position: -548px 0; margin-right: 80px; }

/* 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 10px 0 2px;
	padding: 0 0 0 6px;
	}

#haeuser-sub		{ width: 183px;}
#objektbau-sub		{ width: 153px;}
#tischlerei-sub		{ width:  94px;}
#unternehmen-sub	{ width:  89px;}
#service-sub		{ width: 111px;}
#aktuell-sub		{ width: 115px;}
	











#fix {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}

#page-sub li {
	margin: 1px 0;
	padding: 4px 0;
	background: url(../imgs/whitepoint25.png) bottom left repeat-x;
	}

#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 0px;
	}

#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;
/*	width: 157px;*/
	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:  -25px 0 ; width: 180px; }
ul#nav-lines a#individual	{ background-position: -200px 0 ; width: 155px; }
ul#nav-lines a#trend 		{ background-position: -385px 0 ; width: 120px; }
ul#nav-lines a#kunden 		{ background-position: -505px 0 ; width: 150px; }




ul#nav-lines a#harmony:hover	{ background-position:  -25px -44px;}
ul#nav-lines a#individual:hover	{ background-position: -200px -44px;}
ul#nav-lines a#trend:hover		{ background-position: -385px -44px;}
ul#nav-lines a#kunden:hover 	{ background-position: -505px -44px;}








#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;
	
/*	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;
	}

#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) top left no-repeat; border-right: 1px solid #8eb4cd; }
#footer a:hover { filter:Alpha(opacity=60); opacity:0.6; }

#footer ul a#my_hartlhaus	{ width: 90px; background-position:	-600px 0 ;}
#footer ul a#suche			{ width: 50px; background-position: -688px 0 ;}
#footer ul a#kontakt		{ width: 52px; background-position: -739px 0 ;}
#footer ul a#sitemap		{ width: 51px; background-position: -791px 0 ; border-right: none}
#footer ul a#impressum		{ width: 50px; background-position: -842px 0 ;} 

#footer #mmc-link {
	float: right;
	display: inline;
	font-size: 0.8em;
	background:  url(imgs/div/basis.png) -905px 0px no-repeat;
	margin: 0;
	padding: 3px 10px 3px 45px;
	}

#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: 80px 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;
	}
	
/* #iqbox { display: none; }*/

#imagefilm-2010, #iqbox {
	width: 72px;
	height: 72px;
	margin: 4px; 
	text-indent: -200em;
	clear: both; 
	background-repeat: no-repeat;
	}

#imagefilm-2010 a, #iqbox a { 
	display: block; 
	height: 72px;
	}

#imagefilm-2010 a:hover, #iqbox a:hover { 
	background-color: white; 
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}

#iqbox { background-image: url(../../img/logos/hartl/bauen_mit_iq_72.gif); }
#imagefilm-2010 { background-image: url(imgs/imgfilmbanner2010_ita.gif); margin-top: 3em; background-position: 1px; border: 1px solid silver; padding: 1px; }



/***** styles of standard page *****/

.banner { position: relative; background: #e3010f; color: #FFF; }
.banner .head { position: relative; font-size: 1.9em; text-align: center; padding: 10px;}


.banner .aimgs { position: relative; height: 336px; }
.banner .aimgs a { position: relative; float: left; border: 0px; }

.banner .haus { width: 260px; height: 168px; }

.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 { 
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	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}


#kuzu161 {background: url(imgs/kuzu_161s.png) 0px 0px no-repeat; 
		position: absolute; 
		width: 168px; 
		height: 109px;
		z-index: 15; 
		right: 30px; 
		top: 20px; 
	}
a:hover #kuzu161  {
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}


#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;
			}

