﻿@charset "UTF-8";
/* ### site chapter scheme yellow */

/* image in main chapter */
#content > .element_border {
	border: 2px solid #FFB554;
}

/* navigation: chapter */

li.chapter > a.isActive {
	color: rgb(143,145,145);
}

li.chapter > a.isActive:hover { /* former #nav #nav_Praxis:hover { */
	color: rgb(143,145,145) !important;
	text-shadow: 0 0 8px rgba(143,145,145,0.3) !important;
	top:1px !important;
}

/* chapter scheme */

#card {
	background: url(../card_background_orange_02.jpg) no-repeat;
}

#nav_list {
	border-top-color: rgb(247,172,62);
	border-left-color: rgb(247,172,62);
}

#nav_background_right_inner {
	background-color: rgb(247,172,62);
}

li.chapter /*#nav_list > li.chapter*/ {
	background-color: rgb(247,172,62);
}

#content h1 {
	color: rgb(194,135,59);
}

#content h2 {
	color: rgb(173,98,0);
}

#content table th {
	background-color: rgba(247,172,62,0.4);
	color: rgb(116,130,132);
}

#content strong {
	color: rgb(116,130,132);
}

.element_border {
	border-color: rgb(255,181,84);
}

ul.subchapter a {
	color: rgb(116,130,132);
	text-shadow: 0 0 3px rgba(255,255,255,0.5);
}

li.subchapter a.isActive {
	color: rgb(129,101,66);
}

ul.subchapter a:hover {
	color: rgb(129,101,66);
	/*text-shadow: 0 0 8px rgb(255,255,200);*/
}

