/* CSS Document */
#body 
{
	text-align: center;
	background-color: #eafee7;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  color: black;
  margin: 0;
}

#web 
{
	position: relative;
	width: 940px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#poutak 
{
	width: 100%;
	height: 233px;
	background-image: url("poutak.png");
	text-align: left;
}

#telo
{
	width: 100%;
	text-align: left;
	background:white url("telo.png") 0 0 repeat-y;
}

#panel
{
  float: left;
	width: 271px;
  padding: 10px 0 10px 30px
}

#obsah
{
  float: right;
	width: 581px;
	font-size: 0.9em;
	padding:10px 20px 0 0;
}

#pata
{
  clear: both;
 	width: 100%;
 	height: 29px;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	background-image: url("pata.png");
	color: black;
}

#cleaner
{
  clear: both;
}

#prihlaseni
{
  position: relative;
  left: 320px;
	width: 400px;
	height: 20px;
  font-size: 0.8em;
}

.content
{
  margin: 10px;
}

.copyright
{
  position: absolute;
  left: 30px;
  text-align: left;
}

.made
{
  position: absolute;
  right: 30px;
  text-align: right;
}

a
{
  color: black;
  text-decoration: none;
  font-weight: bold;
}

a:hover 
{
	color: blue;
	text-decoration: none;
}

a img
{
  border: 0px;
}

#pata a
{
  color: black;
}

#pata a:hover 
{
	color: red;
	text-decoration: none;
}

.vpravo
{
  text-align: right;
}

.adm
{
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.telohorni
{
  background:transparent url("telohorni.gif") top left no-repeat;
  width:100%;
}

.telodolni
{
  background:transparent url("telodolni.png") bottom left no-repeat;
  width:100%;
}

.obsahbox
{
  width: 581px;
  background: #cdd8f6;
}

.obsahdolni
{
  background:transparent url("obsahdolni.png") bottom left no-repeat;
  padding: 5px 25px 15px 20px;
}

.box
{
  width: 271px;
  background: url("box.png") 0 0 repeat-y;
  font-weight: bold;
}

.boxhorni
{
  background:transparent url("boxhorni.png") top left no-repeat;
}

.boxdolni
{
  background:transparent url("boxdolni.png") bottom left no-repeat;
  padding: 5px 25px 5px 20px;
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
}

.nadpis
{
  margin-left: 20px;
}

fieldset
{
  border: 1px solid silver;
  padding: 10px;
}

legend
{
  border: 0;
  padding: 0;
}

input, textarea, select
{
  border: 1px solid rgb(151,175,208);
}

#prihlaseni fieldset
{
  border: 0;
  padding: 0;
}

#prihlaseni legend
{
  padding: 0px;
}

#prihlaseni input
{
  border: 1px solid black;
  background:#F2F2F2;
  font-size: 0.8em;
}

table 
{
  width: 100%;
}

table, tr, td, th 
{
  border-style: none;
}

.admin td
{
  border-top: 1px solid navy;
  font-size: 0.9em;
}

th
{ 
  text-align: left;
}

.tucne
{
  font-weight: bold;
}

.red
{
  color: red;
}

.male
{
  font-size: 0.7em;
}

.center
{
  text-align: center;
}

hr
{
  border-bottom: 1px solid navy;
}

