body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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. */
} 
.thrColFixHdr #header { 
	background:#000000;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.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:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 24%; 
	padding-top: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColFixHdr #sidebar1n {
	float: right; /* since this element is floated, a width must be given */
	width: 325px; 
	padding-top: 15px 0; /* top and bottom padding create visual space within this div  */
}
.thrColFixHdr #mainContent { 
	margin: 0 26% 0 5px; 
} 
.thrColFixHdr #mainContentn { 
	margin: 0 345px 0 5px; 
} 
.thrColFixHdr #footer { 
	padding: 20px 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 10px 0 10px;
	width:auto;
	height:75px;
	color:#ADADAD;
	font-size:9px;
	vertical-align:middle;	
	background:url(../../img/niz.gif) repeat-x #000000;
	text-align: justify;
} 
.thrColFixHdr #footer h1 { 
	color:#ADADAD;
	font-size:9px;
	margin: 0;
	padding: 0;
	font-weight:normal;
	text-align: justify;
	display:inline;
} 
.thrColFixHdr #footer h2 { 
	color:#ADADAD;
	font-size:9px;
	margin: 0;
	padding: 0;
	font-weight:normal;
	text-align: justify;
	display:inline;
} 
.thrColFixHdr #footer h3 { 
	color:#000000;
	font-size:9px;
	margin: 0;
	padding: 0;
	font-weight:normal;
	text-align: justify;
	display:inline;
	text-ident:0;
	float:none;
} 
.thrColFixHdr #ufooter { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:10px;
	width:auto;
	text-align:center;
	color:#ADADAD;
	font-size:11px;	
	height:45px;
	vertical-align:middle;
} 
.thrColFixHdr #footer .p1{
	color:#000000;
}
.thrColFixHdr #footer p {
	margin: 1px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-indent:0;
}
.thrColFixHdr #topbanner {
	margin: 5px;
}
.thrColFixHdr #logo {
	float: left;
	background-image:url(../../img/automisto_logo.jpg);
	width:259px;
	height:347px;
}
.menua {
 margin:5px 0 5px 3px;
 font-size:15px;
 color:#FFFFFF;
 font-weight:600;
 position:relative;
 float:left;
 width:auto;
 padding:4px;
 background:url(../../img/fonknopka_akt.gif) repeat-x #CCCCCC;
}
.menua a{
 color:#FFFFFF;
 text-decoration:none;
}
.menua a:hover{
 color:#FFFF00;
 text-decoration:none;
}
.menu{
 margin:5px 0 5px 3px;
 font-size:15px;
 color:#FFFFFF;
 font-weight:600;
 float:left;
 position:relative;
 width:auto;
 padding:4px;
 background:url(../../img/fonknopka.gif) repeat-x #CCCCCC;
}
.menu a{
 color:#FFFFFF;
 text-decoration:none;
}
.menu a:hover{
 color:#FFFF00;
 text-decoration:none;
}
.page {
	font-size: 11px;
	color: #006600;
}
.page a {
	text-decoration: none;
	color: #006600;
}
.page a:hover {
	text-decoration: none;
	color: #660000;
}
.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;
}
.nobr {
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tag {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-indent:10px;}
.tag a {
	text-decoration: none;
	color: #000099;
}
.tag a:hover {
	text-decoration: underline;
	color: #000099;
}
.tags1 {
	font-size: 10px;
	font-weight: normal;
	color: #ACACAC;
}
.tags1 a {
	text-decoration: none;
	color: #ACACAC;
}
.tags1 a:hover {
	text-decoration: underline;
	color: #ACACAC;
}
.tags2 {
	font-size: 14px;
	font-weight: normal;
	color: #ACACAC;
}
.tags2 a {
	text-decoration: none;
	color: #ACACAC;
}
.tags2 a:hover {
	text-decoration: underline;
	color: #ACACAC;
}
.tags3 {
	font-size: 16px;
	font-weight: normal;
	color: #ACACAC;
}
.tags3 a {
	text-decoration: none;
	color: #ACACAC;
}
.tags3 a:hover {
	text-decoration: underline;
	color: #ACACAC;
}
.tagsn1 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.tagsn1 a {
	text-decoration: none;
	color: #000000;
}
.tagsn1 a:hover {
	text-decoration: underline;
	color: #000000;
}
.tagsn2 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.tagsn2 a {
	text-decoration: none;
	color: #000000;
}
.tagsn2 a:hover {
	text-decoration: underline;
	color: #000000;
}
.tagsn3 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.tagsn3 a {
	text-decoration: none;
	color: #000000;
}
.tagsn3 a:hover {
	text-decoration: underline;
	color: #000000;
}
.newspic {
text-indent: -3pt;
margin:5px 0 10px 0;
}
#mixkt_4294931885 tr {background-color:transparent;} 
#mixkt_4294931857 tr {background-color:transparent;}
#mixkt_4294923924 tr {background-color:transparent;}
#mixkt_4294923922 tr {background-color:transparent;}
<!--[if IE 5]>
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
<![endif]--><!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->

