body	{
	background-color: #9d9a78;
	font-size:11px;
	font-family: verdana;
	font-weight: normal;	
	text-align: left;
}

div#main {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div#zarovka {
	width: 238px;
	height: 140px;
	top: 45px;
	left: 510px;
	position: relative;
	background-image: url(img/zarovka.gif);
}

div#login {
	position: relative;
	width: 760px;
	top: 69px;
	background-color: white;	
	color: red;
}

div#login a {
	color: red;
}

div#content {
	background-color: white;	
	width: 620px;
	margin-left: 140px;
	margin-top: 69px;
	padding-top: 5px;
}

div#images {
	float: right;
	position: relative;
	left: 55px;
	top: 60px;
	margin-bottom: 80px;
}

div#images img {
	margin-bottom: 10px;
}

div#text {
	float: left;
	margin-left: 15px;
	padding-bottom: 5px;
	width: 480px;
	color: #716e56;
	font-size:11px;
	font-family: verdana;
	font-weight: normal;	
	text-align: left;
}

div#text a {
/*	background-color: #716e56;	*/
	padding: 1px;
	padding-top: 0px;
	text-decoration: underline;
	color: #716e56;
/*	color: white;*/
}

div#text h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

div#text h2 {
	font-size: 11px;
	font-weight: bold;
}

div#text ul li {
	list-style-type: square;
}

div#menu {
	float: left;
	margin-top: 150px;
	width: 138px;
}

div.menuItem {
}

div#menu a {
	font-size:11px;
	font-family: verdana;
	font-weight: bold;	
	text-decoration: none;
}

div#menu a span {
	color: white;
	display: block;
	height: 20px;
	width: 140px;
	padding-top: 5px;
	padding-left: 14px;
	background-color: none;
}

div#menu a:hover span {
	color: #716e56;
	display: block;
	height: 20px;
	width: 140px;
	background-color: white;
}

table td {
	vertical-align: top;
}

table th {
	text-align: left;
}

div.chyba {
	color: #ff0000;
}

img.logo {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	border: none;
}

/* ------------------- GALERIE ----------------------------*/
table#galerie {
	margin: 0px;
	padding: 0px;
	border-collapse: separate;	
}

table#galerie img.nahled {
	width: 109px;
	height: 109px;
	padding: 7px;
	border: 0px;
}

table#galerieDetail {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: middle;
	text-align: center;
	width: 508px;
	height: 508px;
	border: 1px solid black;
}

table#galerieDetail td {
	text-align: center;
	vertical-align: middle;
}

table#navigace {
	width: 508px;
}

td#vpred {
	text-align: right;
	width: 50px;
}

td#zpet {
	text-align: left;
	width: 50px;
}

td#status {
	text-align: center;
}

table#popis {
	width: 508px;
}

table#popis td{
	text-align: center;
}

select, option {
	font-size:10px;
	font-family: verdana;	
}