@charset "windows-1251";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size:11px;
}
a {color:#EA7500;}
.thrColFixHdr #container { 
	width: 1005px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	font-size:12px;
	position:relative;
} 
.thrColFixHdr #header { 
	background: #FFF url(img/main.jpg) 0 0 no-repeat; 
	height: 208px;
}
.thrColFixHdr #header div#banners {
	position:relative;
	left: 411px;
	top:12px;
	width:468px;
	height:60px;
	background-color:#FFFFFF;	
} 
.thrColFixHdr #header div#menu {
	position:relative;
	left: 360px;
	top:20px;	
	width:645px;
	text-align:center;
}
.thrColFixHdr #header div#menu a {
	display:block;
	float:left;
	height:36px;
	background:#ff8925 url(img/menuBcgr.png) 0 0 repeat-x;
	width:107px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin:5px;
}

.thrColFixHdr #header form#login {
	position:relative;
	float:right;
	background-color:#8690a2;
	width:260px;
	height:90px;
	top:12px;
	color:#FFFFFF;
	font-size:12px;
	z-index:200;
}
.thrColFixHdr #header form#login input {
	border:none;
	width:100px;
}
.thrColFixHdr #header form#login input.orangebtn {
	width:auto;
	color:#FFFFFF;
	background-color:#FF6600;
}

.thrColFixHdr #header div#menu a.reg, .thrColFixHdr #header div#menu a.mem {
	width:130px;
	height:20px;
	background:#FF6600 none;
	margin:0;
	text-align:center;
	position:relative;
	top:17px;
}
.thrColFixHdr #header div#menu a.mem {
	background-color:#333333;
}
div#hormenu {
	padding:5px 0 5px 10px;
	position:relative;
	z-index:100;
}
div#hormenu a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	margin-right:10px;
	background:#FFF url(img/menudot.png) 0 5px no-repeat;
	font-weight:bold;
}
h2 {
	background:#FF9900 url(img/h2.png) 0 0 repeat-x;
	font-size:14px;
	padding:8px 0;
	text-align:center;
	margin:0;
	color:#FFFFFF;
}
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 275px; 
	background: #e9e9e9;
}

.thrColFixHdr #sidebar1 p, .thrColFixHdr #sidebar2 p {
	border-bottom:#FFF 2px dotted;
	padding:10px;
	margin:0;
}
.thrColFixHdr #sidebar1 p.last, .thrColFixHdr #sidebar2 p.last {
	border-bottom:none;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 275px; 
	background: #e9e9e9; 
}
.bckgWhite {
	background-color:#FFF;
	padding-top:5px;
}
.thrColFixHdr #mainContent { 
	margin: 0 275px;
	padding: 0 10px;
} 

.thrColFixHdr #mainContent1 { 
	margin: 0 50px;
	padding: 0 10px;
} 

.thrColFixHdr #footer { 
	background: #666699 url(img/footer.jpg) 0 0 repeat-x;
	height:64px;
} 
.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;
}
.doclink {font-size:11px; margin-bottom:7px; display:block;}
.doclink span.token {background-color:#FFCC66; color:Black;}
.catlink {font-size:10px; color:black;}
h1.tema {font-size: 13px;}
h2 a {color:#fff;}