html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4mm;
	color: #FFCC66;
	background-color: #666666;
	background-image: url("../Grafiken/hg.jpg");
	background-repeat: repeat;
}
img {
	display: block;
}
#inhalt_aussen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 570px;
	z-index: 2;
}
#inhalt_innen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 570px;
	z-index: 3;
}
#inhalt_mitte {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 570px;
	z-index: 4;
}
table.aussen {
	height: 100%;
	width: 100%;
}
table.innen {
	width: 1000px;
	height: 570px;
}
#box_aussen {
	width: 1000px;
	height: 570px;
	margin: auto;
}
.box1 {
	width: 220px;
	height: 220px;
	background-image: url("../Grafiken/logo_links.jpg");
	background-repeat: no-repeat;
}
.box2 {
	width: 560px;
	height: 132px;
	background-image: url("../Grafiken/steg_oben.jpg");
	background-repeat: no-repeat;
}
.box3 {
	width: 220px;
	height: 220px;
	background-image: url("../Grafiken/logo_rechts.jpg");
	background-repeat: no-repeat;
}
.box4 {
	width: 132px;
	height: 350px;
	background-image: url("../Grafiken/steg_links.jpg");
	background-repeat: no-repeat;
}
.box5 {
	width: 132px;
	height: 350px;
	background-image: url("../Grafiken/steg_rechts.jpg");
	background-repeat: no-repeat;
}
.box6 {
	width: 108px;
	height: 108px;
	background-image: url("../Grafiken/inhalt_studio_links_oben.jpg");
	background-repeat: no-repeat;
}
.box7 {
	width: 520px;
	height: 108px;
	background-image: url("../Grafiken/inhalt_studio_oben.jpg");
	background-repeat: no-repeat;
}
.box8 {
	width: 108px;
	height: 108px;
	background-image: url("../Grafiken/inhalt_studio_rechts_oben.jpg");
	background-repeat: no-repeat;
}
.box9 {
	width: 108px;
	height: 330px;
	background-image: url("../Grafiken/inhalt_studio_links.jpg");
	background-repeat: no-repeat;
}
.box10 {
	width: 520px;
	height: 330px;
	background-image: url("../Grafiken/inhalt_studio.jpg");
	background-repeat: no-repeat;
}
.box11 {
	width: 108px;
	height: 330px;
	background-image: url("../Grafiken/inhalt_studio_rechts.jpg");
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5mm;
	letter-spacing: 0.1em;
	font-weight: 900;
	color: #FFCC66;
	line-height: 8mm;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
h2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 4.5mm;
	letter-spacing: 0.1em;
	font-weight: 900;
	line-height: 8mm;
	margin: 0;
	text-align: center;
}
p {
	line-height: 22px;
	font-weight: 900;
}
.schrift1 {
	line-height: 5mm;
	font-weight: 900;
}
a {
	font-size: 4mm;
	color: #FFCC66;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	font-size: 4mm;
	color: #FFFFFF;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link img, a:visited img {
	border: 2px solid #333333;
}
a:hover img {
	border: 2px solid #FFFFFF;
}
.navBarL {
	color: #000000;
	width: 74px;
	line-height: 18px;
	margin: 0;
	padding: 120px 0 0 5px;
}
.navBarL a {
	display: block;
	width: 74px;
	height: 18px;
	background-image: url("../Grafiken/button_links.jpg");
	background-position: 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	padding: 0;
}
.navBarL a:hover {
	display: block;
	width: 74px;
	height: 18px;
	background-image: url("../Grafiken/button_links.jpg");
	background-position: 100% 100%;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
	padding: 0;
}
.navBarR {
	color: #000000;
	width: 74px;
	line-height: 18px;
	margin: 0;
	padding: 120px 5px 0 0;
}
.navBarR a {
	display: block;
	width: 74px;
	height: 18px;
	background-image: url("../Grafiken/button_rechts.jpg");
	background-position: 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
	padding: 0;
}
.navBarR a:hover {
	display: block;
	width: 74px;
	height: 18px;
	background-image: url("../Grafiken/button_rechts.jpg");
	background-position: 100% 100%;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
	padding: 0;
}
.buttonL {
	color: #000000;
	width: 102px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.buttonL a {
	display: block;
	width: 102px;
	height: 18px;
	background-image: url("../Grafiken/button_eingang_links.jpg");
	background-position: 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.buttonL a:hover {
	display: block;
	width: 102px;
	height: 18px;
	background-image: url("../Grafiken/button_eingang_links.jpg");
	background-position: 100% 100%;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.buttonR {
	color: #000000;
	width: 102px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
.buttonR a {
	display: block;
	width: 102px;
	height: 18px;
	background-image: url("../Grafiken/button_eingang_rechts.jpg");
	background-position: 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.buttonR a:hover {
	display: block;
	width: 102px;
	height: 18px;
	background-image: url("../Grafiken/button_eingang_rechts.jpg");
	background-position: 100% 100%;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.copy {
	font-size: 2.5mm;
	color: #CC9933;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 0 24px 6px;
}
.label {
	line-height: 3mm;
	padding: 0 4px 16px 0;
}
A.icra {
	font-size: 2.5mm;
	color: #CC9933;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.icra:hover {
	font-size: 2.5mm;
	color: #CCCCCC;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.cou_re {
	width: 200px;
	border-top: 1px solid #FFCC66;
	border-left: 1px solid #FFCC66;
	text-align: right;
}
.cou_li {
	width: 200px;
	border-top: 1px solid #FFCC66;
	border-right: 1px solid #FFCC66;
	border-left: 1px solid #FFCC66;
	text-align: center;
}
.behandlung {
	font-family: arial, Helvetica, sans-serif;
	font-size: 5mm;
	font-weight: 900;
	line-height: 6mm;
	margin: 0;
	text-align: center;
}