body
{
  margin:0px;
  padding:0;
  font: 12px, lucida, ariel, helvetica, sans-serif;
  background-color:#E0E0D5;
  text-align: center;

}


#main
{
  background-color:#333435;
  width:800px;
  border:1px solid #999999;
  text-align:center;
  margin:20px auto 0px auto;
}

#title h1
{
  padding-right:20px;
}

#header
{
  color:#e0e0d5;
  text-align:right;
  background-image:url('images/szajonc.jpg');
  background-repeat:no-repeat;
  height:147px;
  padding-right:15px;
  border-bottom:1px solid #999999;

}

#header_name
{
  height:123px;
}

#title_name
{
  color:#e0e0d5;
  position:relative;
  top:-17px;
  left:-250px;
  font-size:350%;
}

#navbar
{
  font-size:110%;
}

#navbar a, #navbar a:visited, #navbar a:active
{
  font-weight:normal;
  text-decoration:none;
  color:#e0e0d5;
}

#navbar a:hover
{
  text-decoration:underline;
  color:#999999;
}


#left_nav
{
  width:138px;
  border-right:1px solid #999999;
}

#main_page
{
}

#content
{
  background:#f0f0e5;
  text-align:left;
}

.sidebar_title
{
  font-weight:bold;
  font-size:150%;
}

.sidebar_subtitle
{
  font-weight:bold;
  padding-top:10px;
  font-size:120%;
}

#content td
{
  padding:10px;
  vertical-align:top;
}

#content td#sidebar
{
  width:178px;
  border-right:1px solid #999999;
}

#left_nav ul
{
  margin:0 0 0 -10px;
  list-style-type: none;
}

span.editor {
  padding:5px;
  margin:5px;
  background-color:#333435;
  font-weight:bold; 
}

span.editor a, a:visited, a:active
{
  text-decoration:none;
  color:#e0e0d5;
}

span.editor a:hover
{
  text-decoration:underline;
  color:#999999;
}

div.editor
{
  height:22px;
  width:100%;
  text-align:center;
}

a#login
{
  font-weight:bold;
  text-decoration:none;
  color:#e0e0d5;
}

a#login:hover
{
  color:#999999;
}

#footer
{
  width:780px;
  margin:3px auto;
}

#webmaster
{
  float:left;
  width:300px;
  text-align:left;
  font-style:italic;
}

#webmaster a, #webmaster a:visited, #webmaster a:hover
{
  font-weight:normal;
}

#copyright
{
  float:right;
  width:300px;
  text-align:right;
  font-style:italic;
}

a, a:hover, a:active, a:visited
{
  text-decoration:none;
  color:navy;
  font-weight:bold;
}

a:hover
{
  text-decoration: underline;
}

