
html, body{ 
 margin:0; 
 padding:0; text-align:center; background-color: #D0DBE8;
} 
 
#pagewidth{ 
 width:768px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 background-color:#FFFFFF;
} 

. szary {background-color: black; }

#header{
 position:relative; 
 height:127px; 
 background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 padding: 0;
 width:150px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#maincol{background-color: #FFFFFF; float: right; position: relative; width: 617px; font-size: 11px; color: #333333; font-family: Geneva, Arial, Helvetica, sans-serif; }


.tabela {font-size: 9pt; text-align:center; color: #333333; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: bold;}
.tabela1 {font-size: 8pt; text-align:center; color: #333333; font-family: Geneva, Arial, Helvetica, sans-serif;}

#footer{
 height:12pt; background-color:#E0DEE0; clear:both; font-size: 8pt; color: #333333; font-family: Geneva, Arial, Helvetica, sans-serif; text-align: center; }

div.menuBar {
	BORDER-TOP: #ffffff 1px solid; DISPLAY: block; FONT-WEIGHT: bold; FONT-SIZE: 11px; Z-INDEX: 50; VERTICAL-ALIGN: top; BORDER-LEFT: #ffffff 0px solid; CURSOR: default; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: tahoma,arial,helvetica, sans-serif; WHITE-SPACE: pre; BACKGROUND-COLOR: #ff6404; TEXT-DECORATION: none
}
div.menuBar A.menuButton { padding-right: 5px; DISPLAY: block; padding-left: 5px; FONT-WEIGHT: bold; FONT-SIZE: 11px; Z-INDEX: 50; LEFT: 0px; MARGIN: 0px; CURSOR: default; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: tahoma,arial,helvetica, sans-serif; WHITE-SPACE: pre; TOP: 0px; BACKGROUND-COLOR: #6392CE; TEXT-DECORATION: none }

div.menuBar A.menuButton:hover {
	COLOR: white; BACKGROUND-COLOR: #6392CE
}
div.menuBar A.menuButtonActiveSingle {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; Z-INDEX: 50; LEFT: 0px; MARGIN: 0px; CURSOR: default; COLOR: #ffffff; FONT-STYLE: normal; FONT-FAMILY: tahoma,arial,helvetica, sans-serif; TOP: 0px; BACKGROUND-COLOR: #6392CE; TEXT-DECORATION: none
}
div.menuBar A.menuButtonActive { LEFT: 0px; COLOR: #ffffff; TOP: 0px; BACKGROUND-COLOR: #CFD0D1 }
div.menuBar A.menuButtonActive:hover {
	LEFT: 0px; COLOR: #ffffff; TOP: 0px; BACKGROUND-COLOR: #CFD0D1
}
div.menu { border-right: #345587 1px solid; padding-right: 1px; BORDER-TOP: #4e83d3 1px solid; padding-left: 0px; FONT-WEIGHT: normal; FONT-SIZE: 8pt; Z-INDEX: 50; LEFT: 0px; VISIBILITY: hidden; PADDING-BOTTOM: 1px; BORDER-LEFT: #4e83d3 1px solid; COLOR: #ffffff; PADDING-TOP: 0px; BORDER-BOTTOM: #ff6404 5px solid; FONT-STYLE: normal; FONT-FAMILY: tahoma,arial,helvetica, sans-serif; POSITION: absolute; TOP: 0px; BACKGROUND-COLOR: #576ea9; text-align:left; }
div.menu A.menuItem { padding-right: 1em; display: block; padding-left: 3px; font-weight: normal; font-size: 8pt; padding-bottom: 2px; CURSOR: default; color: #ffffff; padding-top: 2px; font-style: normal; font-family: tahoma,arial,helvetica,sans-serif; white-space: nowrap; text-decoration: none; }
div.menu A.menuItem:hover {
	COLOR: #ffffff; BACKGROUND-COLOR: #ff9933 }
div.menu A.menuItemHighlight {
	COLOR: #ffffff; BACKGROUND-COLOR: #ff9933 }
div.menu A.menuItem SPAN.menuItemText {}
div.menu A.menuItem SPAN.menuItemArrow { MARGIN-RIGHT: -0.75em }
div.menu div.menuItemSep { BORDER-TOP: #4e83d3 1px solid; MARGIN: 2px; BORDER-BOTTOM: #345587 1px solid }
 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

* html .clearfix{height: 1%;}
.clearfix{display: block;}


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

