body
{
  color: #535867;
  margin: 0px;
  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
}

div.body
{
  position: absolute;
  left: 50%;
  width: 0px;
  top: 10px;
  height: 95%;
}

div.logo
{
  position: absolute;
  top: 0px;
  left: -400px;
  width: 170px;
  height: 50px;
  text-align: center;
  z-index: 5;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
}

div.top
{
  position: absolute;
  top: 0px;
  left: -230px;
  width: 630px;
  height: 20px;
  background-color: #f5f5f5;
  text-align: center;
  z-index: 3;
}

div.top div.time
{
  position: absolute;
  top: 2px;
  right: 5px;
  text-align: right;
  font-size: 8pt;
  color: #000000;
  z-index: 4;
}

div.top div.language
{
  position: absolute;
  top: 2px;
  left: 5px;
  text-align: left;
  z-index: 4;
  font-size: 8pt;
}

div.menu
{
  position: absolute;
  top: 0px;
  left: -400px;
  width: 170px;
  bottom: 0px;
  height: 100%;
  overflow: hidden;
  background-color: #535867;
  z-index: 2;
}

div.menu div.menuspace
{
  height: 150px;
}

div.main
{
  position: absolute;
  top: 0px;
  left: -230px;
  width: 460px;
  bottom: 0px;
  height: 100%;
  overflow: auto;
  z-index: 6;
}

div.sidebar
{
  position: absolute;
  top: 0px;
  left: 230px;
  width: 170px;
  bottom: 0px;
  height: 100%;
  overflow: auto;
  z-index: 1;
}

div.background
{
  position: absolute;
  top: 0px;
  left: -230px;
  width: 630px;
  bottom: 0px;
  height: 100%;
  background-image: url('../img/background_thz.png');
  z-index: 0;
}

div.login
{
  position: absolute;
  top: 100px;
  left: -215px;
  right: 215px;
  width: 430px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #565656;
  z-index: 4;
}

div.actions
{
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
}

div.actions a
{
  text-decoration: none;
}

div.actions a:hover
{
  text-decoration: underline;
}

div.footer
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 400px;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 2px;
  font-size: 9px;
  font-weight: bold;
  color: #888888;
}

div.footer a
{
  color: #888888;
}

div.language a { color: #000000; text-decoration: none; }

div.menu-spacer
{
  height: 5px;
  z-index: auto;
}
div.menu-separator
{
  margin-top: 10px;
  width: 170px;
  text-align: center;
  font-size: 12px;
  z-index: auto;
}

div.menu-item
{
  width: 350px;
  padding-left: 10px;
  text-align: left;
  z-index: auto;
}
div.menu-item:hover
{
  background-color: #a7acbc;
}
div.menu-item a { color: #ffffff; text-decoration: none; font-weight: bold; }

div.menu-item-selected
{
  width: 350px;
  padding-left: 10px;
  text-align: left;
  background-color: #92a4d7;
  z-index: auto;
}
div.menu-item-selected:hover
{
  background-color: #a7acbc;
}
div.menu-item-selected a { color: #ffffff; text-decoration: none; font-weight: bold; }

div.menu-item-a
{
  width: 350px;
  padding-left: 10px;
  text-align: left;
  z-index: auto;
}
div.menu-item-a:hover
{
  background-color: #a7acbc;
}
div.menu-item-a a { color: #ffffff; text-decoration: none; font-weight: bold; }

div.menu-item-selected-a
{
  width: 350px;
  padding-left: 10px;
  text-align: left;
  background-color: #92a4d7;
  z-index: auto;
}
div.menu-item-selected-a:hover
{
  background-color: #a7acbc;
}
div.menu-item-selected-a a { color: #ffffff; text-decoration: none; font-weight: bold; }

div.ad
{
  position: absolute;
  width: 170px;
  text-align: center;
  bottom: 15px;
  z-index: auto;
  color: #ffffff;
  font-size: 11px;
}

div.title
{
  color: #535867;
  font-size: large;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 28px;
}

div.title input
{
  color: #535867;
  font-size: large;
  font-weight: bold;
  text-align: center;
  width: 80%;
  border: 1px solid #117d85;
}

div.editor textarea
{
  width: 96%;
}

div.main-text
{
  text-align: left;
  z-index: auto;
}

div.menu-indent
{
  position: relative;
  width: 350px;
  left: 10px;
  z-index: auto;
  margin-bottom: 5px;
}

div.padding
{
  position: relative;
  margin-left: 8px;
  margin-right: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  z-index: auto;
}

div.padding a
{
  color: #13676e;
}

label
{
  float: left;
  cursor: pointer;
  width: 100px;
  text-align: right;
  padding-right: 5px;
  margin-top: 1px;
}

input.button
{
  width: 148px;
}

input.checkbox
{
  width: auto;
}

select.select
{
  margin-bottom: 5px;
  width: 300px;
  border: 1px solid #13676e;
  background-color: #eeeeee;
  color: #13676e;

  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
  font-size: 9pt;
}

input,textarea
{
  margin-bottom: 5px;
  padding-left: 3px;
  width: 300px;
  border: 1px solid #13676e;
  background-color: #eeeeee;
  color: #13676e;

  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
  font-size: 9pt;
}

textarea
{
  height: 200px;
}

div.sql
{
  position: fixed;
  left: 805px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 11px;
  overflow: auto;
}

div.sql p
{
  margin: 0px 0px 3px 0px;
}

ul
{
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

div.index
{
  margin-top: 8px;
}

div.index a
{
  color: #535867;
}

div.messages
{
  text-align: center;
  font-size: 11px;
  height: 20px;
  font-weight: bold;
}

table.thin
{
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  margin: 0px;
  empty-cells: show;
  white-space: nowrap;

  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
  font-size: 9pt;
}

table.thin td
{
  border: 1px solid #aaaaaa;
  padding: 0px 0px 0px 3px;
  margin: 0px;

  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
  font-size: 9pt;
}

table.gallery
{
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  margin: 0px;
  empty-cells: show;

  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
  font-size: 9pt;
}

table.gallery td
{
  border: 1px solid #aaaaaa;
  padding: 0px 1px 7px 1px;
  margin: 0px;

  font-family: verdana, 'bitstream vera sans', arial, sans-serif;
  font-size: 9pt;
  vertical-align: top;
  text-align: center;
}

table.gallery td a
{
  text-decoration: none;
  font-size: 11px;
}

img
{
  border: 0;
}

div.img-nav
{
  width: 100%;
  text-align: center;
}

div.lastchanges
{
  text-indent: 10px;
  margin-top: 60px;
  font-size: 10px;
}

div.advert a 
{ 
	text-decoration: none; 
	font-size: 10px; 
  color: #dadde6;
}
