.warning {
	background-color: red;
	font-weight: bold;
	font-size: 120%;
}

body {
	background-color: #80cb97;
	background-repeat: repeat-y;
	font-family: "Verdana CE", Verdana, "Geneva CE", "Arial CE", "Lucida Grande CE", sans-serif;
	color: black;
	margin: 0px;

	background-image: url("/img/design/back.jpg");
}

.screen {
	width: 1000px;
}

#duha {
	background-image: url("/img/design/logo.png");
	background-color: #f5bb82;
	height: 170px;
}

h1 {
	margin: 0px;
	padding-top: 90px;
	text-align: center;
	font-size: xx-large;
}

h2 {
	color: #8a0a09;
	font-variant: small-caps;
	background-image: url("/img/design/h2.png");
}

#menu {
	padding-top: 10px;
	text-align: center;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {
	padding: 6px;
	color:black;
	text-decoration: none;
}

#menu a:hover  {
	text-decoration: underline;
	background-color: #84a4c9;
}

.aktivni {
	background-color: #84a4c9;
	border-bottom: 1px solid #84a4c9;
}

#sloupL {
	float: left;
	width: 182px;
}

#sloupL p {
	margin-top: 30px;
	font-weight: bold;
}

#sloupR {
	float: right;
	width: 182px;
}

#content {
	float: left;
	padding-left: 40px;
	text-align: justify;
	width: 560px;
	text-indent: 25px;
	min-height: 300px;
	font-size: 80%;
}

input {
	background-color: #fdf6c7;
	width: 368px;
}

textarea {
	background-color: #fdf6c7;
	width: 368px;
}






.patka {
	clear: both;
}

#heel {
	text-align: center;
	font-size: x-small;
}

.floatL {
	float: left;
	margin-right: 20px;
}

.floatR {
	float: right;
	margin-left: 20px;
}

.mid {
	text-align: center;
}

.small {
	font-size: small;
}

p {
	margin-left: 10px;
	margin-tright: 10px;
}

a {
	text-decoration: underline;
	color: #8a0a09;
}

ul {
	text-indent: 5px;
}

table {
	font-size: small;
}

p {
	margin-right: 10px;
}







@media screen and (max-width: 1024px) {
body {
	background-image: none;
margin: 0px;
}

.screen {
	width: 100%;
	margin: 0px;
}

#duha {
	background-image: url("/img/design/logo-1024.png");
	background-position: right;
	background-color: #f5bb82;
	width: 100%;
	height: 170px;
}

h1 {
	margin: 0px;
	text-shadow: 1px 1px 5px white;
	padding-top: 90px;
	text-align: center;
	font-size: large;
}

h2 {
	color: #8a0a09;
	font-variant: small-caps;
	font-size: 150%;
	text-indent: 0px;
	text-align: center;
	background-image: url("/img/design/h2.png");
}

#menu {
	margin-top: 50px;
	background-color: #f5bb82;
}

#sloupL {
	visibility: hidden;
	width: 0px;
}

#sloupL p {
	margin-top: 30px;
	font-weight: bold;
}

#sloupR {
	float: none;
	width: 90%;
	margin: auto;
	text-align: center;
}

#content {
	margin: auto;
	text-align: justify;
	margin-top: 50px;
	width: 98%;
	text-indent: 25px;
	min-height: 300px;
	font-size: 80%;
	background-color: #fdec80;
	padding-left: 0px;
	float: none;
}

table {
	width: 90%;
}

input {
	background-color: #fdf6c7;
	width: 100%;
}

textarea {
	width: 100%;
}








#heel {

}








}






@media screen and (max-width: 320px) {
body {
	background-color: #fdec80;
	background-image: none;
}

#duha {
	background-image: none;
	background-color: #f5bb82;
	height: 100px;
}

#menu {
	margin-top: 0px;
	background-color: #f5bb82;
}

h1 {
	margin: 0px;
	text-shadow: 1px 1px 5px white;
	padding-top: 20px;
	text-align: center;
	font-size: normal;
}

h2 {
	font-size: 120%;
	background-image: url("/img/design/h2.png");
}

.aktivni {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

img {
	max-width: 90%;
	max-height: auto;
}






#heel {

}

}

.zbozi {
	margin-top: 15px;
	text-indent: 0px;
	margin-left: 25px;
}

.kod {
	display: inline;
	float: left;
	margin-right: 10px;
	font-variant: small-caps;
	font-size: 80%;
}

.nazev {
	font-weight: bold;
	font-variant: small-caps;
	color: #8a0a09;
}
