
/*cm_sysdb_begin*/
@import url("//fonts.googleapis.com/css?subset=cyrillic,cyrillic-ext,devanagari,greek,greek-ext,khmer,latin,latin-ext,vietnamese&family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic");
.cm-background {
background-image: url("/.cm4all/iproc.php/bg1.jpg");
background-repeat: no-repeat; background-attachment: fixed; background-position: center center; background-size: cover;
}
/*cm_sysdb_end*/

.cm-offline-content {
    color: #525252;
    background-color: #ffffff;
}
@charset "utf-8";
body {
	font-family		: Roboto, sans-serif;
	font-size		: small;
	font-weight		: normal;
	font-style		: normal;
	color			: #525252;
	background-color: #dad5cb;
}

h1,h2,h3 {
	color			: #2f4680;
}

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

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

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

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

a {
	color			: #525252;
}

a:hover {
	color			: #2f4680;
}

/* ################################################## */
/* ################ INPUT ELEMENTS ################## */
/* ################################################## */
#page input[type='text'], #page input[type='date'], #page input[type='datetime'], 
#page input[type='email'], #page input[type='number'], #page input[type='password'],
#page input[type='search'], #page input[type='tel'], #page input[type='time'],
#page input[type='url'], #page textarea, #page select,
#page button, #page input[type='button'], #page input[type='submit'] {
	border-radius:		0px;
	padding:			9px 14px;
	color:				#525252;
	background-color:	#ffffff;
	background-color:	rgba(82,82,82,0.08);
	border:				1px solid rgba(82,82,82,0.15);
	-webkit-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-moz-transition:	color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	-o-transition:		color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	transition:			color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
	
	font-family:	Roboto, sans-serif;
	font-size:		small;
	font-weight:	normal;
	font-style:		normal;
}
#page button, #page input[type='button'], #page input[type='submit'] {
	cursor:			pointer;
}
#page input[type='text']:focus, #page input[type='date']:focus, #page input[type='datetime']:focus, 
#page input[type='email']:focus, #page input[type='number']:focus, #page input[type='password']:focus,
#page input[type='search']:focus, #page input[type='tel']:focus, #page input[type='time']:focus,
#page input[type='url']:focus, #page textarea:focus, #page select:focus, #page select:focus option,
#page button:hover, #page input[type='button']:hover, #page input[type='submit']:hover {	color:				#FFFFFF;
	color:				rgba(255,255,255,1);
	background-color:	rgba(0,0,0,0.7);
	background-color:	rgba(82,82,82,0.7);
	box-shadow:			0px 0px 15px rgba(0,0,0,0.3);
	outline:			none;
}



.shopWidgetSeperatedDiv input[type='text'], .shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'] {
	padding:		8px 3px;
	min-width:		45px;
}	
.shopWidgetSeperatedDiv button, .shopWidgetSeperatedDiv input[type='button'], .shopWidgetSeperatedDiv input[type='submit'] {
	background-size: 	cover !important;
	border:				none;
}/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#inner_page {
	border-left-color	: #2f4680;
	border-right-color	: #2f4680;
	background-color	: #ffffff;
}

#border_bottom_inner {
	background-color	: #ffffff;
	border-left-color	: #2f4680;
	border-right-color	: #2f4680;
	border-bottom-color	: #2f4680;
}

#keyvisual {
	border-bottom-color : #2f4680;
}

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

#header {
	background-color	: #ffffff;
}

#header_pixellinie {
	background-color	: #ffffff;
}

#header h1 {
	font-family			: Roboto, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: x-large;
	color				: #4a4a4a;
}

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

/*         _______________
__________/ 1st level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
	font-family			: Roboto, sans-serif;
	font-style			: normal;
	font-size			: small;
	font-weight			: normal;
	background-color	: #bababa;
	border-top-color	: #2f4680;
	border-bottom-color	: #2f4680;
}
#cm_navigation a, #cm_subnavigation a {
	font-family			: Roboto, sans-serif;
	font-style			: normal;
	font-size			: small;
	font-weight			: normal;
}


#cm_navigation ul li a {
	background-color	: #bababa;
	color				: #000000;
}

#cm_navigation ul li a:hover {
	background-color	: #2f4680;
	color				: #e3e3e3;
}

#cm_navigation ul li.cm_current a {
	font-weight			: bold;
	background-color	: #2f4680;
	color				: #e3e3e3;
}

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

#cm_subnavigation ul.cm_subnavigation {
	border-top-color	: #2f4680;
}

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

#cm_subnavigation ul.cm_subnavigation li a {
	font-size			: 95%;
	background-color	: #807b71;
	color				: #000000;
}

#cm_subnavigation ul.cm_subnavigation li a:hover {
	background-color	: #ffffff;
	color				: #B3AFA8;
}

#cm_subnavigation ul.cm_subnavigation li.cm_current a {
	font-weight			: normal;
	background-color	: #ffffff;
	color				: #B3AFA8;
}

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

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation {
	border-top-color	: #2f4680;
}

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

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-size			: 95%;
	background-color	: #807b71;
	color				: #000000;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #ffffff;
	color				: #B3AFA8;
}

#cm_subnavigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	font-weight			: normal;
	background-color	: #ffffff;
	color				: #B3AFA8;
}

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

.content_main {
	background-color	: #ffffff;
	color				: #525252;
	font-family		    : Roboto, sans-serif;
	font-size		    : small;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #2f4680;
}

.content_main h1, .content_main .cm-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 a {
	color				: #525252;
}
.content_main a:hover {
	color				: #2f4680;
}

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

#footer {
    color               : #8c8c8c;
}

#footer a {
    color               : #8c8c8c;
}

#footer a:hover {
    color               : #2f4680;
}

