@import url(lay_basic.css);

.more {
	float: right;
	font-weight: bold;
	color: #4399D3;
	background:  url(../imgs/more.gif) 0 no-repeat;
	margin: 0;
	padding: 0 0 0 14px;
	}

.moresign {
	font-weight: bold;
	Color: #4399D3;
	background:  url(../imgs/more.gif) 0 no-repeat;
	margin: 0;
	padding: 0 0 0 14px;
	}

.moresign-akt {
	font-weight: bold;
	Color: #4399D3;
	background:  url(../imgs/more_act.gif) 0 no-repeat;
	margin: 0;
	padding: 0 0 0 14px;
	}

.td_style_1 { font-weight: bold; text-align: right}
.td_style_2 { font-weight: bold; text-align: left}

.comment { clear: both; font-size: 0.9em; color: #777;}

.backbutton { 
	float: right;
	font-weight: bold;
	background:  url(../imgs/zurueck_uebersicht.gif) left no-repeat;
	margin: 0;
	padding: 0 0 0 22px;
	}

.list_styled {
	list-style: none;
	margin: 0.7em 1.2em;
	padding: 0;
	}

.list_styled li {
	background:  url(../imgs/listpoint.gif) left no-repeat;
	padding-left: 13px;
	}	

.noborder {
	border: none;
	}

.button {
	font-weight: bold;
	color: #FFF;
	background: #96C3E2;
	border: none;
	}
	
#intro-text {
	float: left;
	width: 565px;
	font-family: Arial, Helvetica, sans-serif;
	font-stretch: narrower;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #666;
	margin: 0;
	padding: 0;
	}

#column-nav {
	float: left;
	display: block;
	width: 150px;
	margin: 0;
	padding:0 5px;
	}

#column-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

#column-nav ul li {
	margin: 1px 0 0 10px;
	}

#column-nav ul a {
	display: block;
	font-weight: bold;
	color: #999999;
	margin: 0;
	padding: 3px 5px;
	overflow: hidden; 
	}

#column-nav ul ul a { color: #9AAFC0; }
	
#column-nav ul ul ul a { color: #A0C0D0; }
	
#column-nav ul a:hover, 
#column-nav ul a.active , 
#column-nav ul a.active { /* a.active von TAL ergänzt */
	color: #FFF;
	background: #649ec7;
	}

#column-content {
	float: left;
/*	position: relative; */
	width: 600px;
	height: 100%;
	border-left: 1px solid #CCC;
	margin: 0;
	padding: 0 5px 0 10px;
	z-index: 10;
	}

.column-content {
	float: left;
/*	position: relative; */
	width: 600px;
	height: 100%;
	border-left: 1px solid #CCC;
	margin: 0;
	padding: 0 5px 0 10px;
	z-index: 10;
	}

#column-content p {
	margin: 10px 0;
	padding: 0;
	}

/***** hauslinien overview *****/
.gallery-line {
	float: left;
	width: 100%;
	border-bottom: 1px solid #CCC;
	margin: 0px 0 0px 0;
	padding: 0;
	}

.gallery-pic:hover {
	background: #EEE;
	color: #444;
	}

.gallery-pic {
	float: left;
	display: block;
/*	color: #444;*/
	width: 175px;
	margin: 0;
	padding: 15px 10px 5px 10px;
	}


.gallery-pic  p {
	color: #444;
	}

.gallery-pic  img {
	padding: 1px;
	border: 1px solid #eeeeee;
	}

.gallery-box {
	float: left;
	display: block;
	width: 175px;
	margin: 15px 10px 10px 10px;
	padding: 0;
	}

/* hack für ie damit er das margin nicht anzeigt */
*html .gallery-box {
	margin: 0px;
	}
/*hack ende*/

.gallery-pic h2 span {
	font-size: 1.3em;
	color: #444;
	}

/***** hauslinien detail *****/

#column-left {
	position: relative;
	float: left; 
	width: 320px;
	}
#iq-tipp {
	position: relative;
	float: left; 
	background-image: url(../../img/illustration/iq/iq_308.png);
	background-repeat: no-repeat;
	
	width: 308px;
	height: 234px;
	text-align: center; 
	}
	
