
/*cm_sysdb_begin*/
@import url("//fonts.cm4all.net/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic");
/*cm_sysdb_end*/

.cm-offline-content {
    color: #675f58;
    background-color: #ffffff;
}

body {
	background-color: #f6f1e8;
}

/*         ____________
__________/ Background \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#background_01,
#background_02 {
	background-color: #ffffff;
	border-color: #ddd6cd;
}
#background_03,
#background_04,
#background_05,
#background_06,
#background_07,
#background_08 {
	background-color: #786b5f;
}

/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#page {
	font-family		: Roboto, sans-serif;
	font-size		: small;
	color			: #675f58;
}

#content_main h1, #content_main h2, #content_main h3 { 
	color			: #a28e7b;
}

#content_main h1 {
	font-family		: Roboto, sans-serif;
	font-size		: large;
	font-weight		: bold;
	font-style		: normal;
}

#content_main h2 {
	font-family		: Roboto, sans-serif;
	font-size		: medium;
	font-weight		: bold;
	font-style		: normal;
}

#content_main h3 {
	font-family		: Roboto, sans-serif;
	font-size		: small;
	font-weight		: bold;
	font-style		: normal;
}

#content_main h4, #content_main h5, #content_main h6 { 
	font-family		: Roboto, sans-serif;
}

#page a {
	color			: #675f58;
}

#page a:hover {
	color			: #a28e7b;
}

#content_right a {
	color			: #675f58;
}

#content_right a:hover {
	color			: transparent;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
	color				: #675f58;
}

#content_left_wrapper {
	color				: #473e36;
}

#content_main_wrapper {
	color				: #675f58;
	font-weight		: normal;
	font-style		: normal;
}

#content_main {
	background-color	: #ffffff;
	border-color		: #ddd6cd;
}

#content_right_wrapper {
	background-color	: #ddd6cd;
	color				: #675f58;
}

#content_right a {
	color			: #675f58;
}

#content_right a:hover {
	color			: transparent;
}


/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#header {

}

#header h1,
#header h2 {
	font-size			: large;
	font-family			: Roboto, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	color				: #786b5f;
}

#header h2 {
	font-family			: Roboto, sans-serif;
	color				: transparent;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#cm_navigation {
	font-family			: Roboto, sans-serif;
	font-style			: normal;
	font-weight			: normal;
	font-size			: small;
}

/* NAV NORMAL */
#cm_navigation ul li {
	background-color	: #c9c1b8;
}
#cm_navigation ul li a {
	color				: #473e36;
	border-color		: #786b5f;
}

/* NAV MOUSE */
#cm_navigation ul li:hover,
#cm_navigation ul li.hover {
	background-color	: #786b5f;
}
#cm_navigation ul li a:hover {
	color				: #f9f2eb;
	border-color		: #ab9d90;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current {
	background-color	: #786b5f;
}
#cm_navigation ul li.cm_current a {
	color				: #f9f2eb;
	border-color		: #ab9d90;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul ul {
	background-color: #f6f1e8;
}

/* NAV NORMAL */
#cm_navigation ul ul li {
	background-color	: #c9c1b8;
}
#cm_navigation ul li.cm_current ul li a {
	color				: #473e36;
	border-color		: #786b5f;
}

/* NAV MOUSE */
#cm_navigation ul ul li:hover,
#cm_navigation ul ul li.hover {
	background-color	: #786b5f;
}
#cm_navigation ul li.cm_current ul li a:hover {
	color				: #f9f2eb;
	border-color		: #ab9d90;
}

/* NAV HIGH */
#cm_navigation ul ul li.cm_current {
	background-color	: #786b5f;
}
#cm_navigation ul li.cm_current ul li.cm_current a {
	color				: #f9f2eb;
	border-color		: #ab9d90;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer {
	background-color	: #f5f0ea;
	color				: #a5998e;
	border-color		: #ddd6cd;
}

#footer a {
	color				: #a5998e;
}

#footer a:hover {
	color				: transparent;
}

body > div.cm_widget.cm_widget_block.widget_in_move {
    background-color: transparent;
}
body > div.cm_widget.cm_widget_block {
    font-family     : Roboto, sans-serif;
    font-size       : small;
    font-weight     : normal;
    font-style      : normal;
    color           : #675f58;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h1,
body > div.cm_widget.cm_widget_block > div.widget_content_box h2,
body > div.cm_widget.cm_widget_block > div.widget_content_box h3 {
    color           : #a28e7b;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h1 {
    font-family     : Roboto, sans-serif;
    font-size       : large;
    font-weight     : bold;
    font-style      : normal;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box h2 {
    font-family     : Roboto, sans-serif;
    font-size       : medium;
    font-weight     : bold;
    font-style      : normal;
}

body > div.cm_widget.cm_widget_block > div.widget_content_box h3 {
    font-family     : Roboto, sans-serif;
    font-size       : small;
    font-weight     : bold;
    font-style      : normal;
}

body > div.cm_widget.cm_widget_block > div.widget_content_box h4,
body > div.cm_widget.cm_widget_block > div.widget_content_box h5,
body > div.cm_widget.cm_widget_block > div.widget_content_box h6 {
    font-family     : Roboto, sans-serif;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box a {
    color           : #675f58;
}
body > div.cm_widget.cm_widget_block > div.widget_content_box a:hover {
    color           : #a28e7b;
}
