@charset "utf-8";
/* ###################################################################
## CSS Document www.timber-macpom.de 
## @author: Edgar Nanninga, construktiv GmbH (www.construktiv.de) 
## 
## 1. Allgemeines
## 2. Header
## 3. Navigation
## 4. Inhalt
## 4.1. Content-Bereich
## 4.2. Teaserboxen
## 5. Footer
## 6. Construktiv-Branding
##
################################################################### */


/* ###################################################################
## 1. Allgemeines
################################################################### */

* {
	margin:0px;
	padding:0px;
}
body {
	font-family:"Trebuchet MS", Verdana;
	background-color:#ffffff;
}

#Kaminholz-Brennholz {
	position:absolute;
	left:10px;
	top:10px;
	width:680px;
	height:150px;
	z-index:1;
	overflow: auto;
	visibility: hidden;
}


#bgwrapper {
	display:block;
	margin:auto;
	width:858px;
	background:#ffffff;
	background-image:url(../_images/back.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#wrapper {
	display:block;
	margin:auto;
	width:788px;
	background:#fff;
	
	
}
sub {
	font-size:8px;
}

sup {
	font-size:10px;
	padding-left:2px;
	font-weight:normal;
}

hr
{
	font-size:1px;
	height:1px;
	border:none;
	border-bottom:1px solid #522C18;
}

hr.light {
	border-bottom:1px solid #DEDEDE;
	clear:both;
}

img {
	behavior:url(pngbehavior.htc);
}
div.clearer {
	clear:both;
	height:0px;
	width:0px;
	line-height:0px;
	font-size:0px;
}
.right {
	text-align:right;
}

small {
	font-size:10px;
}

.hinweis { 
	font-size:10px;
	display:block;
	margin-top:-5px;
}
.hinweisHotline { 
	font-size:10px;
	display:block;

}

a img {
	border:none;
}
/* ###################################################################
## 2. Header
################################################################### */

/*#header {
	margin:auto;
	position:relative;
	width:780px;
	height:170px;
	background-image:url(../_images/layout/head3.jpg);
	background-repeat:no-repeat;
}*/
#header {
	margin:auto;
	position:relative;
	width:780px;
	height:170px;
	background-image:url(../_images/layout/head-4.jpg);
	background-repeat:no-repeat;
	
}
#header a {
	display:block;
	position:absolute;
	top:50px;
	right:0px;
	height:19px;
	width:246px;
	text-decoration:none;
	padding-top:46px;
	color:#6B4530;
	font-weight:bold;
	font-size:14px;
	
}




/* ###################################################################
## 3. Navigation
################################################################### */

#navigationwrapper {
	margin:auto;
	width:780px;
	
	
	text-align:center;
}
#navigation {
	margin:auto;
	width:750px;
/*	width:687px; */
/*	width:610px;*/
}
#navigation ul {
	list-style-type:none;
}
#navigation ul li {
	display:inline;
}
#navigation a {
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	padding:0px 12px;
	border-left:1px solid #fff;
}
#navigation a:hover, #navigation a.aktiv {
	background-image:url(../_images/layout/bg-navi-hover.jpg);
	background-repeat:repeat-x;
}
#navigation a:hover {
	color:#fdf3dc;
}
#navigation a.aktiv {
	color:#5a2b19;
}
#navigation a.last {
	border-right:1px solid #fff;
}

#navigation a.last2 {
	border-right:0px solid #fff;
}

/* ###################################################################
## 4. Inhalt
################################################################### */

#inhalt {
	margin:auto;
	width:726px;
	padding:0;
	position:relative;
	padding-left:46px;
	
}
/* 4.1. Inhalt */
#content {
	float:left;
	margin-top:45px;
	padding:0;
	width:400px;
	
}


#content2 {
	float:left;
	
	padding:0;
	width:500px;
	font-size:12px;
	
	
}


#content_tabelle {
	float:left;
	padding:0;
	width:500px;
	font-size:12px;
	
	
}

#content3 {
	float:left;
	margin-top:45px;
	padding:0;
	width:400px;
	
	
}

#content h1 {
	font-family:"Trebuchet MS", Verdana;
	font-size:18px;
	font-weight:normal;
	color:#592a18;
}

#content2 h1 {
	font-family:"Trebuchet MS", Verdana;
	font-size:18px;
	font-weight:normal;
	color:#592a18;
}

#content h2 {
	font-size:13px;
	color:#592a18;
	padding-top:15px;
	margin-bottom:-20px;
}

#content h4 {
	font-size: 80%;
}

#content h2.impH2 {
	padding-top:0px;
	margin-bottom:-25px;
}
#content p {
	font-size:12px;
	line-height:19px;
	margin:25px 0px;
	width:370px;
}

#content2 p {
	font-size:12px;
	line-height:19px;
	margin:25px 0px;
	width:500px;
	
}

#content3 p {
	font-size:12px;
	line-height:19px;
	margin:25px 0px;
	width:300px;
	
}