#iq-tipp .inhalt { 
	margin: 45px 43px 0 111px; 
	font-weight: bold; 
/*		border: 1px solid;
	text-transform: uppercase;
	*/
	
	color: black; 
	}
	
#iq-tipp .inhalt .iqaktion { font-size: 1.4em; line-height: 100%; }
#iq-tipp .inhalt .iqaktion b { font-size: 2em; font-weight: bold; line-height: 100%;  }
#iq-tipp .inhalt .iqaktion small { font-size: 60%; }
#iq-tipp .inhalt .iqaktion li { margin-bottom: 0.8em;  }

#column-gallery {
	float: left;
/*	display: inline;*/
	width: 297px;
	margin: 0 4px;
	padding: 0;
	
	}

#column-gallery-content {
/*	height: 150px;*/
	}

.gallery-pics {
	display: none;
	}

.gallery-pics img {
	float: left;
	}

#gallery-active-pics a, .gallery-pics a {
	float: left;
	width: 46px;
	height: 46px;
	margin: 1px;
	padding: 0;
	}


#gallery-active-pics a img {
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	}

#gallery-active-pics a:hover img , #gallery-active-pics a:active img, #gallery-active-pics a.aktiv img {
	filter:Alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

#gallery-active-pics a:hover, .gallery-pics a:hover {
	border: 1px solid #4399D3;
	margin: 0;
	padding: 0;
	}

#column-image {
	margin: 2px;
	padding: 0;
	}

#column-detailnav {
	float: left;
/*	width: 270px;*/
	margin: 0;
	padding: 0;
	position: relative; 
	}

#column-detailnav #column-gallery {
	margin: 0;
	}

#column-gallery-nav {
	margin: 3px 0;
	 }

#column-gallery-nav span {
	float: left;
	color: #999;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#forth, #back {
	float: right;
	cursor: pointer;
	cursor: hand;
	width: 7px;
	height: 13px;
	margin: 0 3px;
	padding: 0;
	}

#forth {
	background:  url(../imgs/arrow_left.gif) top no-repeat;
	}

#back {
	background:  url(../imgs/arrow_right.gif) top no-repeat;
	}

#detailnav-border {
/*	border-left: 1px solid #CCC;*/
margin: 15px 0 0 0;
	padding: 0 5px;
	}

#column-detailnav h2 {
	width: 220px;
	border-bottom: 1px solid #CCC;
	}

#column-detailnav ul {
	list-style: none;
	margin: 10px 10px 30px 0;
	padding: 0;
	}
	
#column-detailnav ul a {
	display: block;
	width: 193px;
	font-weight: bold;
	color: #4399D3; 
	background:  url(../imgs/more.gif) 0 5px no-repeat;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 3px 0 3px 17px;
	}

#column-detailnav ul a:hover , #column-detailnav ul a.active {
	background: #C2E6FF;
	}

#column-info {
	float: left;
	width: 440px;
	margin: 0;
	padding: 0;
	}

.info-box h1 { display: block; width: 200px; height: 21px;}


.info-box {
	float: left;
	width: 443px;
	border-bottom: 1px solid #CCC;
	margin: 10px 0;
	padding: 10px 0;

	}

#column-info #titel_1 { background: url(imgs/htitle/gallerie.gif) left bottom no-repeat; }
#column-info #titel_2 { background: url(imgs/htitle/information.gif) left bottom no-repeat; }
#column-info #titel_3 { background: url(imgs/htitle/m2_im_ueberblick.gif) left bottom no-repeat; }
#column-info #titel_4 { background: url(imgs/htitle/kosten_zum_haus.gif) left bottom no-repeat; }	
#column-info #titel_5 { background: url(imgs/htitle/grundriss_zum_haus.gif) left bottom no-repeat; }
#column-info #titel_6 { width: 300px; background: url(../img_title/lageplan_vom_grund.gif) left bottom no-repeat; }

#note {
	display: block;
	width: 170px;
	height: 183px;
	}

#information {
	float: left;
	width: 190px; 
	margin: 0;
	padding: 0 25px 0 0;

	}

#information h3 {
	margin: 15px 0 0 0;
	}

#stats {
	float: left;
	width: 202px;
	margin: 0;
	padding: 0;

	}

