/* CSS Document */
#body 
{
	text-align: center;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  color: navy;
  background-image: URL('pozadi.gif');
}

#web 
{
	position: relative;
	width: 950px;
	margin: auto;
	border: 1px solid silver;
}

#poutak 
{
	width: 100%;
	height: 200px;
	background-image: URL('poutak.gif');
}

#pod
{
  width: 100%;
	height: 20px;
	background-image: URL('pod.gif');
}

#telo
{
	width: 100%;
	text-align: left;
	background-image: URL('telo.gif');
	background-color: white;
}

#menu
{
  float: left;
	width: 248px;
	background-image: URL('menu.gif');
	font-family: Helvetica;
	font-weight: bold;
	color: navy;
}

#obsah
{
  float: right;
	width: 700px;
	background-image: URL('obsah.gif');
	font-size: 0.9em;
	
}

#pata
{
  clear: both;
 	width: 100%;
 	height: 20px;
	text-align: center;
	font-family: monospace;
	font-size: 0.9em;
	background-image: URL('pata.gif');
}

.content
{
  margin: 10px;
}

a
{
  color: black;
  text-decoration: none;
}

a:hover 
{
	color: blue;
	text-decoration: none;
}

#menu a
{
  font-style: normal;
}

#menu ul, li 
{
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li
{
  padding: 2px;
  padding-left: 8px;
  font-size: 0.95em;
}

#menu ul ul
{
  border-bottom: 1px solid navy;
}

h2 
{
  border-top: 1px solid navy; 
  padding-top: 0.5em;
}

.box
{
  width: 100%;
  background: #F4F4F5 url("box.png") 0 0 repeat-y;
  font-weight: bold;
  border: 1px solid silver;
}

.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-weight: normal;
}

.center
{
  text-align: center;
}

.vpravo
{
  text-align: right;
}

.sto
{
  width: 100%;
}

a img
{
  border: 0px;
}

.tucne
{
  font-weight: bold;
}

.vetsi
{
  font-size: 1.2em;
}

.log
{
  background: #F4F4F5;
}

.log input
{
  font-size: 0.8em;
}

.log fieldset
{
  border: 0;
  padding: 0;
  margin: 0;
}
