html, body, ol, ul, li, dl, dt, dd, img, form, input {
  margin: 0; 
  padding: 0;
  border: 0;
	list-style: none;
}

body {
	padding: 0 420px;
	/* the critical side padding that sets the natural min-width! */
	/* this BG tiles the area outside the columns */
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	/* this body font-size fixes an IE bug and maintains x-browser uniformity */
	text-align: center;
	/* centers the #sizer element in IE5.x/win */
	background-color : #758AAD;
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -420px; /* neg side margin values should be < or = to side body padding */
	min-width: 840px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  position: relative;
	background: #A7B7D2 url(../img/int/sys/bg_col_bottom.gif) repeat-x bottom; /* this BG tiles the left column */
  border: 0px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
	background: #A7B7D2 url(../img/int/sys/bg_col_bottom.gif) repeat-x bottom; /* this BG tiles the right column */
}

/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  background: #fff; /* this BG tiles the center column */
  border-left: 10px solid #758AAD; /*** Critical left divider dimension value ***/
  border-right: 10px solid #758AAD; /*** Critical right divider dimension value ***/
  margin-left: 130px;    /*** Critical left col width value ***/
  margin-right: 130px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.ugol {
	width : 58px;
	height : 46px;
	background : url(../img/int/sys/ugol2.gif) no-repeat;
	right: 128px;
	position : absolute;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 130px;    /*** Critical left col width value ***/
  margin-left: -140px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 130px;    /*** Critical right col width value ***/
  margin-right: -140px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 10px;   /*** Critical right divider dimension value ***/
}



.centerbox {
	overflow: visible;
	width: 100%;
}

.container-left {
	color: #3B5278;
	padding-bottom : 50px;
	font-size : 0.7em;
}

.container-right {
	color: #3B5278;
	padding-top: 50px;
	padding-bottom : 50px;
	font-size : 0.7em;
} /* makes room for the froggy */

.IndexRight {
	float : right;
	width : 35%;
	position : relative;

}
.IndexLeft {
	float : left;
	position : relative;
	width : 64%;
}
.blockRight {
	position : relative;
	padding : 15px ;
}

.DayPhoto {
	width: 220px ;
}

.DayPhoto .blockRight {
    	padding-top: 0px ;
	padding-right: 0px ;
}

.blockLeft {
	position : relative;
	padding : 15px 0px 15px 15px;
}

/*************** Header and Footer elements *****************/

.header {
	width: 100%;
	background-color : #A7B7D2;
	background-image : url(../img/int/sys/bg_head.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}

.HeaderRight2 {
	background-image : url(../img/sys/bg_logo.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	height : 112px;
	padding-top : 10px;
}
.headerRight {
	background : url(../img/int/sys/bg_head2.gif) no-repeat bottom right;
}

#sm {
	height : 16px;
	margin-left : 130px;
	margin-top : 2px;
	font-size : 0.7em;
	color : #E5E9F0;
	background-color : #758AAD;
}

#sm a {
	color : #E5E9F0;
	text-decoration : none;
	background : url(../img/sys/arrow_blue.gif) no-repeat left;
	padding-left : 8px;
	margin-right : 15px;
	background-position : left;
	background-repeat : no-repeat;
	display : block;
	float : left;
}

#sm a:hover {
	color : White;
}

.footer {
	width: 100%;
	clear: both;
	position: relative;
	height : 40px;
	background : White url(../img/int/sys/footer_right.gif) no-repeat right top;
	margin-bottom : 10px;
}
.footer2 {
	width: 50%;
	height : 40px;
	font-size: 0.6em;
	background : url(../img/int/sys/footer_left.gif) no-repeat left top;
}
.footer3 {
	font-size: 0.7em;
	color : #CAD5E7;
	margin-bottom : 10px;
	text-align : center;
}
.footer3 a {
	color : White;
	text-decoration : none;
}
.footer3 a:hover {
	text-decoration : underline;
}

/*************** Common Rules ************************/
.menu {
	text-align : right;
	font-weight : bold;
	font-size : 1.1em;
	margin-right : 10px;
	border-bottom : 1px solid #758AAD;
	padding-top : 5px;
	padding-bottom : 1px;
	color : #3B5278;
}
.cmenu {
	text-align : right;
	font-weight : bold;
	font-size : 1.1em;
	margin-right : 10px;
	border-bottom : 1px solid #758AAD;
	padding-top : 5px;
	padding-bottom : 1px;
	color : White;
}
.menu a {
	color : #3B5278;
	text-decoration : none;
}
.menu a:hover {
	color : White;
}

.search {
	background : url(../img/sys/bg_search.gif) top right no-repeat;
	width : 120px;
	font-size : 0.9em;
	color : White;
	padding-top : 15px;
	padding-bottom : 5px;
	padding-left : 5px;
}

.search .input {
	width : 110px;
	background-color : #91A3C1;
	border : 1px groove #C6CFDF;
	font-size : 11px;
	color : #334D78;
	margin-top : 5px;
	margin-bottom : 5px;
}