#stats table {
	margin: 0;
	padding: 0;
	}

#stats td {
	padding: 3px;
	}

.sum {
	font-weight: bold;
	color: #4399D3;
	padding-top: 10px;
	text-align: right; /* TAL + */
	}

.sumtext {	/* TAL + */
	font-weight: bold;
	color: #4399D3;
	padding-top: 10px;
	}

.price_table {
	width: 441px;
	border-width: 3px 3px 2px 2px;
	border-style: solid;
	color: #444;
	}

.price_table td,.price_table th  {
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding: 3px;
	}

.price_table td img {
	float: right;
	}

.price_table, .price_table td { border-color:  #444;}

.plan {
	position: relative;
	float: left;
	width: 200px;
/*	height: 200px;*/
	margin: 10px 0;
	padding: 0 10px;
	text-align: center;
	}

.plan h2 {
	margin: 2px 0;
	padding: 2px 5px;
	}

.plan .lupe {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 50%;
	top: 90%;
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	
	}


/***** news *****/

#news_title {
	width: 350px;
	height: 21px;
	background: url(imgs/ir/aktuell/aktuelles_von_hartlhaus.gif) left bottom no-repeat;
	margin: 0 0 20px 15px;
	}

.content-news {
	float: left;
	width: 573px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0  0 10px 5px;
	}

.content-news img {
	float: left;
	display: block;
	clear: both; 
	border: 1px solid #CCC;
	margin:  3px 10px 0 0;
	padding: 1px;
	}

.content-news img.noborder {
	border: 0;
	}

.content-news table td {
	vertical-align: top; 
	}
.content-news table img {
	float: none;
	margin: 0;
	display: inline; 
	}
.content-news ul {
	margin-left: 0px;
	padding: 0 0 0 20px;	
	}

.content-news li {
	display: block;
	list-style: square; 
	margin: 0 0 10px 0;

	}

.content-news ul.klima {
	margin: 0;
	}

.content-news ul.klima li {
	background: url(../imgs/klima_ul.gif) 5px 9px no-repeat;
	margin: 0px 0 0 0;
	list-style-type: none;
	padding: 5px 5px 5px 25px; 
	}

.content-news h2 {
	font-size: 1.2em;
	color: #4399D3;
	}

.content-news h1.gross {
	font-size: 1.5em;
	padding: 3px; 
	height: 15px; 
	}


.content-news .gallery-pic {
	width: auto;
	padding: 5px;
	}

.date {
	font-style: italic;
	color: #777;
	}


/***** kurzbau *****/

.column-effort {
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 0 10px 20px 5px;
	}

.column-effort h3 {
	margin: 20px 0 0 0;
	}


.column-effort li {
	list-style: none;
	background: url(../imgs/listpoint.gif) left no-repeat;
	padding-left: 13px;
	}

.column-effort-box {
	background: #ECF5FB;
	border: 1px solid #70B2DE;
	margin: 0 0 10px 0;
	padding:0 5px 10px 5px;
	
	}

.column-effort-box img {
	margin: 5px;
	}

.column-effort-box h3 {
	margin: 5px 0 0 0;
	}

.column-effort-box p {
	margin: 5px;
	}

.column-effort-box h4 { margin: 10px 0 0 80px; }

.column-effort h1 { 
	display: block; 
	width: 500px; height: 35px;
	background: url(../imgs/point.gif) left bottom no-repeat;
	}


.vorteile ol li {/* TAL */
	list-style-type: decimal;
	font-weight: bold; 
	background:  transparent; 
	}

.vorteile ul {/* TAL */
	margin: 5px 15px;
	}
.vorteile ul li { /* TAL */
	font-weight: normal; 
	list-style-type: none;
	background:  transparent; 
	padding: 0;
	margin: 2px 0;
	}

.column-effort ul.cdirectory li { /* TAL */
	list-style: none;
	background:  url(../imgs/lpdown.gif) left no-repeat;
	padding-left: 13px;
	}

.column-effort p a.lpup { /* TAL */
	background:  url(../imgs/lpup.gif) left no-repeat;
	padding: 0 0 0 13px;
	}

/***** veranstalt ******/
#appointment-titel {
	margin: 0;
	padding: 0 10px 10px 15px;
	}

