/* hauptcss von livingsense verwendet */

/*
Farben:
#F37435; // dunkel
#F9BA9A; // mittel
#FBD6C2; // hell
*/

a {
	color: #F37435;
}

ul {
	list-style-image: url(/art/bodybalance_center/liststyleimage_bodybalance.gif);
}

h1 {
	color: #F37435;
	border-bottom: 2px dotted #F37435;
}

h2 {
	font-size:20px;
	font-weight:normal;
	color: #F37435;
	border-bottom: 2px dotted #F37435;
}

h3 {
	font-size:16px;
	font-weight:normal;
	color: #F37435;
	border-bottom: 1px dotted #F37435;
}

h4 {
	font-size:12px;
	font-weight:normal;
	color: #F37435;
	border-bottom: 1px dotted #F37435;
}

hr {
	background-color: #F37435;
	color: #F37435;
	border: #F37435;
}

/*------------------------------------------------------------------------*/


/******************************
	layout
******************************/
#logo{
	background-color:#F37435;
}

#banner{
	background-color:#F9BA9A;
}

#slogan{
	background-color:#F9BA9A;
}

#navicontainer_nur_ebene1{
	background-image:url(/art/coaching_institut/bg_navi_ebene1.gif);
}

#balken{
	background-color:#F37435;
}

#navicontainer_ab_ebene2{
	background-color:#ef984a;
}

#shortcutlinks{
	background-color:#F9BA9A;
}

#zusatz_container .eintrag{
	background-color:#f5cb95;
}

#zusatz_mitte_container .eintrag{
	width:700px;
	float:left;
	background-color:#F9BA9A;
	padding:20px;
	margin-bottom:10px;
}

#content_container{
	margin-top: 10px;
	float:right;
}

#content_container .box
{
	background-color:#f0d5a6;
}

#content_container .aufklapp .zebra0, #content_container .aufklapp .zebra1, #content_container .kursdb-uebersicht-liste .kindInListe
{
	background-color:#f0d5a6;
}


#footer{
	background-color:#F37435;
}

/******************************
	kruemel-navigation 
******************************/
#kruemelnavigation a:hover
{
	color: #F37435;
}
/*------------------------------------------------------------------------*/

/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navicontainer_nur_ebene1 ul li a {
	background-color:#F9BA9A;
}

#navicontainer_nur_ebene1 ul a:hover {
	background-color: #f5cb95;
}

#navicontainer_nur_ebene1 ul a.parentactive {
	background-color: #F37435;
}

#navicontainer_nur_ebene1 ul a:hover.parentactive {
	background-color: #F37435;
}

#navicontainer_nur_ebene1 ul a.active {
	background-color: #F37435;
}

#navicontainer_nur_ebene1 ul a:hover.active {
	background-color: #F37435;
}

#navicontainer_nur_ebene1 ul a.active_no_kids {
	background-color: #F37435;
}

#navicontainer_nur_ebene1 ul a:hover.active_no_kids {
	background-color: #F37435;
}

/******************************
	stufe 2 
******************************/
#navicontainer_ab_ebene2 ul ul a {
	background-color: #F37435;
}

#navicontainer_ab_ebene2 ul ul a:hover {
	background-color: #F9BA9A;
}

#navicontainer_ab_ebene2 ul ul a.active{
	background-color: #F9BA9A;
}

#navicontainer_ab_ebene2 ul ul li.parentactive a{
	background-color: #F37435;
}

#navicontainer_ab_ebene2 ul ul li.active_no_kids a{
	background-color: #F9BA9A;
}

/******************************
	stufe 3 
******************************/
#navicontainer_ab_ebene2 ul ul ul li a {
	background-color: #F9BA9A ! important;
	background-image: url(/art/livingsense/arrow_right.gif) ! important;
}

#navicontainer_ab_ebene2 ul ul ul li.parentactive a{
	background-image: url(/art/livingsense/arrow_down.gif) ! important ;
	background-color: # ! important;
}

#navicontainer_ab_ebene2 ul ul ul li.active_no_kids a{
	background-image: url(/art/livingsense/arrow_right.gif) ! important ;
	background-color: #F9BA9A ! important ;
}

/******************************
	stufe 4 
******************************/
#navicontainer_ab_ebene2 ul ul ul li.parentactive ul li a {
	background-color: #F9BA9A ! important;
	background-image: url(/art/livingsense/arrow_right.gif) ! important;
}

#navicontainer_ab_ebene2 ul ul ul li.parentactive ul li.parentactive a{
	background-image: url(/art/livingsense/arrow_down.gif) ! important ;
	background-color: #F37435 ! important;
}

#navicontainer_ab_ebene2 ul ul ul li.parentactive ul li.active_no_kids a{
	background-image: url(/art/livingsense/arrow_right.gif) ! important ;
	background-color: #F9BA9A ! important ;
}

/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks a.tools 
{
	background-color: #f7a881;
}

#shortcutlinks a:hover.tools 
{
	background-color: #f69667;
}
/*------------------------------------------------------------------------*/


/******************************
	Inhalt rechts
******************************/
.eintrag_rechts p {
	color: #F37435;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Tab-Nav */
.tabs .tabNavi
{
	/*background: transparent url(/art/bodybalance_center/tabs/hintergrund.gif) repeat-x bottom;*/
		border-bottom:5px solid #F37435;
}

.tabs .tabNavi ul li
{
	/*background: url(/art/bodybalance_center/tabs/passiv_rechts.gif) no-repeat right top;*/
}

.tabs .tabNavi ul li a
{
	/*background: url(/art/bodybalance_center/tabs/passiv_links.gif) no-repeat left top;*/
	color: #fff;
	background-color:#F9BA9A;
}

.tabs .tabNavi ul li.aktiv
{
	/*background-image: url(/art/bodybalance_center/tabs/aktiv_rechts.gif);*/
}

.tabs .tabNavi ul li.aktiv a
{
	/*background-image: url(/art/bodybalance_center/tabs/aktiv_links.gif);*/
		background-color:#F37435;
}

/*------------------------------------------------------------------------*/


