@CHARSET "UTF-8";

a {
	outline: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: verdana;
	font-size: 13px;
	line-height: 1.5;
}

DIV#header a {
	color: #333;
	text-decoration: none;
}

DIV#header A:hover {
	text-decoration: underline;
}

DIV#page {
	width: 1000px;
	margin: 0 auto;
	background: url('../_img/page_bg.png');
}

DIV#header {
	margin: 0 20px;
	position: relative;
	height: 230px;
}

DIV#header_bottom {
	height: 25px;
	width: 960px;
	background-color: white;
	opacity: .8;
	filter: alpha(opacity = 80);
	position: absolute;
	left: 20px;
	margin-top: -25px;
	z-index: 20;
}

DIV#header A#logo {
	position: absolute;
	right: 20px;
	top: 70px;
}

DIV#search  {
	position: absolute;
	right: 20px;
	top: 170px;
}

UL#top_navi {
}

UL#top_navi A {
	color: #555;
}

DIV#header_wave {
	height: 330px;
	background: url('../_img/welle_oben_bg.png');

}

DIV#main {
	padding: 0 20px;
	padding-bottom: 10px;
	padding-top:25px;
	position: relative;
}



DIV#left {
	width: 140px;
	float: left;
}

FORM#loginbox {
	width: 120px;
	margin-left: 10px;
	font-size: 10px;
}

DIV#loginbox {
	width: 120px;
	margin-left: 10px;
	font-size: 10px;
	text-align: center;
}

DIV#lang {
	text-align: center;
	margin: 0 auto;
	width: 600px;
	margin-bottom: 40px;
}

DIV#lang UL LI {
}

DIV#lang UL LI A {
	color: #666;
	opacity: .5;
	filter: alpha(opacity=50);
	padding: 10px;
}

DIV#lang UL LI A:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}


UL#menu {
	width: 120px;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 20px;
}

UL#menu LI {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 5px;
	font-size:13px;
}

UL#menu LI A {
	text-decoration: none;
	color: #666;
}

UL#menu LI A:hover {
	text-decoration: underline;
	color: #333;
}

UL#menu UL {
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

UL#menu UL LI {
	border-bottom: 0;
	font-size:11px;
}

UL#menu LI.active A {
	color: black;
	font-weight: bold;
}

UL#menu LI.active UL LI A {
	color: #666;
	font-weight: normal;
}

UL#bereichestart IMG {
	border: 0;
}

UL#bereichestart {
	width: 780px;
	padding: 0;
	padding-bottom: 20px;
	margin: 0;
	text-align:center;
	font-size:18px;
}


UL#bereichestart LI {
	list-style-type: none;
	width: 170px;
	height:130px;
	margin-left:12px;
	margin-right:12px;
	float:left;
	line-height:0.8;
}

UL#bereichestart LI:first-child {
	margin-left:0px;
}

UL#bereichestart LI IMG {

	padding:0;
	margin:0;
	width:170px;

}


UL#menustart {
	width: 960px;
	padding: 0;
	padding-top:20px;
	padding-bottom: 20px;
	margin: 0;
	text-align:center;
	font-size:18px;
}


UL#menustart LI {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-left: 1px dotted #ccc;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 5px;
	display:inline;
}

UL#menustart LI:first-child {
	border-left: none;
}

UL#menustart LI A {
	text-decoration: none;
	color: #666;
}

UL#menustart LI A:hover {
	text-decoration: underline;
	color: #333;
}



DIV#content {
	float: right;
	position: relative;
	width: 780px;
	/*border-left: 1px dotted #999;*/
	padding-left: 6px;
	z-index:10;
}

DIV#content DIV.box_l {
	width: 550px;
	/*border-right: 1px dotted #999;*/
	float: left;
	padding-right: 35px;
}

DIV#content DIV.box_r {
	/*background-color: #eee;*/
	float: right;
	width: 166px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 5px;
	margin-top:0px;
}


DIV#footer {
	height: 40px;
	background: url('../_img/footer_bg.png');
	margin-top: -15px;
}


