body
{
  margin:0;
  padding:0 10px 0 10px;
  border:0;
  height:100%;
  overflow:auto;
                  
  font-family: Verdana, sans-serif;
  font-size: small;
  background-color: #fefae0;
  color: #004400;
}

img
{
  border-collapse: collapse;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}

imguvod
{
  border-collapse: collapse;
  border-width: 2px;
  margin: 2px;
  padding: 2px;
  float: right;
  clear: right;
}


a:link, a:active, a:visited
{
  text-decoration:underline;
  color: #009900;
}

a:hover
{
  text-decoration: none;
}

a.main_menu:link, a.main_menu:active, a.main_menu:visited
{
  text-decoration: none;
  color: #004400;
  font-size: large;
  margin-bottom: 10px;
}

a.main_menu:hover
{
  text-decoration: underline;
}

h1
{
  margin-top: 13px;
  text-align: center;
}

h2
{
  text-align: left;
}

p
{
  padding-top: 0px;
  margin-top: 5px;
  font-size: small;
  text-align: justify;
}

/*
p:first-letter
{
  font-size: large;
  font-weight: bold;
}
*/



.centered
{
  width: auto;
  text-align: center;
}

input[type="text"], input[type="password"], 
select, textarea
{
  margin: 2px;
  color: #004400;
  background-color: #eff0c9;
  border: 1px solid #000000;
}

input[type="text"].important, 
input[type="password"].important, 
select.important,
textarea.important
{
  margin: 2px;
  color: #004400;
  background-color: #eff0c9;
  border: 2px solid #000000;
}

input[type="button"], input[type="submit"]
{
  margin: 2px;
  color: #fefae0;
  background-color: #004400;
  border: 2px solid #004400;
}

.warning
{
  color: #ff0000;
}

.bigwarning
{
  font-size: large;
  font-weight: bold;
  float: none;
}

td.pr0,th.pr0
{
  padding: 3px 10px 3px 10px;
  text-align: center;
}

td.pr,th.pr
{
  padding: 3px 10px 3px 10px;
  text-align: center;
  background-color: #eff0c9;
}

td.pr2,th.pr2
{
  padding: 3px 10px 3px 10px;
  text-align: center;
  background-color: #dee0b8;
}

.std
{
  background-color: #fefae0;
  margin: 1px;
  padding: 3px;
}

.sign
{
  font-family: Georgia, serif;
  font-size: medium;
  font-style: italic;
}


ul.firstlevel
{
  list-style-type: none;
  font-size: large;
  font-weight: bold;

}

ul
{
  list-style-type: square;
  font-weight: normal;
  font-size: medium;
}


ul.main, li.main
{
  list-style-type: disc;     
  font-family: Verdana, sans-serif;
  font-size: small;
  background-color: #fefae0;
  color: #004400;
  font-weight: normal;
}

ul.main2, li.main2
{
  list-style-type: circle;     
  font-family: Verdana, sans-serif;
  font-size: small;
  background-color: #fefae0;
  color: #004400;
  font-weight: normal;
}





    
#vertical_bar
{
  display: block;
  top: 0px;
  left: 43px;
  width: 139px;
  height: 100%;
  position: fixed;
  
  margin-bottom: 0px;
  
  background-color: #eff0c9;
}

* html #vertical_bar
{
  position: absolute;
}

  #main_menu
  {
    margin: 140px 0px 0px 10px;
  }

#horizontal_bar
{
  position: fixed;
  top: 43px;
  left: 0px;
  
  width: 100%;
  height: 70px;

  margin: 0px;
  padding: 0px;
  
  text-align: right;
  
  background: transparent url('../images/horizontal_bar_gradient2.png') repeat-y left;
}

* html #horizontal_bar
{
  position:absolute;
}

  #logo
  {
    margin: 0px;
    padding: 0px 0px 0px 43px;
    float: left;
  }

  #header
  {
    float: left;
    padding: 0px 0px 0px 80px; 
    
    text-align: left; 
  }
  
  #status
  {
    float: right;
    text-align: right; 
  }

#content
{
  margin: 0px 0px 0px 182px;
  padding: 123px 10px 10px 10px;
  min-width: 300px;
  max-width: 800px;
}