#appointment-titel h1 {
	display: block;
	width: 300px;
	height: 18px;
	background: url(../img_title/aktuelles_von_hartlhaus.gif) left top no-repeat; 
	}
	
.column-appointment {
	float: left;
	display: inline;
	background: url(../../img/appointment_bg.gif) top left repeat-y;
	margin: 0 0 10px 15px;
	padding: 0;
	}

.column-appointment h1 {
	display: block; height: 25px;
	background: url(imgs/ir/akt_termine_sub.png) no-repeat;
	}

.appointment-date h1 { width: 70px; background-position: 0 0; }
.appointment-location h1 { width: 120px; background-position: -70px 0px; }
.appointment-info h1 { width: 110px; background-position: -190px 0px; }

.column-appointment div {
	float: left;
	display: inline;
	margin: 3px 6px 3px 0;
	padding: 5px;
	}

.appointment-date { width: 140px;} /* TAL: von 100 auf 140 geändert */

.appointment-date ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.appointment-date li {
	background:  url(../imgs/listpoint.gif) left no-repeat;
	padding-left: 13px;
	}

.appointment-location { width: 247px;}

.appointment-info { width: 150px;}	/* TAL: von 190 auf 150 geändert */

.appointment-info .more { float: none;}

.appointment-location h3, .appointment-location p {
	margin: 0;
	padding: 0;
	}

/***** housefinder *****/
#column-questions {
	margin: 0 0 0 15px;
	padding: 0;
	}

#column-questions h1, #housefinder-titel {
	display: block;
	width: 300px;
	height: 24px;
	background: url(imgs/htitle/housefinder.gif) left top no-repeat;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#column-questions ol {
	margin: 0 0 0 19px;
	padding: 0;
	}

#column-questions ol li {
	font-weight: bold;
	color: #4399D3;
	margin: 15px 0;
	padding: 0;
	}

#column-questions select {
/*	width: 300px; TAL */
	font-weight: normal;
	}

#column-questions #absenden {
	margin-left: 18px;
	}
/***** housfinder result *****/
#housefinder-titel {
	margin-left: 5px;
	}

/***** overview *****/
#myhartl-titel {
	display: block;
	width: 300px;
	height: 24px;
	background: url(../../img_title/my_hartlhaus_bookmarks.gif) left top no-repeat;
	margin: 0 0 20px 10px;
	padding: 0; 
	}

#overview h3, #overview p {
	margin: 5px 10px;
	}

/***** immo overview *****/
#immobilien-titel {
	display: block;
	width: 300px;
	height: 24px;
	background: url(imgs/htitle/immobilien_uebersicht.gif) left bottom no-repeat;
	margin: 0 0 20px 10px;
	padding: 0; 
	}

/***** links *****/
#links-content {
	margin: 0;
	padding: 0;
	}

#links .gallery-line {
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

#links-content .gallery-pic {
	text-align: center;
	padding: 0;
	margin: 0 5px 0 5px;
	}

#links-content .gallery-pic h2 {
	color: #4399D3;
	background: #ECF5FB;
	margin-top: 0;
	padding: 2px 0;
	}

#links-content .gallery-pic:hover {
	background: #ECF5FB;
	}

#backward, #forward, #backindex {
	font-weight: bold;
	color: #4399D3;
	}

#backward { 
	float: left;
	background:  url(../imgs/more_left.gif) left no-repeat;
	padding-left: 14px;
	}

#forward { 
	float: right;
	background:  url(../imgs/more.gif) right no-repeat;
	padding-right: 14px;
	}

/***** betreuer *****/

#country {
	border-bottom: 1px solid #CCC;
	
	}

.reladiv { /* TAL für Musterhaus-Karte */
	position: relative;

	z-index: 1; 
	}

#consultant-titel {
	display: block;
	width: 500px;
	height: 25px;

	background: /* url(../../img/niederoesterreich.gif) */ left bottom no-repeat;
	margin: 20px 0 5px 15px;
	padding: 0;
	}

#consultant-link {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	clear: left;	/* TAL + */
	}

#consultant-box {
	margin: 0;
/*	padding: 10px 0 10px 15px;*/
	clear: left;	/* TAL + */
	}

