* {
	margin: 0;
	padding: 0;
}

body {
background: #fce4c0 url(../img/bg.jpg) repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #712F19;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 950px;
}

#header {
height: 20px;
background: url(../img/header.png) no-repeat;

}
#header h1 { 
font-size: 12px;
font-family:monospace;
letter-spacing: 1px;
padding: 2px 0 0 2px;
color: #493939;
}
#header h1 a { 
color: #666;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 19px;
color: #aaa;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.right {
float: right;
width:  765px;
text-align: justify;
padding-top: 0px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
color: #712F19;
}
.right h2 a {
text-decoration: none;
color: #712F19;
}
.right h2 a:hover {
color: #000;
}

.left {
float: left;
width: 180px;
padding-top: 0px;
}

.left ul {
padding: 10px 0 15px 20px;
list-style-type: none;
background: #7E6F58;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color: #fff;
}
.left ul li a:hover {
border-bottom: 1px dotted #fff;
}

#footer {
text-align: center;
font-size: 11px;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}

.nadpistabulky{
	background-color: #cccccc;
}

.standardtabulka{
	padding:5px;
}

.standardtabulka tr td{
	border-bottom: 1px solid #cccccc;
	padding:5px;
}

.topnote{
	font-size: 13px;
}
.standardtabulka2 tr td{
	border: 0px;
}

.topnote2{
	font-size: 13px;
}
.prihlaseni{
	background-color:#f89405;
}

.tdpodrobnosti{
	vertical-align: middle;
	padding: 3px;
}
.mesicnadpis{
	font-size: 16px;
	font-weight: bold;
}
.actionrow td{
	border-collapse:collapse;
	border-bottom:1px solid black;
	padding:1px;
}
.obsazeno{
	font-weight: bold;
	color: red;
}