body {
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../img/aktuell/haengegarderobe-take-5.png);
	background-repeat:no-repeat;
	background-position:890px 0px;
}

body td{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
	

body#hg_weiss, body#hg_weiss td{
	color:#000;
	background-color:#FFF;
	font-size:12px;
	}

/**********************/
/* S T A R T S E I T E */
/**********************/

/**********************/
/* popup */
/**********************/
#popup {
	position: absolute;
	padding:0px 0px;
	border:solid 2px #FFF;
	top: 98px;
	left:150px;
	width: 641px;
	height: 370px;
	background-color:#000;
	z-index:1100;
	display:none;
	color:#FFF;
	background-image:url(../img/startseite/neujahrskarte-popup-2012-opt.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
			}
			
#popup div.text{
	position:relative;
	text-align:center;
	top:5px;
	font-size:12px;
	left:370px;
	width:220px;
	height:auto;
	display:none;
	
	}
#popup div.text h1{
	font-size:17px;
	font-weight:bold;
	color:#f90;
	
	}
	
#popup div#fensterschliessen{
	position:relative;
	top:0px;
	width:600px;
	height:20px;
	margin:3px 0px;
	padding-left:2px;

	}


span.closeborder{
	padding:1px 4px;
	border:solid 1px #FFF;
	background:#F60;
	}

.highlighting{
	color:#f90;
	font-weight:bold;
	}
/* ################# */





/*Weihnachten Nikolaus*/

#nikolaus{
	position:absolute;
	top:70px;
	left:760px;
	z-index:10000;
	}
	
#silvester{
	position:absolute;
	width:289px;
	height:395px;
	top:85px;
	left:760px;
	z-index:10000;
	}

div#textoverlay{
	position:absolute;
	width:270px;
	height:auto;
	padding:0px;
	top:30px;
	left:580px;
	color:#333;
	font-size:17px;
	font-weight:bold;
	z-index:99;
	}
span.link_home{
	color:#f90;
	padding: 1px 5px;
	}

div.startseite_block_main{
	width:515px;
	text-align:justify;
	display:inline-table;
	clear:left;
	}
	
	
div.startseite_block_right{
	width:290px;
	display:inline-table;
	clear:right;
	}
	
div.startseite_block_main img{
padding:4px 10px 10px 0px;
}

img.texticon{
padding:4px 10px 0px 0px;
}

div.startseite_block + div.startseite_block{
	margin-top:10px;
}

div#startseite_header{
	width:850px;
	height:270px;
	margin-top:0px;
	overflow:hidden;
	background-color:#000;
	z-index:98;
	
	}
	
div#startseite_header img{ display: none }
div#startseite_header img.first{ display: block }

/**********************************/



#sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 280px; /* Die tats�chliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer au�er der Breite auch die Auff�llung und den Rahmen. */
	padding: 10px 10px;
}
#mainContent { 
	margin: 0 300px 0 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabh�ngig von der Inhaltsmenge des sidebar1-div immer gleich. Sie k�nnen diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 f�llen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 10px 20px 0 0; /* padding (Auff�llung) bezeichnet den Innenabstand und margin (Rand) den Au�enabstand der div -Box. */
} 

#mainContent h1.top_header, #sidebar1 h1.top_header{
	font-size:15px;
    margin:15px 0px 6px 0px;
}


span.top_header_pdf {
	display:block;
	position:absolute;
	top:5px;
	right:0px;
	width:250px;
	height:20px;
	text-align:right;
}

span.top_header_pdf a {
	color:#f90;
}

.fltrt { /* Mit dieser Klasse k�nnen Sie ein Element auf der Seite nach rechts flie�en lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse k�nnen Sie ein Element auf der Seite nach links flie�en lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schlie�en eines Containers sein, der wiederum einen vollst�ndigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#startseite_preise{
	width:150px;
	height:155px;
	background:none;
	background-color:#000;
	overflow:hidden;
	margin-left:35px;
	}


#startseite_preise img{
	margin:10px 6px;
	background:none;
	}

img.startseite_pic_zentriert{
	display:block;
	margin:auto;
	padding:5px 0px;
	}
	
.startseitefooter{
	clear:both;
	width:800px;
	height:100px;
	margin-top:10px;
}



a{
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold
	}
/* Zentrales Ausblenden der Outline */
a{
	outline:none;
	}	
	
a img {
	border:none;
	}
	
a:hover{
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	}

blockquote{
	width:700px;
	padding:0px;
	padding-top:10px;
	padding-left:55px;
	margin:0px;
	font-style:italic;
	background-image:url(../img/zitat.png);
	background-repeat:no-repeat;
	background-position:0 0;
	}

blockquote cite{
	font-style:normal;
	font-weight:bold;
	}

.unter, a:link.unter, a:visited.unter {
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF;
	font-weight:bold
	}
a:hover.unter {
	font-family: Arial, helvetica, san-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	font-weight:bold
	}

	
body#hg_weiss a, body#hg_weiss td a{
	color:#000;
	font-style:italic;
	font-weight:normal;
	}
	