#consultant-link img {	/* TAL + */
	float: left;
	margin: 0 10px 10px 0px;
	}

#consultant-link h3, #consultant-link p {
	margin: 0;
	padding: 0;
	}

#consultant-box table {
	border: 2px solid #444;
/*	margin: 10px 0;*/
	}

#consultant-box td {
	background: #EEE;
	padding: 3px;
	}

.consultant-pic {
	float: left;
	display: inline;
	text-align: center;
	width: 177px;
	border: 1px solid #CCC;
	margin: 5px 10px 5px 0;
	padding: 3px;
	}

.consultant-pic h2 {
	background: #EEE;
	margin: 0 0 5px 0;
	padding: 2px 0px;
	}

.consultant-pic img {
	padding: 1px;
	border: 1px solid #ccc; 
	}

#consultant-form {
	float: left;
	width: 100%;
 	border: 1px solid #CCC;
	margin: 20px 0;
	padding: 5px;
	}

/***** newsletter *****/
#newsletter {
	border: 1px solid #CCC;
	margin: 0 0 0 15px;
	padding: 5px;
	}

#newsletter h1 {
	display: block;
	width: 500px;
	height: 21px;
	background: url(imgs/htitle/newsletter.gif) left bottom no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
	}
	

#newsletter h3 {
	padding: 7px 0 0 0;
	}


/***** standorte ******/

.house-icon {
	position: absolute;
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	width: 24px;
	height: 24px;
	background: url(../imgs/house_icon.gif) no-repeat;
	margin: 0;
	padding: 0;
	filter:Alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

.office-icon {
	position: absolute;
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	width: 24px;
	height: 24px;
	background: url(../imgs/office_icon.gif) no-repeat;
	margin: 0;
	padding: 0;
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.arch-icon {
	position: absolute;
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	width: 24px;
	height: 24px;
	background: url(../imgs/arch_icon.gif) no-repeat;
	margin: 0;
	padding: 0;
	filter:Alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}
.fact-icon {
	position: absolute;
	/* hides text from browsers */
	text-indent: -100em;
	overflow: hidden; 
	/* end hide text */
	
	width: 40px;
	height: 40px;
	background: url(../imgs/hartllogo_40.gif) no-repeat 0px 0px ;
	 margin: 0 0 0 0px;
	padding: 0;
	}

div#statusbox { /* TAL */
	position: absolute;
	top: 30px; 
	left: 100px; 
	width: 565px;
	height: 50px; 
	text-align: center;
	margin: 3px 0;
	color: #888; 
	font-size: 16px; 
	font-weight: bold; 
	z-index: 10;
	display: block; 
	
	 }
/*
.mhgebiet {
	position: absolute;
	display: block;
	left: 175px;
	top: 530px;
	visibility: hidden;
	}	
*/
	
/*	clear: both;*/
	
.ir2 {
	background: url(../imgs/point.gif) left bottom no-repeat;
	margin: 0;
	height: 60px; 
	text-indent: -100em; 
	overflow: hidden;
	}

.ir9 {
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	height: 30px; 
	text-indent: -100em; 
	overflow: hidden;
	}

h1.ir0 {
	background: url(../imgs/point.gif) left bottom no-repeat;
	height: 0px; 
	text-indent: -100em; 
	overflow: hidden;
	}

.ir25 {
	background: url(../imgs/point.gif) left center no-repeat;
	margin: 0 15px;
	height: 70px; 
	text-indent: -100em; 
	overflow: hidden;
	}

table h1.ir {
	width:400px;
	margin: 0 0 10px 0;
	}
	
h2.gross {
	font-size: 1.8em; 
	}

table.dreispalt td.spal1 { /* für hartl-geschichte-tabelle */
	width: 200px; 
	}

.dreispalt h2 { /* für hartl-geschichte-tabelle */
	text-align: right; 
	}

#column-content .dreispalt p { /* für hartl-geschichte-tabelle */
	margin: 5px 0;
	}

.star {
	width: 10px;
	background: url(../imgs/stern.gif) left bottom transparent no-repeat;
	}
label.stern {
	background: url(../imgs/stern.gif) top right no-repeat;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	}

