html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: sans-serif;
	font-size: 90%;
}

h1 {
	display: none;
}

div#page {
	width: 100%;
	min-height: 100%; 
	_height: 100%; /* IE */
	margin: 0;
	padding: 0;
	position: relative;
}

div#menu {
	width: 200px;
	border-right: 10px solid #e1e6cf;
	background: #cfe673;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%; /* puvodni */
	color: #222222;
}
div#menu ul#main {
	border-right: 10px solid #e1e6cf;
}

div#userbar {
	float: right;
	display: block;
	height: 3em;
	margin: 0 0 auto 16em;
	padding: 0 2em 0 2em;
	background-color: #e1e6cf;
	line-height: 3em;
	color: #788547;
	text-align: right;
}
div#userbar strong {
	color: #4b5329;
}
div#userbar a, div#userbar a:visited {
	height: 3em;
	margin: 0 0 0 2em;
	padding: 0 0 0 25px;
	border:       10px solid transparent;
	border-top:    5px solid transparent;
	border-bottom: 5px solid transparent;
	background-color: transparent;
	background-image: url('../images/logout.png');
	background-repeat: no-repeat;
	background-position: left;
	line-height: 3em;
	text-decoration: none;
	color: #5e8e3e;
}
div#userbar a:hover {
	border-color:     #a5b07c;
	background-color: #a5b07c;
	color: #000000;
}
div#userbar span {
	display: none;
}

div#content {
	margin-left: 210px;
	padding: 1em;
	*border: 1px solid black;
}

p {
	margin-top: 0em;
}

h2 {
	margin: 0;
	margin-bottom: 0.6em;
	padding-top: 0.7em;
	padding-right: 0.7em;
	border-bottom: 1px solid #808080;
	clear: both;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: right;
}

img {
	border: none;
}

table {
	margin: 1em auto;
	margin-top: 0;
	border: 1px solid #b9c682;
	border-collapse: collapse;
}
table.data {
	width: 90%;
}
table.center td {
	text-align: center;
}
caption {
	margin: 1em auto 0.1em auto;
	padding: 0;
	caption-side: top;
	color: #3b4120;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: center;
}
td {
	padding: 0.5em 1em;
	border: 1px solid #b9c682;
	background-color: #f0f5dc;
	color: #333333;
	text-align: left;
}
td.action {
	width: 50px;
	text-align: center;
}
th {
	padding: 0.5em 1em;
	border: 1px solid #b9c682;
	background-color: #cfe673;
	color: #4b5329;
	font-weight: bold;
	text-align: left;
}
th.section {
	background-color: #d6e698;
	text-align: center;
}

form { 
	margin: 1em auto;
	padding: 0;
}
form fieldset {
	margin: 0;
	margin-top: 1em;
	padding: 0.8em;
	border: 1px solid #e1e6cf;
	color: #5e6838;
}
form input.submit {
	margin: 0.4em 4em;
	padding: 0.4em 2em;
	font-size: 1.2em;
}
form p {
	margin-bottom: 0.5em;
}
table td.submit, table th.center {
	background-color: #d6e698;
	text-align: center;
}

.center {
	text-align: center;
}

/* zpravy a oznameni */
p#errors { border: 1px #ffbcbc solid; background-color: #ffdcdc; padding: 0.7em; font-family: sans-serif; font-size: 1em; font-weight: bold; color: #e33535; text-align: center; }
p#messages { border: 1px #b7ebaa solid; background-color: #edffea; padding: 0.7em; font-family: sans-serif; font-size: 1em; font-weight: bold; color: #29ad3f; text-align: center; }