.AdvHead {
	color : #566F97;
	font-size : 11px;
	padding-left : 7px;
}
.LeftAdv {
	background-color : #C0CDE3;
	border : 1px solid #778CAF;
	margin : 0px 7px 7px 7px;
}

.hot {
	background-color : #E5E9F3;
	border-bottom : 3px solid #F2F3F9;
	padding : 10px;
}
.HotHead {
	padding-bottom : 5px;
	font-weight : bold;
}

.hot a, .tema a, .anons a, .MainNews a, .news a  {
	color : Black;
	text-decoration : none;
}
.hot a:hover, .tema a:hover, .anons a:hover, .MainNews a:hover, .news a:hover {
	text-decoration : underline;
}

hr {
	color : #758AAD;
	border-top : 1px solid #758AAD;
	margin-top : 1em;
	margin-bottom : 1em;
}

.pic {
	border : 1px solid #758AAD;
	padding : 2px;
	background : White;
	margin : 0 5px 5px 0;
	position : relative;
}
.bigpic {
	border : 2px solid #758AAD;
	margin-left : 10px;
	margin-bottom : 5px;
	padding : 2px;
}

.BlockHead1 {
	font-size : 0.9em;
	color : White;
	background : url(../img/sys/block_ugol1.gif) top right no-repeat #A7B7D2;
	font-weight : bold;
	padding : 3px;
}
.BlockHead2 {
	font-size : 0.9em;
	color : White;
	background : url(../img/sys/block_ugol2.gif) top left no-repeat #A7B7D2;
	font-weight : bold;
	text-align : right;
	padding : 3px;
}
.BlockHead3 {
	background-color : #8EA1C1;
	color : White;
	font-weight : bold;
	padding : 3px;
	border : 1px solid #F5F6FB;
}

.MainNews {
	border : 2px solid #A7B7D2;
	background-color : #F5F6FB;
	padding : 12px;
	padding-bottom : 20px;
	position : relative;
}


.tema {
	border : 2px solid #A7B7D2;
	background-color : #F5F6FB;
	padding : 7px;
	padding-bottom : 10px;
	font-size : 95%;
	position : relative;
}

.tema2 {
	background-color : #F5F6FB;
	padding : 6px;
	padding-bottom : 7px;
	font-size : 85%;
}

.tema3 {
	border-bottom : 1px solid #A7B7D2;
}

.kolonka {
	padding-bottom : 15px;
	margin-bottom : 15px;
	border-bottom : 1px solid #758AAD;
}
.kolonka a {
	color : Black;
	text-decoration : none;
}
.kolonka a:hover {
	text-decoration : underline;
}
.kolonka a h4 {
	color : #4769A1;
	text-decoration : underline;
}

h1 {
	font-size : 1.3em;
	padding-bottom : 20px;
	margin-bottom : 0px;
	margin-top : 0px;
	font-style : normal;
}
h2 {
	font-size : 1.2em;
	padding-bottom : 15px;
	margin-bottom : 0px;
	margin-top : 0px;
	font-style : normal;
}
h3 {
	font-size : 1.1em;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-top : 0px;
	font-style : normal;
}
h4 {
	font-size : 1em;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-top : 0px;
	font-style : normal;
}

a {
	color : #4769A1;
	text-decoration : underline;
}
.anons {
	font-size : 0.85em;
	padding-bottom : 15px;
}

.ban {
	padding-top : 15px;
	padding-bottom : 15px;
}

.news {
	margin-bottom : 15px;
}

.date {
	color : #566F97;
	background-image : url(../img/sys/bullet1.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 10px;
	margin-bottom : 15px;
	float : left;
	padding-right : 5px;
}

.importHead {
	background-image : url(../img/sys/bg_import.gif);
	background-position : top left;
	background-repeat : no-repeat;
	height : 32px;
	padding-left : 10px;
	color : #C0113B;
	font-weight : bold;
}
.import {
	padding : 10px;
	border-left : 1px solid #A7B7D2;
	vertical-align : top;
}
a.importZag {
	color : #566F97;
	font-style : italic;
	text-decoration : none;
}
A:HOVER.importZag {
	text-decoration : underline;
}
td {
	font-size : 0.8em;
}

/************** Spacing Controls for various column contents ***************/



.textpadder2 {

	font-size : 0.75em;
}
.textpadder {
	padding: 15px;
	font-size : 0.8em;
}
.fleft {
	float : left;
	position : relative;
}
.fright {
	float : right;
	position : relative;
	display: inline ;
}


/************** Special Fixes *************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfixLeft:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.clearfixLeft {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfixLeft {height: 1%;}
.clearfixLeft {display: block;}
/* End hide from IE-mac */

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */



/* \*/
* html #wrapper1,
* html #wrapper2,

* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */




/**************** Utility Rules *******************/


/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

img.img {
	border : 1px solid #758AAD;
	 margin-bottom : 5px;
	 margin-right : 5px;
}

.hide {display: none;}
