@charset "utf-8";
/* CSS Document */
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET*/

body {
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:#fde8bb;
	color: #49453d;
}
#content {
	width:920px;
	background:url(/gfx/body_bg.jpg) left top;
	background-repeat:repeat-y;
	margin:0px auto;
	position:relative;
}
#top {
	margin:0px 10px;
	position:relative;
	overflow:hidden;
}
#top #logo {
	width:364px;
	height:162px;
}
#top #logo a {
	display:block;
	height:162px;
	background:url(/gfx/logo-1.png) left top;
	background-repeat:no-repeat;
	margin:10px 0px 0px 43px;
}
#top #logo a span {
	display:none;
}
#top #adress {
	position:absolute;
	right:43px;
	top:26px;
}
#top #adress p {
	text-align:right;
	color:#cc4f41;
	font-size:14px;
	margin-bottom:10px;
}
#top #adress p a {
	color:green;
	text-decoration:none;
}
hr {
	background:url(/gfx/krecha.jpg) top center;
	background-repeat:no-repeat;
	border:none;
	height:5px;
}
table {
	border-collapse:collapse;
	margin: 20px 0px;
}
td, th {
	padding:5px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
th {
	color:white;
	background:green;
	font-size:14px;
	width:130px;
	border:1px solid green;
	font-weight:bold;
}
td {
	vertical-align:top;
	border:1px solid green;
	border-collapse:collapse;
}
#main {
	width:570px;
	margin:20px 55px
}
#main p {
	margin-bottom:10px;
}
#main h2 {
	font-size:14px;
	color:green;
	border-bottom:2px solid #cc4f41;
	margin-top:25px;
	padding-bottom:5px;
}
#maps {
	position:relative;
	overflow:hidden;
	height:400px;
}
#maps p {
	color:#49453d;
	font-size:14px;
	display:bold;
	height:30px;
}
#left, #right {
	width:400px;
}
#left {
	position:absolute;
	left:55px;
	top:0px;
}
#right {
	position:absolute;
	right:55px;
	top:0px;
}
#footer {
	width:920px;
	margin:0px auto;
}
#flash {
	position:absolute;
	width:200px;
	height:300px;
	right:55px;
	top:200px;
}


/* Cookies */
#cookies_info { bottom: 0; position: fixed; width: 100%; background: #E7E7E7; z-index: 1000; opacity: 0.9; }
#cookies_info .ck-inner { margin: 0px auto; width: 900px; padding: 25px 0; }
#cookies_info .ck-inner .ck-content { width: 636px; display: inline-block;}
#cookies_info .ck-inner .ck-accept { background-color: #F7F7F3; box-shadow: 0 0 1px #00597B; 
	border: 1px outset #43A1C8; cursor: pointer; display: inline-block; padding: 6px 20px; 
	color: #FD7B01; margin: 18px 12px 16px 24px; float: right; }
#cookies_info .ck-inner .ck-accept:hover { box-shadow: 0 0 6px #00597B;
	border: 1px intset #43A1C8;  } 
#cookies_info .ck-inner .ck-accept span { }