body 
{
	margin-top: 100px;
	padding: 0px;
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
}

a
{
  color: #003366;
  text-decoration: none;
  font-weight: normal;
}

a:hover
{
  color: #722;
  text-decoration: none;
  font-weight: normal;
}

h1
{
  font-size: 16px;
  margin: 0;
}

#header
{

}

#lang
{
  width: 425px;
  margin-bottom: 10px;
  background-color: #999;
  /*float: right;*/
}

#wrapper 
{
  margin-left: auto;
  margin-right: auto;
  width: 890px;
}

/* Levy sloupec */
#left
{
  float: left;
  width: 425px;
  background-color: #FFF;
}

#image
{
  height: 476px;
  background-image: url(img/ruinu.png);
  background-repeat: no-repeat;
  background-position: right;
}

#photo
{
  
  margin-top: 0px;
  margin-left: -5px;
}

div.line
{
  height: 76px;

}

a.img
{
  border: 0px;
}

img
{
  margin: 0 0 0 6px;
  border: none;
}

p.quotation
{
  margin-top: 400px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 10px; 
  font-style: italic; 
}

p.signature
{
  margin-top: 0px;
  text-align: right;
  font-size: 10px; 
  font-style: italic;
}

/* Pravy sloupec */
#right
{
  float: right;
  width: 425px;
}

#play
{

}

#player 
{
  text-align: center;
  margin-top: 10px;
}

#content
{
  margin-top: 10px;
  padding-top: 10px;
  background-color: #CCC;
}

table
{
  margin-top: 10px;
  margin-left: 10px;
}

td.table_left
{
  width: 100px;
  font-weight: bold;
  vertical-align: top;
}

td.table_right
{
  padding-bottom: 20px;
}

ul
{
  margin: 0;
  padding: 0;
}

li
{
  list-style-type: square;
}