#flashcontent {
	height:40px;	
}

/*
  	GENERAL
*/

p {

}

p.uebersicht {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

UL.inline, UL.inline LI {
	display: inline;
}

UL.clean {
	margin: 0;
	padding: 0;
}

UL.clean LI {
	list-style-type: none;
}

UL.clean.welten LI {
	font-size:18px;
	margin-right:20px;
}

UL.li_space LI {
	margin-bottom: 6px;
}

UL.fourcol LI {
	width: 172px;
	float: left;
	padding: 5px;

	padding-bottom: 10px;
}

UL.threecol LI {
	padding-top:10px;
	width: 225px;
	float: left;
	padding-right:18px;
}

UL.threecol LI IMG {
	margin-right:5px;
}


Ul.twocol LI {
	width: 263px;
	float: left;
	padding: 5px;
	padding-bottom: 10px;
}

.dotted_right {
	border-right: dotted 1px #999;
}

.dotted_bottom {
	border-bottom: dotted 1px #999;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.fine {
	color: #aaa;
	font-size: 10px;
}

A {
	text-decoration: none;
	color: #ee7f00;
}

A:hover {
	text-decoration: underline;
}

A.pfeil {
	padding-left: 20px;
	background: url('../_img/wellharmony/link.png') no-repeat;
}

H1{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 22px;
	color:#004494;
	font-weight: normal;
}

H2{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: normal;
}

H2.uebersicht{
	font-size: 16px;
	margin-top:0px;
	margin-bottom: 0px;
}

H3{
	margin: 0;
	padding: 0;
	margin-top:15px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #9C9D9F;
}

sub {
	margin: 0;
	padding: 0;
}


UL.list {
	padding-left: 26px;
}

UL.list LI {
	margin-bottom: 10px;
}

IMG.photo {
	padding: 2px;
	margin: 1px;
	border: 1px solid #ccc;
}

DIV.bildunterschrift {
	margin-top:3px;
	margin:0;
	padding:0;
	font-size:9px;
	font-style:italic;
}


UL.vertlist {
	padding: 0;
	margin: 0;
}

UL.vertlist LI {
	list-style-type: none;
	padding: 4px 0;
	border-bottom: 1px dotted #999;
}


INPUT.input_text {
	border: 1px solid #999;
	padding: 2px;
	font-size: 14px;
}

INPUT.not_valid {
	background: url('../_img/icn/cancel.png') 266px 2px no-repeat;
}

INPUT.valid {
	background: url('../_img/icn/valid.png') 266px 2px no-repeat;
}

b {
	color: #004494;
}

.shop {
	background: url('../_img/home/warenkorb.png') no-repeat;
	background-color: white;
	opacity: .8;
	filter: alpha(opacity = 80);
	text-align:left;
	width: 155px;
	padding: 5px;
	padding-left:40px;
	padding-top:13px;
	height:26px;
	font-size:13px;
	z-index:20;
	position: absolute;
	top: -94px;
	right: 0;
}

/*
  	COLORS
*/

.traditional {
	color: #a00631;
}	

.wellactive {
	color: #f9b200;
}

.wellbalance {
	color: #2f6ca9;
}

.wellmotion {
	color: #5ba128;
}

.wellharmony {
	color: #ee7f00;
}

.wellcare {
	color: #8e2d85;
}

.bioenergy {
	color: #eeca00;
}

.wellness {
	color: #004494;
}

A.linktraditional:hover {
	color: #a00631 !important;
}

A.linkactive:hover {
	color: #f9b200 !important;
}

A.linkbalance:hover {
	color: #2f6ca9 !important;
}

A.linkmotion:hover {
	color: #5ba128 !important;
}

A.linkharmony:hover {
	color: #ee7f00 !important;
}

A.linkcare:hover {
	color: #8e2d85 !important;
}

A.linkbioenergy:hover {
	color: #eeca00 !important;
}

A.linkgesundheit:hover {
	color: #5aa024 !important;
}

A.linkwellness:hover {
	color: #014494 !important;
}

A.linkbeauty:hover {
	color: #ee7f00 !important;
}

A.linkzuhause:hover {
	color: #a00631 !important;
}

A.act_linktraditional {
	color: #a00631 !important;
}

A.act_linkactive {
	color: #f9b200 !important;
}

A.act_linkbalance {
	color: #2f6ca9 !important;
}

A.act_linkmotion {
	color: #5ba128 !important;
}

A.act_linkharmony {
	color: #ee7f00 !important;
}

A.act_linkcare {
	color: #8e2d85 !important;
}

A.act_linkbioenergy {
	color: #eeca00 !important;
}

A.act_linkgesundheit {
	color: #5aa024 !important;
}

A.act_linkwellness {
	color: #014494 !important;
}

A.act_linkbeauty {
	color: #ee7f00 !important;
}

A.act_linkzuhause {
	color: #a00631 !important;
}

/*
	LINKS
*/
A.traditional {
	color: #a11e31;
	/*font-weight: bold;*/

}

A.wellactive {
	color: #ffcc00;
	/*font-weight: bold;*/
}

A.wellbalance {
	color: #005d9d;
	/*font-weight: bold;*/
}

A.wellmotion {
	color: #5ca128;
	/*font-weight: bold;*/
}

A.wellharmony {
	color: #ee7f00;
	/*font-weight: bold;*/
}
A.wellcare {
	color: #9f4690;
	/*font-weight: bold;*/
}
A.bioenergy {
	color: #ffcc00;
	/*font-weight: bold;*/
}


A.pdf {
	padding: 1px 0;
	padding-left: 18px;
	background: url('../_img/icn/pdf.png') no-repeat;
}

A.mp3 {
	padding: 1px 0;
	padding-left: 18px;
	background: url('../_img/icn/mp3.png') no-repeat;
}

A.zip {
	padding: 1px 0;
	padding-left: 18px;
	background: url('../_img/icn/zip.png') no-repeat;
}




/*
	TABLES
*/

TABLE.contact TH {
	text-align: right;
	padding-right: 4px;
	padding-top: 4px;
	vertical-align: top;
}

TABLE.contact TD {
	vertical-align: top;
}

TABLE.termine CAPTION {
	font-weight: bold;
	font-size: 14px;
	background-color: #ccc;
	padding: 2px 0;
}

TABLE.termine {
	border-collapse: collapse;
}

TABLE.termine TH {
	background-color: #eee;
}

TABLE.termine TD {
	/*background-color: #FFFCDF;*/
	padding: 4px;
	border: 1px dotted #ddd;
	vertical-align: top;
}

/*
	ERRORS
*/
.show_form_error, telluser_error {
	color: #AF151B;
	background-color: #FFFFCF;
	border: 1px solid #AF151B;
	padding: 4px;
	margin: 1px 0;
}

.error {
	background-color: #fee;
}

INPUT.error {
	background-color: #fee;
	border: 1px solid #999;
	font-size: 14px;
	padding: 2px;
}

.telluser_ok {
	color: #357F0F;
	background-color: #DFFFCF;
	border: 1px solid #357F0F;
	padding: 4px;
	margin: 1px 0;
	text-align: center;
}

.telluser_error {
	color: #AF151B;
	background-color: #fee;
	border: 1px solid #AF151B;
	padding: 4px;
	text-align: center;
}


/* perflog table */
TABLE.perflog {
	margin: 0 auto;
	margin-top: 4px;
	border-collapse: collapse;
	font-size: 12px;
}

TABLE.perflog TR TD {
	background-color: #FFFCDF;
	border: 1px solid #aaa;
	padding: 2px;
}

TABLE.perflog TR :first-child {
	width: 200px;
}

TABLE.perflog TR :last-child {
	width: 100px;
	text-align: right;
}

TABLE.perflog TR TH {
	text-align: left !important;
	background-image: none;
	background-color: #7F95FF;
	border: 1px solid black;
	font-size: 14px;
	color: white;
}



UL.image_group {
	padding: 0;
	margin: 0;
}

UL.image_group  LI {
	padding: 0;
	list-style-type: none;
}

