@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.thrColFixHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.tablezag {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF6600;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
}
.tabletr1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
}
.thrColFixHdr #header {
	background-color: #DDDDDD;
	background-image: url(img/fon.jpg);
	height: 160px;
	padding-left: 20px;
	background-repeat: repeat-x;
	margin-bottom: 20px;
} 
.thrColFixHdr #menu {
	top: -16px;
	position: relative;
	left: 3px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	overflow: visible;
	height: auto;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(img/right.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: visible;
	min-height: 370px;
}

.thrColFixHdr #sidebar2 a{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:hover{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.thrColFixHdr #mainContent {
	list-style-image: url(img/bullet.png);
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
	height: auto;
} 
.thrColFixHdr #footer {
	background:#DDDDDD;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr  #rpict {
	position: relative;
	width: 160px;
	height: 160px;
	top: -200px;
	left: 700px;
	background-image: url(img/money.png);
}
.thrColFixHdr #logo {
	height: 104px;
	width: 210px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 10px;
	position: relative;
}
.thrColFixHdr #sluzby {
	height: 20px;
	width: 300px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	letter-spacing: 1px;
	position: relative;
	left: 25px;
	top: -10px;
}
.thrColFixHdr #adress {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	position: relative;
	text-decoration: none;
	font-style: normal;
	text-align: right;
	top: -352px;
	width: 200px;
	left: 470px;
	letter-spacing: normal;
	word-spacing: normal;
}
.thrColFixHdr #copyrt {
	width: auto;
	top: 18px;
	position: relative;
	float: left;
	height: auto;
	left: 0px;
}
.thrColFixHdr #w3c {
	top: 10px;
	position: relative;
	width: auto;
	float: right;
	height: auto;
}

a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-size: 18px;
	color: #FF6600;
}
h2 {
	font-size: 14px;
	color: #FF6600;
}
h3 {
	font-size: 12px;
	color: #666666;
}


#list3 div.selected .title {
	background-image: url(img/on.png);
	background-repeat: no-repeat;
	background-position: left;
}

#list3 div.title {
	cursor: pointer;
	color: #FF6600;
	background-image: url(img/off.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 9px;
}

#list3 div.title a:hover{
	text-decoration: none;
	color: #666666;
}
#list3 .title a {
	text-decoration: underline;
}

#list3 div.selected {
	background-color: #FFFFFF;
}
.tabletr2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #E6E6E6;
}
.tabletr1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F3F3F3;
}
.thrColFixHdr #list3 .titletxt {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	padding-left: 9px;
}
.tabusluga {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 4px;
}
.tabcena {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.zametka {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.zametka h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.kalendar {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-bottom: 5px;
	background-image: url(img/kalendar.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	color: #666666;
	height: auto;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	overflow: visible;
}
.kalendar h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#rus {
	font-size: 10px;
	position: relative;
	text-align: right;
	height: 10px;
	width: 40px;
	top: -390px;
	left: 800px;
}
.vcard .org {
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