/*+++ TEXT-Formate +++*/	

h1, h2{
font-size:15px;
color:#FFF;
margin:15px 0px 5px 0px;
position:relative;
}

.top_header, .top_header a {
	color:#f90;
}

.zitat {
	color:#f90;
}

em {
	font-style:italic;
}

.big{
font-weight:bold;
}

h1.top_header, h1.top_header a {
font-size:15px;
margin:12px 0px 5px 0px;
text-decoration:none;
}

h1.top_header a:hover {
	color:#CCC;

}



div#textprodukte h1{
	width:100%;
	padding-right:0px;
	font-size:15px;					
}
/*++++++++++++ LINK NEBEN HEADLINE ++++++++++++*/
div#textprodukte h1 span a, div#textprodukte h1.top_header span a{
	display:block;
	position:relative;
	color:#FFF;
	float:right;
	padding-right:15px;
	font-size:12px;
	text-align:right;
	margin:0px;
	width:350px;
}


h1.ueberschrift_katalog{
	font-family: Arial, helvetica, san-serif;
	font-size:13px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:15px;
}




p{
	margin:0px;
	margin-bottom:5px;
	}
	
img.float_left{
	float:left;
	margin-right:20px;
	}
div.clearboth{
	width:800px;
	clear:both;
}
	
/*+++++++++++++++++++++++++++++*/

div#border {
	position:absolute;
	margin-top:5px;
	margin-left:20px;
	height:125px;
	width:850px;
	border:none;
	overflow:hidden;
	}

#logo{
	position:absolute; 
	left:0px; 
	top:13px; 
	z-index:1;

}


/* +++ ++++++++ +++ */

div#slogan{
	position:absolute;
	height:25px;
	border-bottom:1px solid #FFF;
	width:850px;
	color:#FFF;
	top:98px;
	left:0px;
	padding-left:0px;
	letter-spacing:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}

#logo img, .noborder{
	border:none;
}

/*TELEFONSYMBOL*/

span#nummer{
left:0px;
top:0px;}

img#telefonsymbol{padding-left:40px;
vertical-align:middle;}

/* ++++++++++++++++++++++++++++ */

/* +++ AKTUELL - NEU +++ */



#bilderreihe_aktuell{}

/* ++++++++++++++++++++++++++++ */

/* +++ REFERENZEN +++ */

div#referenzen{
	width:860px;
	overflow:hidden;
	margin-left:-7px;
}

div#referenzen div.ref_div_logo, div#referenzen h1.ref_header{
	/* Gesamth�he 74px */
	height:60px;
	width:136px;
	float:left;
	margin:0px;
	margin-left:7px;
	margin-bottom:6px;
	padding:0px;
	padding:7px 0px;
	text-align:center;
	background-color:#FFF;
	
	}
	
div#referenzen h1.ref_header{
	text-align:center;
	background-color:#999;
	font-size:12px;
	padding:0px;
	/* Gesamth�he 74px */
	height:48px;
	padding-top:26px;
	overflow:hidden;
}

img.ref_logo{
	height:60px;
	}
	
	
table{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	}
	
/* ++++++++++ PRODUKT�BERSICHT +++++++++++++ */	
table#bilderreihe_kategoriebilder img.pic_produktuebersicht{
	padding:0px;
	margin-right:0px;
	width:149px;
	}
	
/* +++++++++ PRESSE ++++++++++ */

/* +++++++++ NEUES ++++++++++ */


table#bilderreihe_kategoriebilder{
	border-collapse:collapse;
	}
	
table#bilderreihe_kategoriebilder td{
	padding-top:0px;
	padding-right:20px;
	vertical-align:top;
}

table#bilderreihe_kategoriebilder tr td.pic_left img{
	padding:0px;
	padding-top:5px;
	margin:0px;
	}



/* +++ Auszeichnungne +++ */
table#auszeichnungen{
	border-collapse:collapse;
}

table#auszeichnungen td{
	padding-top:0px;
	padding-right:20px;
	vertical-align:top;
	border-top:1px solid #FFF;
}

table#auszeichnungen tr td.no_border{
	border:none;
	padding:0px;
	margin:0px;
	}


