@charset "utf-8";
/* CSS Document */

*, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, select, button, textarea {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, Myriad Pro, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #d0d0d0;
	line-height: 1.6em;
}

h1					{ color:#3e3d40; font-size:18px; line-height: 1em; margin: 0 0 25px 0; }
h2					{ color:#006600; font-size:18px; line-height: 1em; margin: 0 0 25px 0; }
h3					{ color:#3e3d40; font-size:13px; font-weight: bold; }
h4					{ color:#006600; font-size:13px; font-weight: bold; }
h5					{ color:#3e3d40; font-size:13px; font-weight: normal; }
h6					{ color:#006600; font-size:13px; font-weight: normal; }

a					{ color:#006600; font-weight:normal; text-decoration:none; font-weight: bold; }
a:hover				{ color:#006600; text-decoration:underline; }

ul					{ padding-left: 20px;}
ul ul				{ padding-left: 20px;}
ul ul ul			{ padding-left: 20px;}

img					{ border: none; }

.left				{ float: left; }
.right				{ float: right; }

.over				{ overflow: hidden; }

.mt_1	{ margin-top: 1px !important; }
.mt_2	{ margin-top: 2px !important; }
.mt_3	{ margin-top: 3px !important; }
.mt_4	{ margin-top: 4px !important; }
.mt_5	{ margin-top: 5px !important; }
.mt_10	{ margin-top: 10px !important; }
.mt_15	{ margin-top: 15px !important; }
.mt_20	{ margin-top: 20px !important; }

.mb_1	{ margin-bottom: 1px !important; }
.mb_2	{ margin-bottom: 2px !important; }
.mb_3	{ margin-bottom: 3px !important; }
.mb_4	{ margin-bottom: 4px !important; }
.mb_5	{ margin-bottom: 5px !important; }
.mb_10	{ margin-bottom: 10px !important; }
.mb_15	{ margin-bottom: 15px !important; }
.mb_20	{ margin-bottom: 20px !important; }

.ml_1	{ margin-left: 1px !important; }
.ml_2	{ margin-left: 2px !important; }
.ml_3	{ margin-left: 3px !important; }
.ml_4	{ margin-left: 4px !important; }
.ml_5	{ margin-left: 5px !important; }
.ml_10	{ margin-left: 10px !important; }
.ml_15	{ margin-left: 15px !important; }
.ml_20	{ margin-left: 20px !important; }

.mr_1	{ margin-right: 1px !important; }
.mr_2	{ margin-right: 2px !important; }
.mr_3	{ margin-right: 3px !important; }
.mr_4	{ margin-right: 4px !important; }
.mr_5	{ margin-right: 5px !important; }
.mr_10	{ margin-right: 10px !important; }
.mr_15	{ margin-right: 15px !important; }
.mr_20	{ margin-right: 20px !important; }

.gap_5	{ height: 5px; float: left ;}
.gap_10 { height: 10px; float: left; }
.gap_20 { height: 20px; float: left; }
.gap_30 { height: 30px; float: left; }

.wrapp {
	overflow: auto;
}
.wrapp-bottom {
	background-image: url("/Layout/design/images/bgr_bottom.jpg");
	background-repeat: repeat-x;
	background-position: 0 bottom;
	overflow: hidden;
}
.wrapp-top {
	background-image: url("/Layout/design/images/bgr.jpg");
	background-repeat: repeat-x;
	background-position: 0 top;
	background-color: #efefef;
	overflow: hidden;
}
.wrapper {
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
}


/* HEADER */
.header {
	width: 920px;
	height: 140px;
}
.logo {
	float: left;
	margin: 36px 0 0 20px;
	background-image: url("/Layout/design/images/logo.png");
	background-repeat: no-repeat;
	width: 391px;
	height: 71px;
}

/* CONTENT */
.content {
	width: 920px;
	overflow: hidden;
}
.col-left {
	float: left;
	width: 220px;
}
.col-main {
	width: 680px;
	float: right;
}
ul.menuLeft {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.menuLeft li {
	padding: 0 0 8px 18px;
	background-image: url("/Layout/design/images/menu_bgr.png");
	background-repeat: no-repeat;
	background-position: 18px 48px;
	position: relative;
}
ul.menuLeft li.active {
	background-image: url("/Layout/design/images/menu_active.png");
	background-repeat: no-repeat;
	background-position: 0 1px;
}
ul.menuLeft li.active a {
	color: #fff;
	text-decoration: none;
}
ul.menuLeft li.active a:hover {
	color: #fff;
}
ul.menuLeft li a {
	color: #006600;
	font-size: 14px;
	padding: 12px 0 12px 0;
	display: block;
	font-weight: normal;
	width: 100%;
}
ul.menuLeft li a:hover {
	color: #009900;
	text-decoration: none;
}
ul.menuLeft li ul.second {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 220px;
	visibility: hidden;
	list-style: none;
	border: 1px solid #ccc;
	background-image: url("/Layout/design/images/second.png");
	background-repeat: repeat;
	z-index: 2;
}
ul.menuLeft li ul.second a {
	color: #006600;
	width: 100%;
}
ul.menuLeft li ul.second a:hover {
	color: #009900;
}
ul.menuLeft li:hover ul.second {
	visibility: visible;
}
ul.menuLeft li ul.second li {
	padding: 0 20px;
	background-image: url("/Layout/design/images/menu_bgr.png");
	background-repeat: no-repeat;
	background-position: 20px 43px;
	overflow: hidden;
	margin: 0 20px 0 0;
	width: 130px;
}
ul.menuLeft li ul.second li.last {
	background-image: none;
}
ul.menuTop {
	float: right;
	list-style: none;
	padding: 0;
	margin: 70px 0 0 0;
}
ul.menuTop li {
	float: left;
	margin: 0 20px;
}
ul.menuTop li.active a {
	color: #666;
}
ul.menuTop li a {
	color: #999;
	font-size: 14px;
	line-height: 44px;
	display: block;
	font-weight: normal;
}
ul.menuTop li a:hover {
	color: #666;
	text-decoration: none;
}

.img-big {
	width: 668px;
	height: 300px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 0 30px 0;
}
.img-big-r {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 20px 15px 0;
}

.cont-in {
	background-image: url("/Layout/design/images/vborder.png");
	background-repeat: repeat-y;
	padding: 0 0 0 20px;
}
.cont-in-right {
	background-image: url("/Layout/design/images/vborder.png");
	background-repeat: repeat-y;
	background-position: right 0;
	padding: 0 20px 0 0;
}
/* FOOTER */
.footer {
	width: 920px;
	line-height: 70px;
	text-align: right;
	margin: 30px 0 0 0;
}
.kontakt-col1 {
	width: 310px;
	float: left;
	margin: 0 20px 0 0;
}
.kontakt-col2 {
	width: 310px;
	float: left;
}
.kontakt-col1 .row span {
    float: left;
    line-height: 28px;
    width: 85px;
}
.kontakt-col1 .row, .kontakt-col2 .row {
    float: left;
    margin: 0 0 10px;
}
input.model-1 {
    border: 1px solid #D8D8D8;
    float: right;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    width: 199px;
}
textarea.model-1 {
    border: 1px solid #D8D8D8;
    float: right;
    font-family: Helvetica,Arial,Myriad Pro,sans-serif;
    font-size: 12px;
    height: 178px;
    padding: 5px;
    width: 295px;
}
a.send {
	background: url("/Layout/design/images/send.png");
	line-height: 28px;
	display: block;
	float: right;
	color: #fff;
	padding: 0 20px;
	margin: 0 3px 0 0;
}
a.send:hover {
	text-decoration: none;
}
.error {
    border: 1px solid #E30119 !important;
    color: #E30119;
}
.gray {
	color: #999;
	float: left;
}
ul.error-list {
	list-style: square outside none;
	margin: 5px 0 0 10px;
}
ul.error-list li {
	color: #BB6666;
	line-height: 16px;
}