html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1e032e;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}
* html body {
	height: 100%;
}
#distance {
	width: 100%;
	height: 50%;
	margin-bottom: -325px;
}
#background-left {
	background-image: url(/images/background-left.png);
	background-repeat: repeat-x;
	width: 49%;
	height: 650px;
	background-color: transparent;
	float: left;
}
#background-right {
	background-image: url(/images/background-right.png);
	background-repeat: repeat-x;
	width: 50%;
	height: 650px;
	background-color: transparent;
	float: right;
}
#root {
	background-repeat: no-repeat;
	width: 850px;
	height: 650px;
	margin: -1px 0  0 -425px;
	border: 1px solid transparent;
}
#content-top {
	float: right;
	width: 370px;
	height: 430px;
	margin: 130px 70px 0 0;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	overflow: hidden;
}
#content-top ul, #content-top li {
	padding-left: 14px;
}
#littlewindow {
	position:absolute;
	z-index: 10;
	margin: 375px 0 0 235px;
	float: left;
	height: 130px;
	width: 135px;
	color: #6c0ea3;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#littlewindow * {
	padding: 0;
	margin: 0;
}
#littlewindow_bottom {
	position: absolute;
	z-index: 10;
	height: 50px;
	width: 200px;
	float: left;
	margin: 515px 0 0 170px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #6c0ea3;
}
#littlewindow a, #littlewindow_bottom a {
	color: #6c0fa3;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
#littlewindow a:hover {
	text-decoration: none;
}

a {
	color: #ffffff;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
a:hover {
	text-decoration: none;
}
#between a {
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#between {
	height:69px;
	width: 600px;
	margin-top: -70px;
	margin-left: -292px;
}
#footer {
	color: #ff1251;
	font-family: arial;
	font-size: 10px;
	margin-left: 190px;
}
#footer a {
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#kontakt a {
	font-size: 1px;
	color: transparent;
}
#therapien span, #wellness span, #home span, #kontakt span, #distance span {
	font-size: 1px;;
	color: #6c0ea3;
	visibility: hidden;
	display: none;
}
h1, h2 {
	color: transparent;
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 1px;
}
h3 {
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h6 {
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-decoration: underline;
}
a {
	outline: 0;
}
.border {
	background-color: #6c0ea3;
	padding: 8px;
	display: block;
	margin: auto;
}
.divborder {
	border: 8px solid #6c0ea3;
	margin: auto;
}
.lila {
	color: #6c0ea3;
	font-weight: bold;
	font-size: 14px;
}
#branchenbuch {
	vertical-align: 8px;
	margin-left: 5px;
}

/*Menu*/
#kontakt {
	background-image: url(/images/kontakt.png);
	background-repeat: no-repeat;
	width: 68px;
	height: 96px;
	margin: 111px 0 0 309px;
}
#kontakt:hover {
	background-position: -70px;
}
#kontakt a {
	width: 100%;
	height: 100%;
	display: block;
}
#wellness {
	background-image: url(/images/wellness.png);
	background-repeat: no-repeat;
	width: 70px;
	height: 104px;
	margin: 18px 0 0 237px;
}
#wellness:hover {
	background-position: -72px;
}
#wellness a {
	width: 100%;
	height: 100%;
	display: block;
}
#therapien {
	background-image: url(/images/therapien.png);
	background-repeat: no-repeat;
	width: 74px;
	height: 111px;
	margin: 19px 0 0 161px;
}
#therapien:hover {
	background-position: -76px;
}
#therapien a {
	width: 100%;
	height: 100%;
	display: block;
}
#home {
	background-image: url(/images/home.png);
	background-repeat: no-repeat;
	width: 58px;
	height: 81px;
	margin: 21px 0 0 101px;
}
#home:hover {
	background-position: -60px;
}
#home a {
	width: 100%;
	height: 100%;
	display: block;
}