#content3 h1 {
	font-family:"Trebuchet MS", Verdana;
	font-size:18px;
	font-weight:normal;
	color:#592a18;
}

#content a {
	text-decoration:underline;
	color:#005BC2;
}
#content a:hover {
	text-decoration:none;
}

#content2 a {
	text-decoration:underline;
	color:#005BC2;
}
#content2 a:hover {
	text-decoration:none;
}


#content ul {
	list-style-type:disc;
	font-size:12px;
	padding:0px 30px;
	margin-top:-20px;
}
#content ul.braun {
	color:#90653a;
}

#content ul ul {
	margin-top:0px;
	list-style-type:circle;
}

#content .shopdescr {
	margin-top: 0;
	width: 400px;
}


#dienst_wrapper {
                 float:left;
                 width:370px;
                 height:400px;
                }

#dienst1 {
          float:left;
          background-image:url(../_images/dienst1.jpg);
          background-repeat:no-repeat;
          width:250px;
          height:178px;
	  }


#fsc {
          float:left;
          background-image:url(../_images/fsc.jpg);
          background-repeat:no-repeat;
          width:98px;
          margin-top:40px;
          height:100px;
	  }

#dienst2 {
          float:left;
          background-image:url(../_images/dienst2.jpg);
          background-repeat:no-repeat;
          width:354px;
          height:170px;
	  }

#dienst3 {
          float:left;
          background-image:url(../_images/dienst3.jpg);
          background-repeat:no-repeat;
          width:219px;
          height:189px;
	  }



/* 4.2. Teaserboxen */

#regional {
	width:220px;
	float:right;
	padding-right:80px;
	padding-top:45px;
	text-align:center;
	
}


#teaserboxen {
	width:259px;
	float:right;
	padding-right:46px;
	padding-top:20px;
	text-align:center;
}

#teaserboxen2 {
	width:210px;
	float:right;
	padding-right:10px;
	padding-top:20px;
	text-align:center;
	
}



#hotline {
	color:#005BC2;
	font-weight:bold;
	padding-bottom:20px;
	text-align:left;
	padding-left:64px;
	line-height:1em;
}

.tabelle {
	
	font-weight:normal;
	font-family:"Trebuchet MS", Verdana;
	font-size:12px;
	
}


#teaserboxen img.logo {
	padding-bottom:25px;
}
.teaserwrapper {
	width:259px;
	position:relative;
	background:#dfbc6c;
	background-image:url(../_images/layout/bgteaser.jpg);
	background-repeat:repeat-x;
	text-align:left;
	margin-bottom:30px;
	
}

.teasertop {
	background-image:url(../_images/layout/teasertop.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	position:absolute;
	top:0px;
	left:0px;
	height:10px;
	width:259px;
	font-size:1px;
}
.teaserflames {
	position:absolute;
	bottom:9px;
	left:2px;
	width:257px;
	height:153px;
	z-index:1;
}





html>body .teaserflames {
	background-image:url(../_images/layout/teaserflames.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
* html .teaserflames {
	background:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://www.timber-macpom.de/../_images/layout/teaserflames.png');
}
.teaser {
	position:absolute;
	top:10px;
	left:0px;
	width: 259px;
	color:#fff;
	z-index:2;
	background-image:url(../_images/layout/bg-teaser.gif);
	background-repeat:repeat-y;
	
}

.teaserver {
	position:absolute;
	top:10px;
	left:0px;
	width: 259px;
	color:#fff;
	z-index:2;
	background-image:url(../_images/layout/bg-teaser.gif);
	background-repeat:repeat-y;
}


.tlogo {
	width:40px;
	height:40px;
	position:absolute;
	top:-10px;
	right:-15px;
	background-repeat:no-repeat;
	z-index:3;
}
html > body .tlogo {
	background-image:url(../_images/t-logo.png);
}
* html .tlogo {
	background:none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='http://www.timber-macpom.de/../_images/t-logo.png');
}
.teaser h1 {
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	padding-left:15px;
	padding-top:10px;
}

.teaser h2 {
	font-size:14px;
	padding: 10px 15px 0px 15px;
}

.teaser p {
	font-size:11px;
	line-height:18px;
	padding:15px 10px 15px 15px;
	color:#000;
}

.teaser p.gross {
	font-size:30px;
	font-weight:bold;
	color:#592a18;
	padding:20px 0px 20px 15px;
	letter-spacing:-0.1em;
}
.teaser p.klein {
	padding-bottom:0;
	width:100px;
	float:left;
}

.teaser ul {
	list-style-type:none;
	font-size:12px;
	padding: 10px 15px;
	width:200px;
	color:#000;
}
.teaser ul li {
	padding-top:10px;
}

.teaser .rechts {
	/*.teaser img.rechts {*/
	float:right;
	padding:40px 7px 0px 5px;
}
.teaser a {
	color:#005BC2;
}
.teaser a:hover {
	text-decoration:none;
}

.teaser table {
	margin:auto;
	width:231px;
	color:#000;
	font-size:11px;
	line-height:18px;
	background:#fff;
	
}
.teaser table td {
	background:#fff;
	padding:3px;
}

.teaser table td.copy {
	font-size:10px;
}

.teaserbottom {
	position:absolute;
	bottom:-1px;
	width:259px;
	height:10px;
	background-color:#fff;
	background-image:url(../_images/layout/teaserbottom-2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:1px;
	z-index:5;
}





.teaser_text {
        position:absolute;
	top:170px;
	left:10px;
	color:#000;
	font-size:11px;
	width:240px;
}


/* ###################################################################
## 5. Footer
################################################################### */

#footer {
	margin:auto;
	width:788px;
	
	
}
#footerLeft {
	
	padding-left:34px;
	font-size:11px;
	float:left;

}

#footerLeftGross {
	padding-left:54px;
	width:380px;
	font-size:11px;
	float:left;
}


