
body {background-color:#90b0f0; text-align: left; margin:0px; padding:0px; font: 11pt arial;} 

html, body {height:100%;}

 
#main {
  /*background-color:#ffffff;*/
  padding: 0px;
  margin: 0px auto;
  /*
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  */
  width:1000px; 
  height:100%;
}
#main_tbl{height:100%;  background-color:#ffffff;}

/*
#main
{
 margin:auto; padding:0;
 width:1000px;
 background-color: white;
 height:100%;
} 

*/


#header { 
  
  margin: 0px;
  padding: 0px;
  width:1000px;  
  height: 85px;
  background-image: url('img/h_bg.png');
}

img#h_left_img
{
  padding:8px;
  float:left;
}

#header p {
  padding:0px;
  float:left;
  width:765px; /* 1000-202 */
  font-size:25pt;
  font-family: arial tahoma verdana;
  font-weight: bold;
  color: #007ac4;
margin-bottom:0;
margin-top: 16pt;
}


img#h_right_img {
  padding:8px;
  float:left;
}


#menuline {
 background-color:#cf965f;
 height: 22px;
 width:1000px;
  border: 0px solid black; 
}

#arkatop {
  height:117px;
  width:1000px;
  background-image: url('img/arka_top.png');
  margin:0px;
  margin-right:0px;
}

ul#menu  {
 list-style:none;  
 height: 20px;
 width:800px;
 background-color: #cf965f;
 margin:auto;
 padding:0px;
  border: 0px solid blue; 
 text-align:center; 
}


.menuitem
{
display:block;
height:18px;
width:120px;
float: left;
padding:0px;margin:0px; 
  border: 1px solid #777777; 
background-image: url('img/menu_bg.png');
margin-left: -1px;
font:bold 10pt arial;
}

.menuitem a
{
  text-decoration: none;
  color:#444444;
}
.menuitem a:hover
{
  color:black;
}
.menuitem a.selected
{
  color:black;
}


#kolona_left
{
background: white  url('img/kolona_left_bg.png') repeat-y scroll left;
}
#kolona_left_top
{
width:118px;
height:89px;
background: white  url('img/kolona_left_top.png') no-repeat scroll left;
padding:0; margin:0;
}

#kolona_left_bottom
{
width:118px;
height:101px;
background: white  url('img/kolona_left_bottom.png') no-repeat scroll left;
}

#td_kolona_left_bottom
{
background: white  url('img/kolona_left_bg.png') repeat-y scroll left;
vertical-align:bottom;
}

#kolona_right
{
width:125px;
text-align:right;
background: white url('img/kolona_right_bg.png') repeat-y scroll right;
}
#kolona_right_top
{
width:125px;
height:89px;
background: white  url('img/kolona_right_top.png') no-repeat scroll right;
padding:0; margin:0;
}

#kolona_right_bottom
{
width:125px;
height:129px;
background: white  url('img/kolona_right_bottom.png') no-repeat scroll right;
padding:0; margin:0;
}

#td_kolona_right_bottom
{
  background: white url('img/kolona_right_bg.png') repeat-y scroll right;
  vertical-align:bottom;
}

#login
{
 position:absolute;
 right:0px; top:-5px;
 width:280px;
 margin:0px; padding:0px;
 /*margin-left:450px;*/
 /*float:right;*/
}

#content {
 vertical-align:top;
}
#main_container
{
position:relative;
}

#wrong_password {
margin:0; padding-top:4px;text-align:center;
color:#e07000;
}

h3#sectionhead
{
  font-size: 11pt;
  font-weight: bold;
  color: #0060ff;
  padding-top: 12pt;
  padding-bottom: 12pt;
  margin: 0pt;
  width:200px;
  margin-bottom: 25px;
}

#login_info
{
  font-style:italic;
  padding-bottom:0;
  margin-bottom:5pt;
}

#quit
{
  margin-top:5pt;
  text-align:right; 
  padding:0;
  margin-right:6pt;
}

