/* ---------------------------------
Makeup: Dimox
Author URI: http://dimox.name/
--------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/15px Arial, Tahoma, Verdana, sans-serif;
	color: #6F6F71;
	padding-left: 999px;
}



span.test {
	
}

.ob_addres {
	font-size:90%;padding-top:3px;font-family:verdana;
}

.descr {
	font-family: Arial;
	font-size:12px;
}

.services_search {
	border-spacing:0.1em;
	margin-bottom:1em;
}

.services_search td{
	padding:0.3em 1em;
}

.photoframe {
	border:1px solid #999;
	padding:1px;	
}

.red       {
color:red;
font-weight: bold;
}
.blue       {
color:blue;
font-weight: bold;
}
table.tour { border-collapse: collapse; }
table.tour td { border: #000 1px dotted; padding: 5px; }
table.tour th {border: black solid 1px;padding:0;}
#price_t, #price_c {
	font-size:14px;
	font-weight:bold;
}

#price_c {
	color:#E90000;
}

#adding {
	font-size:10px;
}

a {
	color: #1A97C7;
	outline: none;
}
a:hover {
	text-decoration: none;
}
p {padding: 8px 0}
img {border: none}
input {vertical-align: middle;border: 1px solid #CBCBCB;}
textarea {border: 1px solid #CBCBCB;}
blockquote {
	margin: 10px 10px 10px 20px;
	padding: 0 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

#wrapper {
	margin-left: -999px;
}
* html #wrapper {
	float: right;
}

.nonborder {border:none}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #2FA0D6 url(/i/header-bg.gif) repeat-x;
}
#header-l {
	background: url(/i/header-left.jpg) 0 30px no-repeat;
}
#header-r {
	position: relative;
	height: 183px;
	background: url(/i/header-right.jpg) 100% 0 no-repeat;
}

#logo {
	position: absolute;
	top: 43px;
	left: 48px;
	width: 148px;
	height: 81px;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 8px;
	left: 10px;

}
#nav li {
	display: inline;
	margin: 0 30px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#lang {
	position: absolute;
	top: 9px;
	right: 275px;
}
#lang li {
	display: inline;
	margin: 0 10px 0 9px;
	color: #71D3FA;
}
#lang a {
	color: #FFF;
}

#contacts {
	position: absolute;
	top: 78px;
	left: 40%;
	color: #FFF;
	padding-left: 53px;
}
#contacts a {
	color: #FFF;
}

#icons {
	position: absolute;
	top: 164px;
	left: 28px;
}
#icons a {
	float: left;
	display: inline;
	width: 11px;
	height: 10px;
	margin-right: 77px;
}
#icons a#i3 {
	width: 12px;
	margin-left: -10px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	overflow: hidden;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.home {
	margin: 0 249px 0 240px;
}

.inside {
	margin: 0 0 0 240px;
}

#content {
	padding: 24px 24px 50px;
	border: solid #DFDFDF;
	border-width: 0 1px;
}

#content h1 {
	font: 20px/1 Tahoma, Arial;
	color: #333;
	margin: 10px 0 5px;
}
#content h2 {
	font: 17px/1 Arial, Tahoma;
	color: #333;
	margin: 10px 0 5px;
}


.imgborder {
	border: 3px solid #D6ECEE;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.offer {
	width: 100%;
	overflow: hidden;
	padding: 12px 0 8px;
}
.offer img {
	float: left;
	display: inline;
	border: 3px solid #D6ECEE;
	margin: 0 14px 0 0;
}
.offer .info {
	display: table;
	height: 1%;
}

#content ul,
#content ol {
	margin: 7px 0 7px 30px;
}
#content li {
	padding: 2px 0;
}


/* Sidebars
-----------------------------------------------------------------------------*/
.sidebar {
	float: left;
	position: relative;
	width: 209px;
	font: 11px/13px Arial, Tahoma;
}
.sidebar.sl {
	margin-left: -100%;
	padding: 7px 13px 50px 18px;
	border-right: 1px solid #DFDFDF;
	background: url(/i/gradient.gif) 0 1px repeat-x;
}
.sidebar.sr {
	margin-left: -250px;
	padding: 7px 13px 50px 27px;
	border-left: 1px solid #DFDFDF;
	background: url(/i/right-bg.jpg) no-repeat;
}

