body
{
  background-color: black;
  color: white;
  font-size: 11px;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
}

ul, li
{
  margin: 0;
  padding: 0;
}

a
{
  color: yellow;
  text-decoration: none;
}

a:hover
{
  color: blue;
}

img
{
  border: 0;
}

a img
{
  border: 0;
}

hr
{
  background-color: #d7baa0;
	width: 50%;
	height: 5px;
	border: 0;
	background-image: url("images/hr.gif");
	background-position: center center;
	width: 325px;
}

#body
{
  position: relative;     
  width: 800px;
  margin: 20px auto;
  background: #000000;
  background-image: url("images/background.gif");
  background-repeat: repeat-y;
}

#logo
{
  width: 100%;
  height: 192px;
}

#web_end
{
  clear: both;
  padding: 11px 0px 9px 0px;
  margin: 5px 0px 0px 0px;
  width: 100%;
  text-align: center;
  bottom: 0px;
  height: 19px;
  color: #e7dda8;
  background-image: url("images/paticka.jpg");
  background-repeat: no-repeat;
}


#textarea
{
  width: 644px;
  float: left;
}


/* chyba lávky :-( */
.input
{
  height: 22px;
  border: 1px solid #b2b2b2;
  background-image: url("images/button.gif");
}

.input:hover
{
  background-image: url("images/button_hover.gif");
}
#file
{
  width: 600px;
  float: left;
}


h1
{
  font-size: 2em;
}

#nadpis
{
    color: #66CCCC;
}

h2
{
  font-size: 1.7em;
}

h3
{
  font-size: 1.4em;
}

h4
{
  font-size: 1.2em;
}
