body {
	background: url("background.jpg") no-repeat 0 0 / 100% #fff;
	font-family: sans-serif;
	line-height: 1.4em;
	margin: 0 15%;
}
h1,
h2,
h3 {
	font-family: serif;
	margin-bottom: .2em;
	padding-bottom: .1em;
}
h4,
h5,
h6 {
	margin-top: 1%;
	margin-bottom: 0;
}
h3:first-child {
	margin-top: 0;
}
@font-face {
	font-family: 'urw-chancery-l-medium-italic';
	src: url('urw-chancery-l-medium-italic.ttf') format('truetype'),
	url('urw-chancery-l-medium-italic.tff?#iefix') format('truetype');
}
#kaitoArt {
	width: 70%;
}
#kaito {
	position: absolute;
	right: 10%;
	width: 20%;
}
table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
table td {
	padding: 0;
}
#menu {
	background: url("menu.jpg") no-repeat 0 0 / 100% #7c4;
	font: 2.9em urw-chancery-l-medium-italic, serif;
	text-align: center;
	width: 100%;
	border-radius: .2em;
	box-shadow: 0 0 15px #000;
}
#menu a {
	color: #000;
	text-decoration: none;
	text-shadow: 1px -2px 1px #b6d83f, -1px 2px 1px #195d18;
}
#menu a:hover {
	text-shadow: none;
}
#menu a:active {
	text-shadow: 1px -2px 1px #b6d83f, -1px 2px 1px #195d18;
}
#menu p {
	color: #fff;
	margin: 0;
	text-shadow: 1px 1px 3px #000, 1px -1px 3px #000, -1px  1px 3px #000, -1px -1px 3px #000;
}
#home {
	width: 12%;
}
#galerien {
	width: 18%;
}
#leistung {
	width: 18%;
}
#kontakt {
	width: 18%;
}
#ich {
	width: 8%;
}
#space {
	width: 26%;
}
#contentBox {
	background: url("opacity20.png");
	border: 2px solid #dcebed;
	border-radius: .4em;
	box-shadow: 0 0 1px #000;
	margin: 4% 2%;
	padding: 0 4% 4%;
}
#contentBox .box1 {
	background: url("opacity20.png");
	border-bottom: 1px solid #b8d4d5;
	border-top: 1px solid #b8d4d5;
	clear: both;
	box-shadow: 0 -1px 2px #d8e5e7, 0 1px 2px #d8e5e7;
	margin: 4% -4% 2%;
	padding: 2% 4%;
	text-shadow: 1px -2px 1px #fff, -1px 2px 1px #b8d4d5;
}
#contentBox .box2 {
	background: url("opacity20.png");
	border: 1px solid #b8d4d5;
	border-radius: .4em;
	box-shadow: 0 -1px 1px #d8e5e7, 0 1px 1px #d8e5e7;
}
#contentBox .box3 {
	background: url("opacity10.png");
	border: 1px solid #c5dcdd;
	border-radius: .4em;
	box-shadow: 0 -1px 1px #d8e5e7, 0 1px 1px #d8e5e7;
	margin: 4% 0;
	overflow: hidden;
	padding: 2%;
}
#contentBox .imgLeft {
	float: left;
	margin: 2% 4% 4% 0;
	width: 45%;
}
#contentBox .imgRight {
	float: right;
	margin: 2% 0 4% 4%;
	width: 45%;
}
#contentBox .imgMiddle {
	margin: 2% 0 4%;
	width: 100%;
}
.center {
	text-align: center;
}
.stopFloat {
	clear: both;
	height: 0;
	visibility: hidden;
}
.underline {
	border-bottom: 1px solid #8da2a3;
	box-shadow: 0 1px #fff;
	overflow: hidden;
}
@media (max-width: 70em) {
	body {
		margin: 0 5%;
	}
	#kaito {
		right: 0;
		width: 26%;
	}
}
@media (max-width: 55em) {
	body {
		background-size: 57em;
		margin: 0 1em;
		width: 55em;
	}
	#kaitoArt {
		width: 37em;
	}
	#kaito {
		left: 42em;
		width: 15em;
	}
}