#blue {
	position: absolute;
	top: 0;
	left: 240px;
	width: 6px;
	height: 47px;
	background: #24BEEF url(/i/blue.gif) no-repeat;
}
#blue2 {
	position: absolute;
	top: 0;
	left: -6px;
	width: 6px;
	height: 47px;
	background: #137AA3;
}

.sidebar h3 {
	font: 18px Tahoma, Arial;
	color: #333;
	margin: 7px 0 5px;
}
.sidebar h3.white {
	color: #FFF;
}

.sidebar ul {
	list-style: none;
	overflow: hidden;
	margin: 0 0 5px;
}
.sidebar li {
	background: url(/i/dot.gif) repeat-x;
	padding: 6px 0 7px;
	margin-top: -1px;
}
.sidebar li a {
	display: block;
	text-decoration: none;
	background: url(/i/arrow.gif) 100% 50% no-repeat;
	position: relative;
}
.sidebar li a:hover {
	text-decoration: underline;
}

#search {
	margin: 12px 0 5px;
}
#search div {
	padding: 0 0 12px;
	overflow: hidden;
	height: 1%;
}
#search label,
#search input {
	float: left;
}
#search label {
	width: 59px;
}
#search select{
	float: left;
	width: 149px;
	border: 1px solid #CBCBCB;
	font: 11px Arial, Tahoma;
	color: #6F6F71;
}
#search input#id_object {
	float: left;

	border: 1px solid #CBCBCB;
	font: 11px Arial, Tahoma;
	color: #6F6F71;
}
#search input.input {
	width: 141px;
	border: 1px solid #CBCBCB;
	font: 11px Arial, Tahoma;
	color: #6F6F71;
	padding: 1px 3px;
}
#search input#inet {
	float: none;
}
#search .advanced {
	margin: -10px 0 0;
	padding: 0 0 3px 59px;
}
* html #search .advanced input {margin-left: -4px}
*+html #search .advanced input {margin-left: -4px}
#search .advanced label {
	float: none;
}
#search input.go {
	float: none;
	border: 1px solid #CBCBCB;
	background: #FFF;
	font: 11px Arial, Tahoma;
	width: 55px;
	height: 18px;
	color: #6F6F71;
	margin: 10px 0 0 59px;
	cursor: pointer;
}

#search input.go_multi {
	float: none;
	border: 1px solid #CBCBCB;
	background: #FFF;
	font: 11px Arial, Tahoma;
	width: 55px;
	height: 18px;
	color: #6F6F71;
	margin: 10px 0 10px 0px;
	cursor: pointer;
}

.article {
	margin: 0 0 14px;
}
.all {
	text-align: right;
	margin: 0 0 30px;
}

#informers {
	width: 229px;
	height: 117px;
	margin: 0 -12px 30px -8px;
	padding: 10px 0 0;
	text-align: center;
	vertical-align:top;
	margin-top:10px;
}

#references {
	height: 240px;
	overflow: auto;
	margin: 8px 0 0;
}
.reference {
	padding: 0 0 13px;
}
.reference .author {
	color: #1A97C7;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #1D89C7 url(/i/logo.gif) 72px 33px no-repeat;
	color: #FFF;
	font-size: 12px;
	line-height: 13px;
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px;
}

#footer a {
	color: #FFF;
}
#bottom-nav {
	background: #09B1E2 url(/i/bottom-nav.gif) no-repeat;
	line-height: 41px;
	font-size: 12px;
	margin: 0 0 10px 240px;
	padding-left: 62px;
	height: 1%;
}

#bottom-nav li {
	display: inline;
	margin-right: 9px;
}
#copyright {
	float: right;
	padding: 9px 32px 0;
}

table#form_check {width:100%;font-family:verdana;}

#form_check td{padding-bottom:10px;padding-right:10px;}
.go_check {
	float: none;
	border: 1px solid #CBCBCB;
	background: #FFF;
	font: 11px Arial, Tahoma;
	width: auto;
	height: 18px;
	color: #6F6F71;
	cursor: pointer;
}

#img_clear {
	border:0;
	padding:0;
	margin:0;
}
.photoframe {
	border:1px solid #999;
	padding:1px;	
}
.opis{
display: table-cell;
vertical-align: text-top;
text-align:justify;
}
.name1 {
font-size:16px; 
font-weight:bold; 
color:#FF8400;
}
hr.opisdot {
border: dotted 1px; 
border-color: blue;
width:95%;
text-align:left;
}