html {
	font-family: Arial;
	background-image: url('images/background.jpg');
	min-width: 700px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
	padding-bottom: 0px;
}

body {
	margin: 0px;
	text-align: justify;
	font-size: 11pt;
	background-color: transparent;
}

div#header {
	background-color: #5E3037;
	height: 150px;
	background-image: url('images/kocky.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div#page {
	border-color: #5E3037;
	border-style: solid;
	border-width: 50px;
	border-left-width: 175px;
	border-top-width: 1px;
}

img#jmena {
	position: absolute;
	top: 0px;
	left: 10%;
}

div#content {
	margin: 30px;
	margin-bottom: 100px;
}

a[href] {
	color: #5E3037;
}

div#menu {
	position: absolute;
	left: 10%;
	width: 175px;
}

div#menu table {
	width: 100%;
	border-spacing: 0px;
	border-color: transparent;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: white;
}

div#menu table tr {
	background-color: #5E3037;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}

div#menu table td {
	border-bottom-width: 2px;
	border-bottom-color: white;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
}

div#menu table td a {
	display: block;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30px;
}

div#menu table td a:hover {
	background-color: white;
	color: #5E3037;
	border-left: #5E3037 solid 5px;
}

table {
	width: 100%;
	border: 1px solid;
	border-top: 0px;
	border-spacing: 0px;
}

table tr.header {
	font-weight: bold;
	background-color: #C0C0C0;
}

table tr.header td {
	font-weight: bold;
	background-color: #C0C0C0;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

table td {
	padding: 5px;
	vertical-align: middle;
	border-bottom: 1px dotted;
}

table td em {
	font-size: 0.9em;
}
