body {
	}
div#stranka {
	width: 840px;
	background-color: #cccccc;
	margin: auto;
	position: relative;
	}

div#hornipruh {
	position: relative;	
	line-height: 120%;
	background-color: #5053f6;
	text-align: left;
	}

div#spodnipruh {
	position: relative;
	}

div#menu {
	width: 150px;
	background-color: #16110e;
	text-align: center;
	}

div#obsah {
	background-color: #dddddd;
	position: absolute;
	left: 150px;
	top: 0px;
	right: 0px;
	padding: 15px;
	}
div#footer {
	position: absolute;
	bottom: -15px;
	right: 5px;
	font-size: xx-small;
	text-align: right;

}
div#odkazyvpravo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: red;
	text-align: right;
	}
div#spodniprouzek {
	position: relative;
	width: 300px;
	color: red;
}

#hornipruh a {
	padding: 3px;
	text-decoration: none;
	color: #141414;
	font-weight: bolder;
	}

#hornipruh a:hover {
	background-color: white;
	}

#menu a {
	color: #5053f6;
	display: block;
	padding: 5px;
	font-weight: bolder;
	text-decoration: none;
}

#menu a:hover {
	background-color: magenta;
}
#adminpanel {
	text-align: right;
	background-color: orange;
	}
#adminpanel a {
	color: #000000;
	text-decoration: none;

}
#adminpanel a:hover {
	background-color: #000000;
	color: orange;
	}
.hidenadpis {
	display: none;
	}

input, textarea {
	border: 1px solid;
	background-color: #ccccdc;
	}
.cervenyramecek {
	display: block;
	border: 2px solid #ff0000;
	text-align: center;
	margin: 5px;
	padding: 5px;
	background-color: #ff0000;
	font-weight: bolder;
	}
.zelenyramecek {
	display: block;
	border: 2px solid #00ff00;
	text-align: center;
	margin: 5px;
	padding: 5px;
	background-color: #00ff00;
	font-weight: bolder;
	}

table {
	border-collapse: collapse;
	}
td, th	{
	padding: 3px;
	}
label 	{
	display: block;
	}
img#logo {
	border: none;
	}
div.zbozi {
	text-align: center;
	background-color: #f0f0f0;
	}
div.katzbozi {
	width: 50%;
	height: 220px;
	float: left;
	}
div.katzbozinazev {
	text-align: left;
	padding: 5px;
	font-weight: bolder;
	}
.katzboziobrazek img {
	border: none;
}

div.zboziobrazekinfo {
	min-height: 260px;
	_height: 260px;
}

div.zboziinfo {
	width: 300px;
	/*height: 280px;*/
	padding: 5px;
	margin-left: 280px;
	}
	
td.zbozipolepopis {
	background-color: #adadad;
	}
div.zboziobrazek {
	width: 280px;
	float: left;
	padding: 5px;
	}
div.cistyobr {
	cursor: pointer;
	/*width: 250px;
	height: 250px;*/
	text-align: center;
	}

img.cistyobr {
	float: left;

	}
div.zbozipopis {
	float: none;
	}
span.preskrt {
	text-decoration: line-through;
	}
td.stavalert {
	background-color: #fa0000;
	}
form.stavform {
	float: left;
}

h1,h2,h3,h4,h5,h6 {
	margin: 10px;
	margin-left: 0px;
	}

input.bigbutton {
	cursor: pointer;
	}

