@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
}
a {
	color:#666666;
}
a:hover {
	color:#000000;
}
p {
	margin-bottom:5px;
}
h1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	color: #333333;
}
h2 {
	font-size:12px;
	text-transform:uppercase;
	color:#666666;
}
ul {
	list-style-type:none;
}
li {
	list-style-type:none;
	background-image: url(../bilder/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left:8px;
	font-weight:normal;
}
table, td, tr {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
#container {
	width:940px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin:0 auto;
	margin-top:50px;
	text-align:left;
	border:1px solid #000000;
}
#container.typ1 {
	background-image: url(../bilder/kreise.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container.typ2 {
	background-image: url(../bilder/kreise2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Typ1 */
#container.typ1 #logo {
	margin-left:320px;
	margin-top:50px;
}
#container.typ1 #navigation {
	height:60px;
	margin-left:315px;
	text-transform:uppercase;
	margin-top:120px;
	font-weight:bold;
}
#container.typ1 #navigation a {
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
}
#container.typ1 #subnavigation {
	width:300px;
	float:left;
	margin-top:20px;
	text-align:right;
}
#container.typ1 #content {
	width:600px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	line-height:150%;
}
#container.typ1 #content_breit {
	width:620px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	line-height:150%;
}
/* Typ 2 */
#container #contentwrapper{
	float:left;
}
#container.typ2 #bild {
	float:left;
	margin-right:20px;
}
#container.typ2 #logo {
	margin-top:50px;
}
#container.typ2 #navigation {
	height:60px;
	margin-left:-5px;
	text-transform:uppercase;
	margin-top:120px;
	font-weight:bold;
}
#container.typ2 #navigation a {
	padding-right:5px;
	padding-left:5px;
	text-decoration:none;
}
#container.typ2 #subnavigation {
	width:300px;
	margin-top:20px;
	text-align:right;
}
#container.typ2 #content {
	width:600px;
	float:left;
	margin-top:20px;
	line-height:150%;
}
#navigation .row1 {
}
#navigation .row2 {
	margin-top:5px;
}
#navigation .row2 a {
	color:#000000;
}
#navigation a.active {
	color:#000000;
}
#navigation a.percussion:hover {
	color:#ac6035;
}
#navigation a.percussion_active {
	color:#ac6035;
}
#navigation a.kinesiologie:hover {
	color:#5181ab;
}
#navigation a.kinesiologie_active {
	color:#5181ab;
}
#navigation a.klangmassage:hover {
	color:#754085;
}
#navigation a.klangmassage_active {
	color:#754085;
}
#subnavigation li{
	background:none;
	font-weight:bold;
	margin-bottom:5px;
}
#subnavigation li a{
	text-decoration:none;
}
#subnavigation li a.active{
	text-decoration:none;
	color:#000000;
}
#content .col1, #content_breit .col1 {
	float:left;
	width:290px;
	margin-right:20px;
}
#content .col2 {
	float:left;
	width:290px;
}
#content_breit .col2 {
	float:left;
	width:310px;
}
.clearFloat {
	clear:both;
	overflow:hidden;
	height:0;
}
.subline{
	color:#666666;
	display:block;
	padding-top:5px;
}
#footer{
	width:940px;
	margin:0 auto;
	text-align:right;
	font-size:10px;
	color:#CCCCCC;
	margin-top:5px;
}
#footer a{
	color:#CCCCCC;
	text-decoration:none;
}
#footer a:hover{
	color:#ABABAB;
}