table#auszeichnungen td.produktbild{
	padding-top:0px;
	padding-right:0px;
	vertical-align:top;
}


img.award_logo, img.award_produkt{
	margin:10px 0px;
	}


		/* ++ Wert nur f�r die oberste Zeile ++ */
table#bilderreihe_kategoriebilder tr.no_border td.pic_left{
	border:none;
	}


		/* +++ Zeitschriften ++ */
img.logo_img{
	height:70px;
	}


/* +++ Aktuell + Neu +++ */
td.pic_left{
	vertical-align:top;

	}
	
td.pic_left p{
	margin:0px;
	padding:0px;
	}

/* +++++ TEXT PRODUKTE ++++++ */
div#textprodukte{
	width:850px;
	margin-left:20px;
	position:absolute;
	top:140px;
	text-align:left;
	line-height:18px;
	}
	
/*Text der m�glichen Unterkategorie PRODUKTE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.text-unterkat{
	width:840px;
	text-align:left;
	margin:0px;
	padding:0px;
	line-height:18px;
	}

	
div#agb{
	text-align:justify;
	}


table#bilderreihe_kategoriebilder, table#kundenmeinung{
	width:850px;
	margin-left:0px;
	position:relative;
	top:5px;
	}


	
table#bilderreihe_kategoriebilder td, table#kundenmeinung td{
	padding-bottom:30px;
	border-top:1px solid #FFF;
}

table#bilderreihe_kategoriebilder td.no_border, table#kundenmeinung td.no_border{
	border:none;
	padding-top:0px;
	padding-bottom:0px;
	}
	
table#bilderreihe_kategoriebilder td a img, table#kundenmeinung td a img{
	width:150px;
	margin-top:0px;
	margin-top:10px;
	margin-bottom:5px;
	margin-right:20px;
	border:solid 2px #000;
	}
	
/* +++ AKTIONEN +++ */	
table#bilderreihe_kategoriebilder td a img.aktionen, table#kundenmeinung td a img.aktionen{
	width:200px;
	border:solid 2px #FFF;
	margin-top:5px;
	padding:0px;
	}
	
table#kundenmeinung td{
	padding-bottom:10px;
	}
	
h1.aktionen{
	text-align:left;
	width:600px;
	}
	
/* +++ TABELLEN +++ */

table.bilderreihe{
	margin:5px 0px 15px 0px;
	position:relative;
	}


table.bilderreihe td{
	vertical-align:top;
	padding:0px;
						padding-bottom:20px;											
	line-height:20px;
	}
	
table.bilderreihe td.tab-header_left, table.bilderreihe td.tab-header_right, table.bilderreihe tr.tab-formgeber td {
	padding-bottom:0px;
}

div#textprodukte table td.tab-header_left, div#textprodukte table td.tab-header_right{

	border-bottom:1px solid #666;
}


/*+++++++++++++++++++++++++++++++++++++++++++++*/
table.bilderreihe + h1{
	margin:0px;
	}

/*+++++++++++++++++++++++++++++++++++++++++++++*/

div#textprodukte table td.tab-header_left div, div#textprodukte table td.tab-header_right div{
	margin:0;
	margin-top:10px;
	padding:0;
	height:30px;
	vertical-align:bottom;
}

div#textprodukte table td.tab-header_left div h1, div#textprodukte table td.tab-header_right div h1{
color:#FFF;
margin:0px 0px 0px 0px;
padding:0;
line-height:30px;
vertical-align:top;
}

div#textprodukte table td.tab-header_left div h1{
text-align:left;

}

div#textprodukte table td.tab-header_right div h1{
text-align:right;
font-weight:normal;
padding-right:25px;
font-size:12px;
}

div#textprodukte table td.tab-header_right div h1 a{
font-weight:bold;
}

div#textprodukte table td.tab-header_right div h1 img.icon_pdf{
	padding:0;
	margin:0;
	vertical-align:top;

}


p.text-unterkat{}	
	
table.bilderreihe a img.pdf_icon_klein{
	display:inline;
	width:30px;
	height:15px;
	vertical-align:bottom;
	padding:0;
	margin:0;
	
	}
table.bilderreihe td p.bildunterschrift{
	margin:0px;
	padding:0px;
	}
		

table.bilderreihe td a img{
	width:190px;
	margin-top:0px;
																	/*	margin-top:20px;  */
	margin-bottom:5px;
	margin-right:20px;
	border:solid 2px #000;
	}


/* BLINDGIF FUER TABELLENSTABILITAET bei 2 o. 3 SPALTEN*/
table.bilderreihe td img.platzhalter{
	width:210px;
	height:1px;
	border:0px;
}
	