.email {	/* von TAL hinzugefügt */
	background: url(../../img/email.gif) no-repeat center left;
	padding: 0 0 0 20px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif; 
	}

img.flagvorh1 {
	clear: both; 
	position: absolute; 
	margin: 10px 0 0 560px;
	}

#haus-grundriss {
	border: 1px solid #CCC;
	text-align: center; 
	clear: both; 
	padding: 10px; 
	}
	
#header.small { /* TAL */
	margin: 5px 0 0 0;
	vertical-align: bottom; 
	height: auto; 
	background: transparent; 
	}

#plan-hausfoto { 
	position: relative;
	float: right; 
	}

#plan-hausfoto img { 
	padding: 1px; 
	border: 1px solid silver; 
	}

#hausname {
	float: left; 
	bottom: 0;
	width: 385px;
	}


h2.cn {
	clear: both;
	font-size: 1.2em;
	color: #4399D3;
	padding: 10px 0 0px 15px;
	}

.contcol h2.cn {
	padding: 10px 0 0 0;
	}

.contcol h4 {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	}

.contcol {
	float: left;
	display: block;
	padding: 0px 0 10px 15px;
	}
	
.content-boxed {
	border: 1px solid #CCC; 
	}
	
	.jobbox {
		width: 525px;
		border: 1px solid #CCC;
		padding: 0px;
		margin: auto;
		}
	.jobhead {
		text-align: center;
		padding: 10px;
		background: #ccc url(../imgs/formbg120.gif);
		}
	.jobhead h1 {
		font-size: 18px;
		}

	.jobbox h4 {
		margin: 0.3em;
		font-size: 11pt;
		line-height: 1.3em;
		
		}

	.jobcontent {
		clear: both; 
		padding: 10px;
		}
	.jobfooter {
		padding: 10px;
		background: #ccc url(../imgs/formbg120.gif);
		}

	#joblogo {
		border: 1px solid #ccc;
		float: left;
		margin: 0 10px 0 0;
		}

	/* für Projekt-Lagepläne */
	#lageplandiv { position: relative; float: left; }
	.lpverk   { position: absolute; background: url(imgs/div/verkauft_tran.png);   width: 91px; height: 38px; }
	.lpverm   { position: absolute; background: url(imgs/div/vermietet_tran.png);   width: 91px; height: 38px; }
	.lpverk60 { position: absolute; background: url(imgs/div/verkauft_tran_60.png); width: 54px; height: 69px; }

	.lpleer   { position: absolute; background: white; border: 1px solid black; padding: 5px; 	filter:Alpha(opacity=50); -moz-opacity:0.5; opacity:0.5; font-size: 1.8em; font-weight: bold; color: black; font-family: Arial Narrow, Arial, sans-serif; }

	.content-picture  { float: left; margin: 0 0 10px 5px; }
	.content-picture  .klein { font-size: 0.5em; }
	.content-picture img { margin: 1px; border: 1px solid #cccccc; padding: 1px; }
	#iq { 	position: absolute; z-index: 2; bottom: 40px; right: 40px;}
	#iq img { float: right; border: 0px none; }
	#iq div { color: white; font-size: 1.8em;  clear: both; line-height: 100%; float: right; }

	.content-item { margin: 1em 0 0 0; clear: both; }
	.content-item img { float: right; margin: 0 0 1em 1em;}

	.content-item .leftbox { float: left; margin: 0 1em 1em 0; position: relative; }
	.content-item .rightbox { float: right; margin: 0 0em 1em 1em; position: relative; }

	.content-item .leftbox img ,
	.content-item .rightbox img { float: left; position: relative; clear: none; }

body.tischlerei #nav-lines li { display: none; }
/* body.tischlerei.ti_moebel #nav-top { background: #767b7d url(imgs/ir/ti_moebel.png) no-repeat 175px 40px; }*/
   body.tischlerei.ti_moebel #nav-top { background: url(../imgs/silver.png) repeat-x }
   body.tischlerei.ti_moebel #nav-top #statusbox { background: transparent url(imgs/ir/ti_moebel.png) 0px 10px no-repeat ; }
   body.tischlerei.ti_moebel #logo { background-image: url(../imgs/logo_hartl-design.png) }
