@charset "utf-8";
body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	color			: #636868;
	background-color: #d1d5d5;
}

h1,h2,h3 {
	color			: #272e2e;
}

h1 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Tahoma, Geneva, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Tahoma, Geneva, sans-serif;
}

a {
	color			: #636868;
}

a:hover {
	color			: #272e2e;
}

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

#page {
	background-color	: #ffffff;
}

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

#inner_page {
	border-left-color	: #ebeeee;
	border-right-color	: #ebeeee;
	background-color	: #eff2f2;
}

#keyvisual {
	border-color 		: #ebeeee;
}

#keyvisual_outer {
	border-color 		: #ebeeee;
}

#content_outer_1 {
	border-color 		: #ebeeee;
}

#kv_content_trenner {
	border-color 		: #ebeeee;
}

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

#header {
	background-color	: #ffffff;
}

#header_inner_border_top,
#header_inner_border_bottom,
#header_inner {
	border-color		: #ababab;
}

#header h1 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #727679;
}

#header h2 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
	color				: #3a3c3d;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
	background-color	: #959792;
}

#cm_navigation ul li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	color				: #000000;
}

#cm_navigation ul li a:hover {
	color				: #666666;
}

#cm_navigation ul li.cm_current a {
	color				: #666666;
}

/*         _______________
__________/ 2nd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation {
	border-color	    : #ababab;
	background-color	: #959792;
}

#cm_subnavigation ul.cm_subnavigation li {
	border-color		: #ababab;
}

#cm_subnavigation ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	color				: #000000;
}

#cm_subnavigation ul.cm_subnavigation li a:hover {
	color				: #666666;
}

#cm_subnavigation ul.cm_subnavigation li.cm_current a {
	color				: #666666;
}

/*         _______________
__________/ 3rd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation {
	border-top-color	: #ababab;
	background-color	: #959792;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li {
	border-color		: #ababab;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	color				: #000000;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	color				: #666666;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	color				: #666666;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_main {
	background-color	: #eff2f2;
	color				: #636868;
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
	border-color 		: #ebeeee;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #272e2e;
}

.content_main h1 {
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Tahoma, Geneva, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #636868;
}
.content_main a:hover {
	color				: #272e2e;
}

/*         _________
__________/ footer  \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer a,
#footer a:hover {
	color				: #474747;
}

#footer {
	color				: #474747;
	background-color	: #ebeeee;
	border-color        : #ababab;
}