body {
	margin: 0px;
	padding: 0px;
	background-color: gray;
	font-family: verdana, arial, helvetica, sans-serif;
}

#hlavicka {
	position: relative;
	width: 950px;
	margin: auto;
	margin-bottom: 0px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	border-top: 2px solid white;
}

#pruh {
	background-color: #333333;
	width: 100%;
	height: 24px;
	text-align: right;
	padding-top: 2px;
}

#pruh p {
	margin: 0px;
	padding: 0px;
}

#pruh a:link {
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #ff0000;
	margin-right: 10px;
	padding-left: 1px;
	border: 1px solid #333333;
}

#pruh a {
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #ff0000;
	margin-right: 10px;
	padding-left: 1px;
	border: 1px solid #333333;
}


#pruh a:hover {
	text-decoration: none;
	border: 1px solid red;
	padding-left: 1px;
}

#obrazek {
	border-top: 2px solid #ff0000;
	width: 100%;
	height: 100px;	
	background-color: #4d80b9;
}

#menu {
	border-top: 2px solid #ff0000;
	background-color: #333333;
	width: 100%;
	height: 26px;
	text-align: right;
}

#rvat {
	color: red;
	font-size: 16px;
}

#menu p {
	text-align: center;
	margin: 0px;
	color: white;
}

#menu p a {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #ffffff;
	margin-right: 10px;
	padding-left: 1px;
	margin-left: 10px;
	border: 1px solid #333333;
}

#menu p a:hover {
	color: #ff4700;
	text-decoration: none;
	border: 1px solid red;
	padding-left: 1px;
}

#okno {
	position: relative;
	width: 910px;
	margin: auto;
	margin-bottom: 0px;
	background: white;
	border-right: 2px solid white;
	border-left: 2px solid white;
	padding: 20px;
}

#okno h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	letter-spacing: 4px;
	
}

#okno p {
	font-size: 14px;
}

#paticka {
	position: relative;
	width: 950px;
	margin: auto;
	margin-top: 0px;
	border-right: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #4d80b9;
	padding: 0px;
}

#paticka p {
	margin-top: 0px;
	text-align: center;
	padding-top: 15px;
}

#vyber_testu td {
	width: 250px;
	vertical-align: top;
}

#vyber_testu table {
	margin-bottom: 20px;
}

h2.chyba {
	font-weight: normal;
	font-size: 20px;
	color: red;
}

#polozka_testu h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

#polozka_testu img {
	border: 1px solid black;
}

#polozka_testu div#odpovedi {
	position: absolute;
	right: 5px;
	top: 71px;
	width: 215px;
	border: 1px solid black;
	font-size: 13px;
}

#polozka_testu h2 {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-bottom: 0px;
	background: #4d80b9;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}

#polozka_testu h3 {
	font-size:14px;
	text-align:center;
	width: 100%;
	border-top: 1px solid black;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
}

#polozka_testu p {
	padding: 5px;
	border-top: 1px solid black;
	text-align: center;
	margin-bottom: 0px;
}

#polozka_testu h3.ok {
	color: green;
	margin-bottom: 0px;
	padding-bottom: 2px;
}

#polozka_testu h3.ko {
	color: red;
	margin-bottom: 0px;
	border-top: 1px solid black;
	padding-bottom: 2px;
}

#polozka_testu p.kontrola {	
	margin: 0px;	
	border-top: 1px solid black;
	
}

#polozka_testu p.odpovedi {
	margin: 0px;
	border: none;
	text-align: left;
	font-size: 12px;
}

#polozka_testu a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: black;
}

#polozka_testu a:hover {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: blue;
}

h2 {
	font-weight: normal;
	font-size: 20px;
}

#rostlina img {
	border: 1px solid black;
}

#odpovedi input.pisemka {
	margin-left: 5px;
	width: 200px;
	margin-bottom: 5px;
	font-size: 12px;
}

table#vyber_rostliny {
	border-collapse: collapse;
}

#vyber_rostliny td {
	border-bottom: 1px solid black;
}

#vyber_rostliny td.celed {
	vertical-align: top;
}

#vyber_rostliny a {
	text-decoration: underline;
	display: block;
	color: black;
}

#vyber_rostliny a:hover {
	text-decoration: none;
	display: block;
	color: blue;
}

#rostlina a {
	text-decoration: underline;
	display: block;
	color: black;
}

#rostlina a:hover {
	text-decoration: none;
	display: block;
	color: blue;
}

a.aclas {
	text-decoration: underline;
	color: black;
}

a.aclas:hover {
	text-decoration: none;
	color: blue;
}