#footerRight {
	width:300px;
	float:right;
	font-weight:bold;
	text-align:center;
	font-size:12px;
	padding:0px 30px 0px 0px;
	
	
}
#footerRight a {
	text-decoration:none;
	color:#000;
	font-size:12px;
}
#footerRight a:hover {
	text-decoration:underline;
}
#footerRight a.noBorder {
	border:none;
}
#footerRight a img {
	border:none;
	margin-bottom:-1px;
}
/* ###################################################################
## 6. Construktiv-Branding
################################################################### */

#subfooter {
	width:770px;
	display:block;
	margin:auto;
	padding-top: 3px;
	padding-bottom:30px;
	font-size:11px;
}

#telefonhinweis {
	width:380px;
	float:left;
	text-align:left;
	color: #6a5037;
}

#firstweb {
	width:380px;
	float:right;
	text-align:right;
}
#firstweb a {

	color: #6a5037;
	text-decoration:none;
}
#firstweb a:hover {
	text-decoration:underline;
}
#seokopf {
text-align:center;
clear:both;
width:780px;
margin-left:-390px;
left:50%;
position:relative;
margin-top:30px;
margin-bottom:10px;
font-weight:normal;
font-family:Verdana;
font-size:10px;
color:#6A5037;
}

#seo {
text-align: justify;
clear:both;
width:780px;
margin-left:-390px;
left:50%;
position:relative;
margin-top:180px;
font-weight:normal;
font-family:Verdana;
font-size:10px;
color:#6A5037;
}
 #seo a {
text-decoration:none;
font-family:Verdana;
font-size:10px;
color:#6A5037;
}


a.hotline:link    {text-decoration: underline; color:#005BC2;}
a.hotline:visited {text-decoration: underline; color:#005BC2;}
a.hotline:hover   {text-decoration: none; color:#005BC2;}
a.hotline:active  {text-decoration: underline; color:#005BC2;}
a.hotline:focus   {text-decoration: underline; color:#005BC2;}


.bookmark {
margin: 9px;
float:left;
}

.bookmark2 {
margin: 9px 9px 0px 9px;
float:left;
 
}

.bookmark_img {
border: 1px solid rgb(204, 204, 204);
height:16px;
width:16px;
}


#sb { 
 margin: 0 auto;
 width:688px;
 padding-left:100px;
}


.bg {background: url(../images/button4.gif);}
.menu {padding:0 0 0 40px; margin:0px 0px 0px 0px; list-style:none; height:30px; width:740px; background:#fff url(../images/navi_bg.jpg) no-repeat; font-family:Trebuchet MS, Verdana; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; border-right:1px solid #ffffff; float:left; height:30px; line-height:33px; color:#ffffff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 0px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 10px 0 12px; height:30px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:30px; background:url(../images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#ffffff; background: url(../images/navi_bg_over.jpg) ;}
.menu li a.top_link:hover span {color:#592A18; background:url(../images/navi_bg_over.jpg)  right top;}
.menu li a.top_link:hover span.down {background:url(../images/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#ffffff; background: url(../images/navi_bg_over.jpg) ;}
.menu li:hover > a.top_link span {background:url(../images/navi_bg_over.jpg) right top;}
.menu li:hover > a.top_link span.down {background:url(../images/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {zoom: 1; display: block; left:0px; top:30px; right:0px; background: #fff; padding:3px 0; border:1px solid #CCCCCC; white-space:nowrap; width:120px; height:auto; text-align:left;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;}
.menu :hover ul.sub li a {font-weight:bold; display:block; font-size:11px; height:20px; width:114px; line-height:20px; text-indent:5px; color:#592A18; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(../images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#F1DDBA; color:#592A18; text-align:left;}
.menu :hover ul.sub li a.fly:hover {background:#999999 url(../images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#999999 url(../images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 999999; white-space:nowrap; width:93px; z-index:200; height:auto;}
