div.menu {
	width: 198px;
	float: left;
	padding-right: 30px;
	padding-left: 32px;
	padding-top: 10px;
}
img.logo {
	margin-bottom: 20px;
	margin-left: 18px;
}
div.menuitem_active {
	background-image: url("triangle.png");
	background-repeat: no-repeat;
	background-position: center left;
}

div.menuitem {
}

div.menuitem:hover {
	background-image: url("triangle_gray.png");
	background-repeat: no-repeat;
	background-position: center left;
}


div.menu a {
	display: block;	
	color: #7f7f7f;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: none;
}


div.menu div {
	padding-left: 38px;
	padding-right: 5px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

a {
	color: #cf0909;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #7f7f7f;
	border-bottom-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
}

h2 {
	color: #7f7f7f;
}

h3 {
	color: #7f7f7f;
}

body {
	background-image: url("interleave.png");
	background-repeat: repeat-y;
	font-family: sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

td {
	vertical-align: top;
	padding-right: 2em;
	padding-bottom: 1em;
}

div.forum_heading {
	margin-bottom: 0em;
	color: #7f7f7f;
	border-bottom-style: solid;
	border-width: 1px;
	position: relative;
	font-weight: bold;
	margin-top: 2em;
}

div.forum_heading span.right {
	position: absolute;
	right: 0px;
	font-weight: normal;
}

div.forum_text {
	margin-top: 0.3em;
}

div.forum_footer {
	border-top-style: solid;
	border-width: 1px;
	margin-top: 2em;
	color: #7f7f7f;
}

p.err {
	background-color: #cf0909;
	color: #ffffff;
}

p.err a {
	background-color: #cf0909;
	color: #0000ff;
}

div.main {
	padding-left: 260px;
	padding-right: 50px;
	padding-top: 1px;
}

div.main img {
	float: right;
}

table.vysledky {
	border-spacing: 0px;
	border-collapse: collapse;
}


table.vysledky td {
	text-align: center;
	border: 1px solid;
	vertical-align: middle;
	padding: 0.5em 0.5em 0.5em 0.5em
}

table.vysledky th {
	font-weight: bold;
	text-align: center;
	border: 1px solid;
	vertical-align: middle;
	padding: 0.5em 0.5em 0.5em 0.5em
}
