@CHARSET "UTF-8";

body {
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-size: 12px;
	color: #666;
}




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

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

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

DIV#header {
	margin: 0 25px;
	position: relative;
	height: 300px;
}

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

DIV#header UL#top_navi {
	position: absolute;
	right: 20px;
	top: 8px;
}

DIV#header UL#top_navi A {
	color: #555;
}

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

}

DIV#main {
	padding: 0 30px;
	background: url('../_img/main_bg.png') no-repeat 25px 0px;
	padding-bottom: 10px;
	position: relative;
}

DIV#left {
	width: 120px;
	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;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	background-color:white;
}

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

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;
}

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

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

UL#menustart {
	width: 900px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	text-align:center;
	font-size:13px;
}


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 A {
	text-decoration: none;
	color: #666;
}

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



DIV#content {
	margin-top: -50px;
	float: right;
	position: relative;
	width: 734px;
	border-left: 1px dotted #999;
	padding-left: 6px;
}

DIV#content DIV.box_l {
	width: 548px;
	border-right: 1px dotted #999;
	float: left;
	padding-right: 6px;
	min-height: 400px;
}

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


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


/*
  	GENERAL
*/

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

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

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

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

UL.fourcol LI {
	width: 172px;
	float: left;
	padding: 5px;
	padding-bottom: 10px;
}

UL.threecol LI {
	width: 230px;
	float: left;
	padding: 5px;
	padding-bottom: 10px;
}


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: 24px;
	font-weight: normal;
}

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


H3{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: normal;
	color: #9C9D9F;
}

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

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

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


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;
}

p {
	line-height: 1.5;
}

li {
	margin-top: 10px;
}

/*
  	COLORS
*/

.traditional {
	color: #a11e31;
}	

.wellactive {
	color: #ffcc00;
}

.wellbalance {
	color: #005d9d;
}

.wellmotion {
	color: #5ca128;
}

.wellharmony {
	color: #ee7f00;
}

.wellcare {
	color: #9f4690;
}

.bioenergy {
	color: #ffcc00;
}

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

A.linkbalance:hover {
	color: #005d9d !important;
}

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

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

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

A.act_linkbalance {
	color: #005d9d !important;
}

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

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

/*
	LINKS
*/
A.traditional {
	color: #a11e31;
	/*font-weight: bold;*/
	padding-left: 20px;
	background: url('../_img/traditional/link.png') no-repeat;
}

A.wellactive {
	color: #ffcc00;
	/*font-weight: bold;*/
	padding-left: 20px;
	background: url('../_img/wellactive/link.png') no-repeat;
}

A.wellbalance {
	color: #005d9d;
	/*font-weight: bold;*/
	padding-left: 20px;
	background: url('../_img/wellbalance/link.png') no-repeat;
}

A.wellmotion {
	color: #5ca128;
	/*font-weight: bold;*/
	padding-left: 20px;
	background: url('../_img/wellmotion/link.png') no-repeat;
}

A.wellharmony {
	color: #ee7f00;
	/*font-weight: bold;*/
	padding-left: 20px;
	background: url('../_img/wellharmony/link.png') no-repeat;
}
A.wellcare {
	color: #9f4690;
	/*font-weight: bold;*/
	padding-left: 20px;
	background: url('../_img/wellcare/link.png') no-repeat;
}
A.bioenergy {
	color: #ffcc00;
	/*font-weight: bold;*/
	padding-left: 20px;
	background: url('../_img/bioenergy/link.png') no-repeat;
}


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;
	background-color: #eee;
	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;
}