html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font: 62.5% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #000 url("../img/seidenerfaden_bg.jpg") repeat;
	color: #eee;
	text-align: center;
}

#floater {
	position: relative;
	float: left;
	height: 50%;
	margin-bottom: -315px;
	width: 1px;
}
	  
#centered {
	position: relative;
	clear: left;
	height: 630px;
	width: 1020px;
	min-width: 1020px;
	margin: 0 auto;
	background: transparent url("../img/seidenerfaden_page.png") center no-repeat;
}

#content {
	position: relative;
	top: 30px;
	width: 960px;
	height: 570px;
	margin: 0 auto;
	z-index: 10;
}

#contact {
	position: relative;
	top: 218px;
	left: 20px;
	width: 160px;
	text-align: left;
	float: left;
}

#contact p, #contact td {
	font-size: 1.3em;
	line-height: 1.4em;
	font-style: italic;
}

#contact p {
	margin-bottom: 20px;
}

#main {
	position: relative;
	top: 15px;
	left: 130px;
	width: 670px;
	height: 555px;
	text-align: left;
	float: left;
}

#angebot01, #angebot02, #angebot03, #angebot04, #angebot05, #angebot06 {
	height: 72px;
	background: url("../img/knopf.png") left center no-repeat;
	display: table;
	margin-bottom: 20px;
}

#angebot01 {
	margin-left: 175px;
}

#angebot02 {
	margin-left: 140px;
}

#angebot03 {
	margin-left: 105px;
}

#angebot04 {
	margin-left: 70px;
}

#angebot05 {
	margin-left: 35px;
}

#angebot06 {
	margin-left: 0;
}

#angebot01 p, #angebot02 p, #angebot03 p, #angebot04 p, #angebot05 p, #angebot06 p {
	font-size: 2.3em;
	font-style: italic;
	padding-left: 84px;
	line-height: 32px;
	vertical-align: middle;
	display: table-cell;
}

.red {
	color: red;
}

.subred {
	font-size: .9em;
	color: red;
}

big {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

#contact table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#contact table td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#copy {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 100%;
	height: 6px;
	text-align: right;
	z-index: 10;
}

#copy p {
	color: #bbb;
	font-size: 1.1em;
	font-weight: bold;
	display: inline;
}

#copy a {
	color: #bbb;
	text-decoration: none;
}