/* @override http://www.thetahealing-kutzner.de/NEU3/css/styles.css */

*{
	font-family: "Times New Roman", Times, serif;
}

html, body{
	background-color: #e3e2b3;
}

.main{
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -550px;
	width: 1100px;
	height: 800px;
	background: #f6f5ca url(bg.main.jpg) no-repeat right bottom;
	-moz-border-radius: 16px 16px 15px 15px;
	-webkit-border-radius: 16px 16px 15px 15px;
	border-radius: 16px 16px 15px 15px;
	-moz-box-shadow: 0px 0px 30px #a1a27d;
	-webkit-box-shadow: 0px 0px 30px #a1a27d;
	box-shadow: 0px 0px 30px #a1a27d;
}

.head{
	position: absolute;
	width: 100%;
	height: 196px;
	background-image: url(bg.head.jpg);
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}

.head img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -70px 0 0 -192px;
}

.navi{
	position: absolute;
	top: 196px;
	width: 100%;
	background: #a1a27d;
	overflow:hidden;
}

.navi ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.navi ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

.navi ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 4px 35px 2px 30px;
	padding-bottom: 5px;
	font-size: 18px;
	line-height: 18px;
}

.navi a:hover, .navi .current a{
	color: #993399;
	text-shadow: #f6f5ca 0 0 15px, #f6f5ca 0 0 15px, #fefffe 0 0 15px, #fefffe 0 0 15px;
	filter: dropshadow(color=#ffffff, offx=0, offy=0);
}
/*
.navi .current a{
	cursor: default;
}
*/
.text{
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -280px;
	width: 580px;
	font-size: 15px;
	line-height: 1.2em;
	text-align: justify;
	color: #444;
}

.seminare table{
	width: 700px;
}

h1, .text a{
	color: #993399;
}

.text a:hover{
	color: #781878;
}

h1{
	font-size: 15px;
	text-transform: uppercase;
}

.kontakt{
	margin-left: -450px;
	width: 700px;
}

#kontaktform{
}

#kontaktform td{
	padding: 0 10px 5px 0;
}

#kontaktform input, #kontaktform textarea, #kontaktform select{
	border: 1px solid #a1a27d;
	background: #e3e2b4;
	padding: 2px 3px;
	width: 150px;
}

#kontaktform textarea{
	width: 250px;
	height: 100px;
}

#kontaktform small{
	padding-left: 5px;
	color: #797b46;
	font-style: italic;
}

#kontaktform #submit{
	margin-top: 15px;
	width: auto;
	padding: 2px 10px;
	cursor: pointer;
}

#kontaktform #reset{
	width: auto;
	color: #6c6d54;
}

#kontaktform #Geb{
	width: 60px;
}

#kontaktform #PLZ{
	width: 35px;
}

.formfehler, .formok{
	background: #973298;
	margin-bottom: 7px;
	padding: 3px 5px;
	color: #f6f5cb;
}

.formok{
	background-color: #a1a27d;
}

#accordion table{
	margin-bottom: 5px;
}

#accordion td{
	text-align: right;
	padding-right: 5px;
}

cite{
	display: block;
	text-align: center;
	margin: 10px;
}

sup{
	font-size: 0.6em;
}

.bild{
	position: absolute;
	top: 250px;
	left: 5px;
}

.seminare .bild{
	top: 260px;
	left: 15px;
}

.vita .bild{
	top: 240px;
	left: 10px;
}

.methode .bild{
	top: 280px;
	left: 30px;
}

.behandlung .bild{
	top: 260px;
	left: 25px;
}

.menschundtier .bild{
	top: 330px;
	left: 30px;
}






























