
@import url("/.files/templates/199/general.css");

/* {{{ general */

body {
	color: #000000;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #00488b;
}

a {
	color: #005db3;
}

a:hover {
    color: #00af00;
}

/* }}} */
/* {{{ colors */

.unactive {
	color: #777777 !important;
}

.warning {
	color: #ff0845 !important;
}

.success {
	color: #3baf03 !important;
}

.contrast {
	color: #000 !important;
}

/* }}} */
/* {{{ backing */

.backing {
	background-color: #e7e7e7;
}

/* }}} */
/* {{{ default table */

table.default>*>tr>th {
	background-color: #EEF1F3;
	border-color: #e6e6e6;
	color: #000;
}

table.default>*>tr>td {
	border-color: #e6e6e6;
}

table.default>*>tr:nth-of-type(2n+1)>td {
	background-color: #F9FAFA;
}

/* }}} */
/* {{{ button */

.button {
	background-color: #00af00;
	color: #fff !important;
}

a.button:hover {
	background-color: #01c001;
	color: #fff !important;
}

/* }}} */
/* {{{ labels */

.label_1 {
	background-color: #03B47C;
}

.label_2 {
	background-color: #E20C7B;
}

.label_3 {
	background-color: #5C2ADC;
}

/* }}} */
/* {{{ columns and separator */

div.columns>div,
div.separator, hr {
	border-color: #E9E9E9;
}

/* }}} */
/* {{{ cart */

a.cart_cart {
	background-color: #00af00;
}

a.cart_ordering {
	background-color: #018c01;
}

a.cart_ordering:hover {
	background-color: #019e01;
}

/* }}} */
/* {{{ layout */

body.layout {
	background-color: #e5ebef;
}

/* }}} */
/* {{{ header */

div.header {
	background-color: #00488b;
    border-color: #023871;
	color: #fff;
}

div.header a {
	color: #9acaff;
}

/* --- */

div.header .sitename {
	color: #fff;
}

/* --- */

div.header .contacts>*:after,
div.header .contacts>*:first-child:before {
	background-color: #023871;
}

div.header .contacts>.wicon>i {
    background-image: url(/.images/s.contacts.white.svg);
}

/* --- */

div.header .search input[type=text] {
	background-color: #003167;
	border-color: #003167;
	color: #9acaff;
}

div.header .search a {
    background-color: #005db3;
	background-image: url(loupe.png);
}

div.header .search a:hover {
	background-color: #0170d8;
}

div.header .search input[type=text]::-webkit-input-placeholder {
	color: #9acaff;
}

div.header .search input[type=text]::-moz-placeholder {
	color: #9acaff;
}

div.header .search input[type=text]:-ms-input-placeholder {
	color: #9acaff;
}

/* }}} */
/* {{{ column */

div.column .submenu {
	background-color: #fff;
	border-color: #d7dfe5;
}

div.column .submenu a {
	color: #005db3;
}

div.column .submenu>ul>li>a {
	border-color: #d7dfe5;
}

div.column .submenu>ul>li>a:hover {
	background-color: #f4f4f4;
}

div.column .submenu>ul>li>a.selected {
	background-color: #00488b;
	border-color: #00488b;
	color: #fff;
}

div.column .submenu>ul>li>ul a.selected,
div.column .submenu>ul>li>ul a:hover {
	color: #00af00;
}

/* }}} */
/* {{{ page */

div.page {
	border-color: #d7dfe5;
}

/* }}} */
/* {{{ footer */

div.footer {
	color: #000;
}

/* }}} */
