@charset "UTF-8";
/* CSS Document */

body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
	padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	line-height: 14px;
}

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 950px;
    padding: 0;
    position: relative;
}
#stoerer {
    position: absolute;
    left: 0;
    transform: translateX(30px);
    margin-top: -400px;
    height: 260px;
    width: 280px;
    background: white!important;
    transition: 0.3s ease-in-out;
    z-index: 99;
}
#stoerer:hover {
    box-shadow: 0 2px 10px -1px;
}
#fm {
    position: absolute;
    left: 0;
    transform: translate(30px);
    margin-top: 180px;
    height: 240px;
    width: 450px;
    background: transparent;
    z-index: 99;
}
#header {
	height: 125px;
	width: 950px;
	display: block;
	float: left;
	border-bottom: 1px solid #8F8270;
}

#menue {
	display: block;
	height: 22px;
	width: auto;
	float: left;
	margin-top: 83px;
}

.logo {
	position: absolute;
	margin-top: 35px;
	margin-left: 307px;
	background-image: url(../pix/holzmanufaktur-logo.gif);
	width: 392px;
	height: 70px;
}

#spacer {
	height: 25px;
	width: 950px;
	display: block;
	float: left;
}

#content {
	height: 450px;
	width: 950px;
	display: block;
	float: left;
	background-color: #CCC;
	border-top: 1px solid #8F8270;
	border-bottom: 1px solid #8F8270;
}

#text {
	position: absolute;
	height: 350px;
	width: 300px;
	margin-left: 600px;
	margin-top: 175px;
	z-index: 99;
}

#text2 {
	position: absolute;
	height: 0px;
	width: 700px;
	margin-left: 50px;
	margin-top: 475px;
	z-index: 99;
}

#text3 {
    position: absolute;
	height: 350px;
	width: 200px;
	margin-left: 700px;
	margin-top: 175px;
	z-index: 99;
}
#text-fm {
    position: absolute;
	height: 350px;
	width: 400px;
	margin-left: 500px;
	margin-top: 175px;
	z-index: 99;
}

.doc {
	background-image: url(../pix/habicht_03.gif);
	height: 85px;
	width: 210px;
}

.beigeback {
	background-color: #8F8270;
}

#footer {
	position: relative;
	height: 40px;
	width: 950px;
	display: block;
	float: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fonts */

h1 {
	font-size: 20px;
	font-family: 'FagoCoLfBold', Arial, sans-serif;
	text-transform: uppercase;
	color: #893200;
	margin: 0;
}

h1 a:hover {
	color: #8F8270;
	text-decoration: none;
}

.aktiv {
	color: #8F8270;
	text-decoration: none;
}

h3 {
	position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #8F8270;
	line-height: 14px;
	text-transform: uppercase;
	bottom: 0;
	margin: 0;
}

p, ul {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #893200;
}

p a {
	text-decoration: underline;
	color: inherit;
}

p a:hover {
	text-decoration: none;
}

.bold {
	font-weight: bold;
	font-size: 14px;
}

.ital {
	font-style:italic;
	font-size: 12px;
	padding-left: 60px;
	line-height: 25px;
}

.quota {
	font-size: 24px;
	line-height: 30px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

#active {
	background-position: bottom;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jQuery Slideshow */

#slideshow {
    position:relative;
    height:440px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
