@charset "utf-8";


body  {
	font: 90% Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #ffffff;
	line-height: 1.5;
}

h1 {
font-family:Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
font-style:normal;
font-size:13pt;
color:#404040;
font-weight:bold;
margin-top:0px;
margin-bottom:15px;
}

h2 {
	font-family:Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size:12pt;
	font-weight:bold;
	color:#a80537;
}


#Header {
	background:url(images/Backgr_header.jpg);
	height: 160px;
	width: 100%;
	top: 0px;
	margin-top: 0;
	margin-bottom: 0;
}


#Kopfzeile {
	position: relative;
	height: 160px;
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Logo {
	position: absolute;
	top:5px;
	text-align: center;	
	margin-left: 0px;
	padding-top:0px;
}


#Adresse {
	position: absolute;
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 14px;
	color:#4a2d1d;
	text-align: center;	
	margin-left: 500px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	padding-top:10px;
}



.stopFloat {
display: block;
float: none;
clear: both;
}

.photoborder {
	border:5px solid #e1e1e2; 
	padding:1px; 
}

#Banner {
	position: relative;
	background-image: url(images/Schindelwd_01.jpg);
	height: 390px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	vertical-align:middle;
}


#Content-head {
	position: relative;
	background:url(images/Zimmermann-Zimmerei-Holzbau_02.png);
	height:165px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	vertical-align:middle;
}

#Content-head h1 {
	position: absolute;
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 25px;
	font-weight:bold;
	color:#009037;
	left: 85px;
	top: 80px;

}

#inhalt {
	position: relative;
	background:url(images/Inhalt_bgr.jpg);
	height: auto;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	vertical-align:middle;
}

#inhaltbox1 {
	position: relative;
	width: 820px;
	left: 85px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

#inhaltbox1 h1 {
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 25px;
	font-weight:bold;
}
#inhaltbox1 h2 {
	font-family: Trebuchet MS,Verdana,Tahoma,Arial,Helvetica;
	font-size: 18px;
	font-weight:bold;
	color:#d2d0d0;
}

#inhaltbox1 a {
    color: #ffffff;

}

#footer {
	position: relative;
	background:url(images/Zimmermann-Zimmerei-Holzbau_04.png);
	height:125px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	top: 0px;
	vertical-align:middle;
}

#impressum {
	position: relative;
	float: left;
	top: 45px;
	left: 70px;
	font-family:Trebuchet MS, Arial,Helvetica,sans-serif;
	font-size:14px;
	margin: 0px 0px 0px 0px;
}

a.impr_link {
	text-decoration: none;
	color:#FFFFFF;
}
a.impr_link:hover {
	color: #009037;
	font-style:italic;
}
