/* +!
 Author: check the devel.php
 date: 01.07.2008
*/

body
{
  text-align: center;
  font-family: Verdana, Arial;
  font-size: 10px;
  padding-bottom: 10px;
  padding-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
  /*background-color: rgb(217,217,217);*/
}

a
{
  text-decoration: none;
  color: rgb(255,0,0);
}

a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: rgb(255,0,0);
}

a:link
{
  text-decoration: none;
  color: rgb(255,0,0);
}

a:visited
{
  text-decoration: none;
  color: rgb(255,0,0);
}

img
{
  border-color: black;
}

.author
{
  font-size: 10px;
  color: rgb(174,174,174);
}

.naStred
{
  width: 800px;
  position: relative;
  text-align: left;
  margin: auto
}

#warning
{
  width: 800px;  
  font-size: 12px;
  background-color: #cbcccc;
  color: #ff1313;
  font-weight: normal;
  position: relative;
  text-align: left;
  margin: auto
}

#author
{
  position: absolute;
  top: 700px;
  left: 1000px;
  color: rgb(100,100,100);
}

#author a:link
{
  text-decoration: none;
  color: rgb(100,100,100);
}

#author a:hover
{
  text-decoration: none;
  font-weight: normal;
  color: rgb(100,100,100);
}

#author a:visited
{
  text-decoration: none;
  color: rgb(100,100,100);
}

