@CHARSET "ISO-8859-1";

/*
	Allgemeine EInstellungen
*/
* {
	font-family: "Times New Roman, Thorndale AMT";
	color: #000000;
}

a {
	text-decoration: none;
	font-weight: normal;
}
	
a:link {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #6d1c1c;
}


/*
	Allgemeines Layout
*/

html {
	height: 100%;	
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.background1 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.background2 {
	position: fixed;
	left: 10%;
	top: 0px;
	width: 80%;
	height: 99%;
	z-index: -1;
}

div.header {
	text-align: center;
	height: 15%;
}

.spacer {
	width: 100%;
	height: 30%;
}

img.header {
	height: 70%;
}

.contentWrapper {
	position: fixed;
	top: 18%;
	left: 13%;
	width: 73.2%;
	height: 70%;
	z-index: 1;
}

div.navigation {
	position: absolute;
	left: 0px;
	width: 18%;
}

.navigationBorder {
	position: absolute;
	left: 0px;
	width: 20%;
	z-index: -1;
}

.content {
	position: absolute;
	left: 24.3%;
	top: 3em;
	height: 90%;
	width: 70%;
	font-size: 1.05em;
	line-height: 1.3em;
}

.legalNotice {
	position: fixed;
	bottom: 6%;
	width: 100%;
	height: 1em;
	z-index: 1;
}

.legalNotice2 {
	position: absolute;
	bottom: 0px;
	width: 100%;
}

/*
	Navigation
*/

table.navigation {
}

.navigationpointLayer1 {
	font-size: 1.2em;
	font-weight: normal;
}

td.naviImage {
	width: 20%;
	text-align: center;
}

img.naviImage {
	position: relative;
	top: -0.1em;
	height: 1em;
}

.navigationLayer2 {
	position: relative;
	left: 10%;
}

.seperator {
	width: 100%;
	min-height: 1px;
}

.heading {
	color: #000000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}


/*
	Texte
*/
.textHome {
	position: relative;
	left: 12.4%;

}

.textAboutMe {
	overflow-y: scroll;
	height: 100%;;
}

.textContact {
	overflow-y: scroll;
	height: 100%;;
}

.textLegalNotice {
	overflow-y: scroll;
	height: 100%;;
}

.textTherapy {
	height: 100%;;
}

.textTherapyCosts {
	height: 100%;;
}

.textTherapyFormal {
	overflow-y: scroll;
	height: 100%;;
}

.textTherapyMethod {
	overflow-y: scroll;
	height: 100%;;
}


/*
	Bilder
*/
.bgSite {
	position: fixed;
	right: 17%;
	bottom: 9%;
	height: 45%;
	z-index: -1;
}