/* ++++++++++++++++++++++++++++ */
/* ++++++++ LINKS ++++++++++ */

table#links td a{
	line-height:20px;
	}

/* Startseite */
table#bilderreihe_kategoriebilder td a:hover img{

}

/* Produktseiten */

table.bilderreihe td a:hover img {
border:solid 2px #f90;
}
	
div#produkte_preise{
	width:850px;
	margin-left:0px;
	position:relative;
	top:10px;
	z-index:100;
}

/* ++++++ NEU ENDE ++++++*/

/* +++ PRODUKTINFORMATION +++ */
	
.produktinfo-kathegorie:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.produktinfo-kathegorie{display:inline-table;}
/*Backslash-Hack zum Verbergen vor IE Mac \*/
* html .produktinfo-kathegorie{height: 1%;}
.produktinfo-kathegorie{display:block;}
/*Ende Backslash-Hacks */

/*###############################################################################*/
#textprodukte div.produktinfo{
	float:left;
	text-align:left;
	width:270px;
	height:160px;
	margin-bottom:15px;
	}


#textprodukte div.produktinfo h2{
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	margin:0px;
	padding:5px 0px;
}

.produktinfo img, table#themenbereiche img{
	border:solid 2px #FFF;
	}
	

/* ++++++++++++++++++++++++++++ */
/* +++++++++ HOMEPAGE +++++++++ */

/* Startseite */
#home_logo{
	position:absolute;
	top:29px;
	left:35px;
}

#home_headline{
	position:absolute;
	top:43px;
	left:215px;
}

#home_pic_01{
	position:absolute;
	top:100px;
	left:220px;
}

#home_pic_02{
	position:absolute;
	top:100px;
	left:635px;
}
#home_pic_03{
	position:absolute;
	top:315px;
	left:635px;
}

#home_preise{
	position:absolute;
	top:535px;
	left:220px;
}

#home_preise img{
	width:415px;
	height:66px;
}

#home_navigation{
	position:absolute;
	top:419px;
	left:35px;
}

#home_navigation a{
	display:block;
	margin-bottom:4px;
}

#home_neu_2009{
	position:absolute;
	height:10px;
	top:445px;
	left:105px;
	z-index:100;	
}


/* ++++++++++++++++++++++++++++ */


th {
	font-family: Arial, Helvetica, sans-serif;
}

.flies {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
.katalog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}


#katalog_format th, #katalog_format td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
	border:none;

}

#katalog_format td a{
	color:#FFFFFF;
}

#katalog_format table.katalog_tab{
	border:solid 1px #FFFFFF;
	color:#FFFFFF;

}

.aufzaehlung_txt, .durchschuss_txt{
	color:#FFFFFF;
	line-height:18px;
	font-size:12px;
}
	
.peil_aufzaehlung{
	margin:0px;
	padding:0px;
}
	
.durchschuss_linkliste p{
	margin:0px 0px 7px 0px;
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
}

/*+++ LINKLISTE +++*/
.linkliste p{
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-size:12px;
}

.linkliste img{
	padding:0px;
	margin:2px;
}

.durchschuss_link_unternehem {
	margin-top:40px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
}

a.link_aktiv{color:#666;
}

/* Textlink unter Bild Produkt�bersicht */

.button, a:link.button, a:visited.button {
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 17px;
	letter-spacing: 1px;
	margin-top:-5px;
	padding-top:0px;
}

/*+++ LINK KATALOG Produktseiten +++*/

div.produkte_link_kata{
	width:900px;
	height:40px;
	}

div.produkte_link_kata a{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

div.produkte_link_kata img{
	position:absolute;
	left:630px;
	border:0px;
	margin-top:5px;
}

/*+++++++++++++++++++++++++++++++*/

#logo_baumeister{
	margin-top:7px; 
}

.subnav_unternehmen, .subnav_kontakt{margin-top:6px;}

.font_10 {
	font-size: 10px;
}


/*Produktinfo*/

table#produktinfo td a img{
	border:solid 2px #FFF;
	}

.aktion {
	color: #F00;
	margin-left:10px;
	letter-spacing:2px;
}

span.neu{
	color: #F00;
	margin-left:0px;
	letter-spacing:2px;
}

table#themenbereiche img{
	margin-right:17px;
	}

/*#######################################*/
div#textprodukte div.themenbereich_link{
	width:835px;
	text-align:right;
}



/*+++++++++ CLEARRIX ++++++++++*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{display:inline-table;}
/*Backslash-Hack zum Verbergen vor IE Mac \*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/*Ende Backslash-Hacks */


