@charset "utf-8";

* {
	border:0;
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background:#944912 url(../images/poliertes_holz.jpg);
	color:#f5e0c8;
	font:90%/1.5em Georgia, "Times New Roman", Times, serif;
}

h1 {
	background:url(../images/tischlerei-kraus.png) no-repeat;
	height:155px;
	left:10px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:438px;
}

h2 {
	bottom:2px;
	font:bold italic 2.4em "Times New Roman", Times, serif;
	left:55px;
	position:absolute;
}

h3 {
	color:#fbb850;
	font-size:1.25em;
	font-style:italic;
	font-weight:normal;
}


p {
	padding:0 0 1.2em 0;
}


a:link {
	color:#fbb850;
}
a:visited {
	color:#fbb850;
}
a:hover {
	color:#fcddad;
}
a:active {
	color:#800000;
}