@charset "utf-8";
*
{
	margin:0;
	padding:0;
	font-size:100%;
}

*:focus
{
		outline:none;
}

img
{
		border:0;
}

body
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333;
		background-color:#fff;
}

#wrapper
{
	margin:0 auto;
	width:996px;
	position:relative;
}




/* SiteNavigation */

#siteNavigation
{
		height:63px;
		margin-left:156px;
}

#siteNavigation  ul
{
		width:830px;
}

#siteNavigation  ul, #siteNavigation li
{
		display:block;
		list-style-type:none;
}

#siteNavigation li
{
		float:left;
		height:63px;
}

#siteNavigation li a
{
		display:block;
		text-indent:-5000px;
		height:52px;
		width:166px;
		background-position:0 -104px;
}

#siteNavigation li a:hover
{
	background-position:0 -52px;
}

#siteNavigation li a.aktiv
{
	background-position:0 0;
}

#siteNavigation .sn_holzbau
{
		background-image:url(../img/siteNavigation/holzbau.png);
}


#siteNavigation .sn_architekten
{
		background-image:url(../img/siteNavigation/architekten.png);
}

#siteNavigation .sn_zimmereien
{
		background-image:url(../img/siteNavigation/zimmereien.png);
}

#siteNavigation .sn_gewerbe
{
		background-image:url(../img/siteNavigation/gewerbliche.png);
}

#siteNavigation .sn_privat
{
		background-image:url(../img/siteNavigation/private.png);
}



/* Header */

#header
{
		width:980px;
		height:127px;
		margin:0 auto;
		overflow:hidden;
}

#header h1
{
	text-indent:-5000px;
	
}

#header .corporate
{
		float:left;
		width:765px;
}

#header .claimHolder
{
		float:left;
		padding-top:24px;
		padding-left:22px;
}

#headerAssets
{
	color:#fff;
	float:left;

	width:180px;
	
	
}

.sprachAuswahl
{
	padding-top:27px;
	padding-right:22px;
	text-align:right;
}

