*{
	margin:0;
	padding:0;
}
html,body,#bg,#bg table,#bg td,#container {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family: Arial, sans-serif;
	font-size:13px;
	color:#666;
	background-color: #eaedf2;
}

  a {
	text-decoration: underline;
	color: #7E3A8E;
 }
 
   a:hover {
	text-decoration: none;
 }

a:focus{
outline:none !important ;
	}
	
p {
	margin-top: 14px;
}
	
/*Container*/

#bg div {
	position:absolute;
	width:200%;
	height:200%;
	top:-50%;
	left:-50%;
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	display:block;
}

#top {
	position:absolute;
	top:50%;
	left:50%;
	width: 1020px;
	height:41px;
	margin-left:-510px;
	margin-top: -310px;
	/*border: 1px solid red;*/
	/*background-color: white;*/
}

#top img {
float:left;
}

#topnavi {
margin: 48px 24px 0 0;
float:right;
}

#container {
	width: 1020px;
	height: 503px;
	background-image: url(bilder/container_trans-bg.png);
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-510px;
	margin-top: -225px;
	z-index:70;
	overflow:hidden;
}

#nav {
float:left;
margin: 21px 0 0 24px;
width:188px;
height: 454px;
/*background-color:white;*/
}

#content {
float:left;
margin: 24px 0 0 24px;
width:760px;
height: 454px;
background-color:white;
}

#textlinks {
	/*margin-top: 12px;*/
	padding-left:24px;
	height: 454px;
	width: 430px;
	float:left;
	/*background-color: aqua;*/
}

#bildrechts {
	height: 454px;
	width: 282px;
	float:right;
}

#textbreit {
	padding-left:24px;
	height: 454px;
	width: 712px;
}

/* Topnav */

#topnavi ul {
	margin: 0; padding: 0;
}

#topnavi ul li {
	float: left;
	display: inline;
	margin: 0 0 0 8px;
	padding: 0 0 0 19px;
	list-style-type: none;
}

#topnavi ul li a{
	color: #666666;
	text-decoration: none;
}

#topnavi ul li a:hover{
	text-decoration: underline;
}

#topnavi ul li a.topnavaktiv{
	text-decoration: underline;
	color:#7e3a8e;
}

/*1st Level Hauptnavigation*/

#nav ul { margin:0; padding:0;}

#nav ul li {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 188px;
	line-height: 32px;
	vertical-align: middle;
	display: inline;
	text-align: left;

}

#nav ul li a {
	padding-left:11px;
	clear:both;
	display:block;
	width:177px;
	height: 32px;
	line-height: 32px;
	color:#7E3A8E;
	text-decoration: none;
	background-color: #F2E7F5;
 }
 
 #nav ul li a:hover {
	background-color: #7E3A8E;
	color: white;
 }
 
  #nav ul li a:active {
	color: black;
 }
 
 #nav ul li a.firstaktiv {
 	background-color: #7E3A8E;
	color:white;
 }
 
 /*2nd Level Hauptnavigation*/
 
 #nav ul li ul li{
 	margin:0;
 	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	line-height: 26px;
 }
 
  #nav ul li ul li a {
  	padding-left:17px;
  	width:171px;
 	margin:0;
 	font-size: 13px;
 	color: white;
 	background-color: #CEA7DA;
	height: 26px;
	line-height: 26px;
 }
 
  #nav ul li ul li a:hover {
	background-color: #CEA7DA;
	color:#7E3A8E;
 }
 
   #nav ul li ul li a:active {
	color:black;
 }
 
   #nav ul li ul li a.secondaktiv {
	color:#7E3A8E;
 }
 
 /*Contentformatierungen*/
 
  #textlinks, #textbreit{
	line-height: 21px;
 }
 
  #textlinks p, #textbreit p{
	margin-top: 16px;
 }
 
 #textlinks h1, #textbreit h1{
 	color: #7E3A8E;
	font-size: 16px;
	border-bottom: 3px solid #F2E7F5;
	line-height: 37px;
	vertical-align: middle;
 }
 
  #textlinks h1 .subheader, #textbreit h1 .subheader{
 	font-weight: normal;
 }
 
 #textlinks span.weiter, #textlinks span.zurueck, #textbreit span.weiter, #textbreit span.zurueck {
 	position: absolute;
	bottom:48px;
	width: 60px;
	height: 21px;
	font-size: 12px;
	line-height: 20px;
	background-color: #F2E7F5;
	color:white;
 }
 
  #textlinks span.weiter, #textbreit span.weiter{
  padding-left: 8px;
	right:330px;
	width: 57px;
 }
 
  #textlinks span.zurueck, #textbreit span.zurueck {
  padding-left: 6px;
	left: 260px;
 }

#textbreit span.weiter{
	right:50px;
 }
 
 #textlinks span.weiter img, #textlinks span.zurueck img, #textbreit span.weiter img, #textbreit span.zurueck img {
	margin-bottom:-2px;
 }
 
  #textlinks span.weiter a, #textlinks span.zurueck a,  #textbreit span.weiter a, #textbreit span.zurueck a {
	text-decoration: none;
	color: #7E3A8E;
 }
 
  #textlinks span.weiter a:active, #textlinks span.zurueck a:active, #textbreit span.weiter a:active, #textbreit span.zurueck a:active {
	color: black;
 }
 
   #textlinks span.weiter a:hover, #textlinks span.zurueck a:hover, #textbreit span.weiter a:hover, #textbreit span.zurueck a:hover {
	text-decoration: underline;
 }
 
 #content p.teamabsatz {
 	padding-left: 24px;
	padding-right: 24px;
 }
 
 #content a.kontaktpic {
 display:inline;
 float:right;
 width: 282px;
 height: 454px;
 background-image: url(bilder/anfahrt_naturheil-kl.gif);
 text-decoration:none !important;
 }
 
  #content a.kontaktpic:hover {
  background-image: url(bilder/location.jpg);
 }

p.mailhinweis {
	font-size: 11px;
	line-height: 14px;
}

#textbreit h4 {
	margin-top: 12px;
}
#textbreit p {
	margin-top: 12px;
}