body {
	text-align: center;
	border: 0px none;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 773px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/back.png);
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
}
#header {
	height: 60px;
	width: 100%;
	background-image: url(../images/squares.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header2 {
	height: 60px;
	width: 100%;
}
#menu {
	font-family: "Myriad Web", Myriad, "Lucida Sans Unicode", sans-serif;
	text-align: center;
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu-back.png);
	background-repeat: repeat-x;
	background-position: top;
}
#menu ul {
	display: block;
	width: 100%;
	margin: 0px;
	text-align: left;
	list-style-type: square;
	padding: 0px;
}
#menu li {
	display: inline;
	text-decoration: none;
	text-align: center;
	height: 100%;
	list-style-type: none;
	margin: 0px;
	float: left;
}
.cleaner {
	clear: both;
	display: block;
	visibility: hidden;
}
#mainbox {
	clear: both;
	float: left;
	width: 100%;
	min-height: 400px;
	margin-top: 10px;
}
#leftbox {
	width: 70%;
	float: left;
}
#rightbox {
	width: 25%;
	float: left;
	margin-left: 4%;
	text-align: left;
	margin-top: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 10px;
}
#right-links {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}


h1 {
	font-size: 130%;
	color: #73BE1E;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #73BE1E;
	margin-top: 1em;
	margin-bottom: 0.5em;
/*	display: inline; */
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #73BE1E;
	margin-top: 0px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
/*	display: inline; */
}
img {
	border: 0px none;
}
#right-info {
	text-align: left;
	width: 100%;
}
#right-links ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px;
}

#right-links input {
	list-style-type: none;
	font-size: 12px;
	display: block;
	padding: 0px;
	margin: 0px;
}

#right-links form {
	list-style-type: none;
	font-size: 12px;
	display: block;
	padding: 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #6E7781;
	text-decoration: none;
}
#right-links li {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	list-style-type: none;
}
#right-links a {
	padding: 2px;
}
.right-general {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
#wrap-top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrap-bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 25px;
}
#menu a {
	text-decoration: none;
	padding: 3px 3px 3px 16px;
	margin: 2px;
	font-size: 100%;
	display: block;
	background-image: url(../images/list-dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #6E7780;
}
#menu a.active {
	background-image: url(../images/list-dot-active.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu a:hover {
	background-image: url(../images/list-dot-active.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#leftbox-content {

	margin: 10px;
}
#rightbox-content {
	margin-left: 10px;
}

#footer {
     font-size: 75%;
     color: #000000;
     clear: both;
     background-image: url(../images/footer.png);
     background-repeat: no-repeat;
     background-position: center center; /* nebo center bottom */
     height: 12px;                      /* podle výšky obrázku */
     width: 100%;
     margin-top: 15px;
     text-align: left;
}

#footer p {
     margin: 20;
     margin-left: 20;
     line-height: 12px;                  /* stejné jako height #footer */
}


#mainbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6E7781;
}
#mainbox a:visited {
	color: #B6BBC0;
}
#mainbox a {
	font-weight: bold;
	color: #6E7781;
	text-decoration: none;
}
#rightbox h3 {
	font-size: 110%;
	font-weight: bold;
	color: #73BE1E;
	margin-top: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#rightbox p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.post {
	position: relative;
}
p.date { 
	font-size: 90%;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px;
}
p.mujtext {
	margin-bottom: 1em;
	padding: 0px;
	color: #000000;
}
p.sign {
	bottom: 0px;
	right: 0px;
	margin-bottom: 0px;
}

/* right forms */
div#right-links form {
	display: block;
	padding: 5px 0 5px 0;
}
div#right-links form input[type=text] {
	clear: both;
	float: left;
}

/* tables */
table {
	border-spacing: 0;
}
th {
	padding: 0.5ex;
}
table, tr, th, td {
	border: 1px solid black;
}
tr:nth-child(even) {background: #DDD}
tr:nth-child(odd) {background: #FFF}
td.min80 {
	min-width: 80px;
}


/* other */
div.block {
	border-radius: 1ex;
	border: 2px solid #AAAAAA;
	padding: 1ex;
	margin: 1ex;
}
.block.warn {
	background-color: #FFDDAA;
	border-color: #FFAA00;
}
