body {
	background-color: #76afd6;
	font-family: 'DIN Next W01 Light','Open Sans', sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}

h1 {
	font-size: 30px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-right: 10px;
	font-weight: normal; 
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}
p {
	margin: 5px 10px 5px 0;
}
.wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.container {
	width: 960px;
	height: 384px;
	position: relative;
	margin: 150px auto;
}

.facebook-icon {
	position: absolute;
	top: -30px;
	right: 0;
	font-size: 20px;
}

.small-square {
	width: 192px;
	height: 192px;
	position: absolute;
}

.big-square {
	width: 384px;
	height: 384px;
	position: absolute;
}
.img {
	position: relative;
}
.hover {
	display: none;
	text-align: right;
}
.hover .bg {
	background-color: #000000;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.hover .content {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.mitglieder .img:hover .hover, .interview  .img:hover .hover, .wohnen-arbeiten  .img:hover .hover, 
	.licht  .img:hover .hover, .textilien  .img:hover .hover, .bestellung  .img:hover .hover,
	.design-book:hover .img .hover{
	display: block;
}

.mitglieder {
	top: 0;
	left: 0;
}
.licht {
	top: 192px;
	left: 0;
}
.interview {
	top: 0;
	left: 192px;
}
.textilien {
	top: 192px;
	left: 192px;
}
.wohnen-arbeiten {
	top: 0;
	left: 384px;
}
.bestellung {
	top: 192px;
	left: 384px;
}
.design-book {
	top: 0;
	right: 0;
	background: #000000;
	color: #ffffff;
}
.design-book .img {
	margin-top: 192px;
	text-align: right;
	margin-right: 20px;
}
.design-book p {
	margin: 0;
}
.design-book span.title-date {
	font-size: 20px;
}

.design-book span.title-date:hover {
	text-decoration: none;
}

#form-book-square, #form-moebel-square { display: none;}
.form#form-moebel-square {
	background-color: #b0cb43;
}
.form#form-book-square {
	background-color: #4a4b4a;
}
.form {
	left: 192px;
	top: 0;
	color: #000000;
}
.form .img .formular {
	margin: 0 20px;
}
.form#form-book-square td, .form#form-book-square {
	color: #ffffff;
}
.form td {
	color: #000000;
	font-size: 12px;
	line-height: 24px;
}
.form td:first-child {
	width: 25%;
}
form td input, form td textarea {
	width: 100%;
	border: none;
}
form td input.formbutton {
	width: 35%;
	background-color: #ffffff;
}
form td input.formbutton:hover {
text-decoration: underline;
	cursor: pointer;
}
form td input.formbutton.delete {
	float: right;
}
a.formbutton {
	color: #000000;
	background-color: #ffffff;
	padding: 5px;
	position:absolute;
	top:-5px;
	right:20px;
	font-size: 12px;
	line-height: 10px;
}

a.nounderline:hover {
	text-decoration: none;
	color: #b08555; }
