body {
	background-color: #b0b0b0;
	margin: 150px auto 0px auto;
  padding: 0px;
	font-family: "Verdana", "Trebuchet MS", sans-serif;
	font-size: 10pt; 
	font-weight: normal;
	color: #444444;
}

#obal {
	display: block;
	width: 430px; height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url("mediast/background2.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f0f0f0;
	border-top: none;
	border: 1px solid #808080;
}

#logo {
	float: left;
	width: 430px; height: 100px;
	text-align: center;
	margin: 0px;
  padding: 0px;
}

img {
	margin: 0px;
  padding: 0px;
  border: none;
}

#head {
	float: left;
	width: 430px; height: 10px;
	text-align: center;
	margin-top: 10px; margin-bottom: 10px;
  padding: 0px;
}

#vnitrek {
	float: center;
	width: 430px; height: auto;
	padding: 0px 10px 10px 10px; 
}

#footer {
	float: left;
	width: 420px; height: auto;
	padding: 3px 10px 20px 0px;
  text-align: right;
  font-size: 10px;
}

a, a:visited {
  border: none;
  text-decoration: none;
  color: #000;  
}

a:hover, a:active {
  border: none;
  text-decoration: none;
  color: #f00;  
}

form {
	font-family: "Verdana", "Trebuchet MS", sans-serif;
	font-size: 10pt; 
	color: #404040;
	font-weight: normal;
}

input {
	padding-left: 2px; padding-right: 2px; margin-top: 2px; margin-right: 34px;
	width: 120px;
	font-family: "Verdana", "Trebuchet MS", sans-serif;
	font-size: 10pt; 
	color: #404040;
	font-weight: normal;
	border: 1px solid #B0B0B0;
}

button {
	padding-left: 5px; padding-right: 5px; margin-top: 10px;
	width: 80px;
	background: #F0F0F0;
	font-family: "Verdana", "Trebuchet MS", sans-serif;
	font-size: 10pt; 
	color: #404040;
	font-weight: normal;
	border: 1px solid #B0B0B0;
}

.poznamka {
	text-align: center;
	font-size: 8pt; 
  color: red;
	padding: 0;
}

.center {
	display: block;
	text-align: center;
}

.right {
	display: block;
	padding-right: 85px;
	text-align: right;
}

.left {
	display: block;
	text-align: left;
}

.red {
	color: #ff0000;
	background-color: inherit;
}
