/* Basic elements */
body { margin: 0; font-family: verdana; font-size: 9pt; background: #f4f4f4 url("../img/pozadi.gif") repeat-x top left;
}
h1 { color: rgb(0,51,102); font-size: 11pt; letter-spacing: 2px;  }
h2  { font-size: 140%; }
p { margin-bottom: 10px; text-align: justify; }
a { color: rgb(0,51,102); }
a:hover { color: #3d5ba8; }
.italic { font-style: italic; }



/* Body table */
.tableBody { margin-left: auto; margin-right: auto; width: 920px; }
.tableBodyLogo { background-image: url(../img/header.jpg); width: 900px; height: 150px; background-repeat: no-repeat;}
.tableBodyContent { background-image: url(../img/content_background.jpg); background-repeat: no-repeat; background-color: white; padding-left: 30px; padding-top: 20px; padding-right: 30px; }
.tableBodyLedgeLeft { background-image: url(../img/menu_ledge_left.png); width: 10px; }
.tableBodyLedgeRight { background-image: url(../img/menu_ledge_right.png); width: 10px; }
.tableBodyFooter { background-image: url(../img/footer.png); background-repeat: no-repeat; padding-top: 40px; padding-left: 30px; color: rgb(0,51,102); }

/* Top menu */
.menuTop { background-image: url(../img/menu_top_background.jpg); text-align: center; height: 28px; padding-left: 30px; }
.menuTopItem, .menuTopItemActive { float: left; color: white; font-size: 9pt; font-weight: bold; 
letter-spacing: 1px; padding-top: 5px; height: 25px; text-decoration: none; width: 98px; margin-left: 4px; margin-right: 4px; }
.menuTopItem:hover { color: #3d5ba8; }
.menuTopItemActive { background-image: url(../img/tabcontrol.gif); color: black; }

/* Right menu */
.menuRight { background-image: url(../img/menu_background.png); float: right; width: 250px; height: 466px; margin-left: 20px; }
.menuRightTitle { color: #3d5ba8; font-size: 10pt; font-weight: bold; letter-spacing: 1px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px; }
.menuRightItem { background-image: url(../img/menu_item.png); background-position: left center; background-repeat: no-repeat; display: block; margin-left: 10px; padding-left: 20px; text-decoration: none; margin-bottom: 2px; color: rgb(0,51,102);
	padding-top: 1px; padding-bottom: 3px; }
.menuRightItem:hover { color: #3d5ba8; }
