* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: #ffffff url('../grafika/pozadi.gif') repeat;
	margin-top: 10px;
}

#stranka {
	width: 800px;
	background-color: #ffffff;
	margin: 0px auto;
}

#logo {
	max-width: 800px;
	max-height: 100px;
	height: 100px;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	background: #ffffff url('grafika/logo.gif') no-repeat;
}

#obsah {
  padding-left: 3px;
	text-align: left;
  background-color: #ffffff;
}

#paticka {
	max-width: 1000px;
	height: 30px;
	background-color: #ffffff;
}

#menu {
	width: 100%;
	max-width: 800px;
	text-align: right;
	padding-top: 3px;
	margin-bottom: 10px;
	height: 25px;
	color: #ffffff;
	font-weight: 900;
	background: #ffffff url('../grafika/menu.gif') repeat-x;
}


.tabulka {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.bunka {
  padding: 5px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

A:link {
	COLOR: #000000; text-decoration: underline;
}
A:visited {
	COLOR: #000000; text-decoration: underline;
}
A:active {
	COLOR: #000000; text-decoration: underline;
}
A:hover {
	COLOR: #000000; text-decoration: none;
}

.funkce {
  float: right;
  width: 550px;
  background-color: #ffffff;
}

input { 
  background: #ffffff; 
  border: 1px solid silver; 
  font-size: 12px; 
  color: #000000;
}


