body
{
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	background-color: #c0e080;
	background-image: url(photos/head.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: black;
}

div#container
{
	margin: 0 auto;
	width: 80ex;
	font-family: DejaVu Sans, Verdana, Arial, sans-serif;
	border: 1px solid white;
}

div#head
{
	height: 199px;
	width: 100%;
}

div#head table, div#head tr, div#head td
{
	margin: 0;
	border: 0px none white;
	padding: 0;
	height: 100%;
	width: 100%;
	
}

div#head td
{
	vertical-align: top;
}

div#head h1
{
	margin: 4px;
}

div#menuOuter
{
	width: 100%;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: white;
}

div#menuInner
{
}

table#menu
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: white;
}

table#menu tr, table#menu td
{
	margin: 0;
	padding: 0;
	border: 0;
}

table#menu td
{
	width: 20%;
	height: 100%;
}

table#menu a
{
	display: block;
	margin: 0;
	padding: 0;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: white;
	color: black;
	background-color: green;
	text-align: center;
	line-height: 6ex;
	 
	font-style: normal;
	text-decoration: none;
}

table#menu a.right
{
	border-width: 0px;
}

table#menu a:hover
{
	color: white;
	background-color: #ba073a;
}

div#content
{
}

div#contentInner
{
	margin: 1ex;
}

p
{
	text-align: justify;
}

a
{
	color: black;
	text-decoration: underline;
	font-style: italic;
}

a:hover
{
	color: white;
}

a.photo img
{
	border: 1px solid green;
}

a:hover img
{
	border: 1px solid #ba073a;
}

img.left
{
	float: left;
	margin: 0.2ex 1ex 0 0;
}

img.right
{
	float: right;
	margin: 0.2ex 0 0 1ex;
}

div.photoBlock
{
	float: right;
	width: 300px;
	margin-left: 1ex;
}

br.clear
{
	clear: both;
}

div.photo table
{
	width: 100%;
}

.photoPrev
{
	width: 20%;
}

.photoNext
{
	width: 20%;
	text-align: right;
}

.photoName
{
	text-align: center;
	font-weight: bolder;
	width: 60%;
}

.photoImage
{
}

.photoImage img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.photoDesc
{
	text-align: center;
}

.photoId
{
	text-align: right;
	font-size: xx-small;
}

.form input, .form textarea
{
	width: 50ex;
}

.form input.submit
{
	width: 20ex;
}

table.form
{
	margin-left: auto;
	margin-right: auto;
}

table.form th
{
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

table.form td
{
	vertical-align: top;
}


.new
{	
	font-style: oblique;
	color: red;
}

div#foot
{
	margin-bottom: 3ex;
	text-align: center;
	font-size: xx-small;
}

div#foot p
{
	text-align: center;
	margin: 0;
	padding: 0;
}

p#email img
{
	display: inline;
	vertical-align: middle;
	height: 1.2em;
}

hr
{
	border-width: 1px 0 0 0;
	border-color: white;
	border-style: solid;
}

table.layout, table.layout td, table.layout tr
{
	margin: 0;
	padding: 0;
	border-width: 0;
}

.error {
	color: red;
	font-weight: bold;
}

.ok {
	color: green;
	font-weight: bold;
}

a.admin_login {
	color: #c0e080;
}

a.admin_login:hover {
	color: white;
}

.faktura {
	margin-bottom: 3em;
	margin-top: 3em;
}

.faktura p {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