.sprachAuswahl a
{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

#headerAssets form
{
	display::block;
	margin:0;
	margin-top:52px;
	padding:0;
	
	
}

#headerAssets form input[type="text"]
{
	border:1px solid #33a1d9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	padding-right:25px;
	padding-left:5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	overflow:hidden;
	width:125px;
	
}

#headerAssets form input[type="image"]
{
	position:relative;
	left:-23px;
	top:2px;
	
}
/* Body */


#inhaltsBereich
{
	width:926px;
	background-color:white;
	padding:0 0 0 50px;
	margin:-40px 0 0 10px;
	position:relative;
	z-index:100;
}

#inhaltsBereich hr
{
	border:0;
	border-top: 1px solid #aaa;
	border-bottom: solid 1px #FFFFFF;
	width:690px;
	position:absolute;
	top:26px;
	left:230px;
	background:none;
}

#inhaltsBereich h1
{
	text-indent:-10000px;
	background-repeat:no-repeat;
	background-position: 15px 0;
	padding:0 0 11px 15px;
	width:128px;
	border-bottom:1px solid #aaa;
	margin-left:-15px;
}



/* headlines rubriken */

#inhaltsBereich h1.aktuell
{
	background-image:url(../img/headLines/aktuell.gif);
}

#inhaltsBereich h1.unternehmen
{
	background-image:url(../img/headLines/unternehmen.gif);
}

#inhaltsBereich h1.referenzen
{
	background-image:url(../img/headLines/referenzen.gif);
}

#inhaltsBereich h1.produktinfos
{
	background-image:url(../img/headLines/produktinfos.gif);
}

#inhaltsBereich h1.karriere
{
	background-image:url(../img/headLines/karriere.gif);
}

#inhaltsBereich h1.presse
{
	background-image:url(../img/headLines/presse.gif);
}

#inhaltsBereich h1.downloads
{
	background-image:url(../img/headLines/downloads.gif);
}

#inhaltsBereich h1.kontakt
{
	background-image:url(../img/headLines/kontakt.gif);
}
	

/* contentBody */


#spalteLinks
{
	float:left;
	width:180px;
}

#spalteRechts
{
	float:left;
	width:690px;
}

.expandLink, .mailLink
{
	color:#888;
	text-decoration:none;
}

.mailLink
{
	background:url(../img/icons/Icon_External_Link_E-Mail.png) no-repeat 0 4px;
	padding-left:20px;
	display:inline-block;
}

.expandLink:hover, .mailLink:hover
{
	text-decoration:underline;
}

.expandLinkDecor
{
	color:#999;
	font-size:14px;
}

.downloadLinkPDF
{
	color:#888;
	text-decoration:none;
	background:url(../img/icons/icon-pdf-small.gif) no-repeat 0 2px;
	padding-left:17px;
	display:inline-block;
	margin-top:3px;
}

.downloadLinkPDF:hover
{
	text-decoration:underline;
}

.downloadLinkBild
{
	color:#888;
	text-decoration:none;
	background:url(../img/assets/images.gif) no-repeat;
	padding-left:20px;
}

.downloadLinkBild:hover
{
	text-decoration:underline;
}

.linkExtern
{
	display:inline-block;
	text-decoration:none;
	color:#888;
	background:url(../img/icons/Icon_External_Link.png) no-repeat 0 3px;
	padding-left:16px;
	margin-top:3px;
}

.linkExtern:hover
{
	text-decoration:underline;
}

.flexStyle
{
	font-weight:bold;
	font-style:italic;
}
	
	




/* Footer */

/*-----------------------------------------------------------------------------------------------------------Footer*/

#footerWrapper
{
	background:url(../img/assets/KachelFooter.png);
	height:340px;
	z-index:20;
}

#footer
{
	margin:auto;
	width:994px;
	position:relative;
	top:6px;
	left:9px;
	line-height:19px;
}

.mailFooter
{
		position:relative;
		top:1px;
		left:5px;
}

.footerNavigation li
{
		display:block;
		margin:0;
		padding:0;
}

.footerNavigation
{
	border-top:1px solid #333;
	display:block;
	list-style-type:none;
	float:left;
	margin:58px 12px 0 12px;
	padding-top:15px;
	width:170px;
	font-size:11px;
}

.footerNavMain
{
	clear:left;
	padding-left:5px;
	float:left;
}

.footerNavigation a
{
	display:block;
	text-decoration:none;
	color:#333;
}

.footerNavigation a:hover
{
	text-decoration:underline;
}


.kontaktInfo
{
		width:195px;
		float:left;
		margin:0;
		padding-top:15px;
		height:236px;
}

.kontaktAufmacher
{
		background-image:url(../img/assets/footerCopyBG.png);
		background-repeat:repeat-x;
		
		color:#fff;
}

#footer h6
{
		font-size:12px;
		font-weight:normal;
		width:85%;
		margin:0 auto;
		padding-bottom:5px;
		margin-bottom:15px;
		border-bottom:1px solid #fff;
		padding-left:5px;
}

#footer h5
{
		font-size:12px;
		font-weight:normal;
		width:85%;
		margin:0 auto;
		padding-bottom:5px;
		margin-bottom:15px;
		color:#333;
		border-bottom:1px solid #333;
		padding-left:5px;
}

#footer p
{
		width:85%;
		margin:0 auto;
		font-size:11px;
		padding-left:5px;
		
}

#footer a
{
	color:#333;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

#contentAbschluss
{
	background:#fff url(../img/assets/contentBgUntenRechts.png) no-repeat top right;
	width:994px;
	height:83px;
	margin:auto;
	z-index:100;
}

#logoMadeInGermany
{
	background:url(../img/assets/contentBgUntenLinks.png) no-repeat top left;
	height:83px;
	padding:0 0 0 60px;
	z-index:100;
}
