/* CSS main */
html {
	width: 100%; 
	height: 100%; 
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}
body {
	margin: 0px auto;
	width: 1000px; 
	height: 100%;
	min-height: 100%;
	}
span, div, p, table, a, ul, ol, li, h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
	}
div, p, table, ul, ol, li, h1, h2 {
	color: #666666;
	}
a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1, h2	{
	font-size: 14px;
	font-weight: bold;
	}
h2 {
	display:inline;
	border-bottom: 1px solid #a51417;
	color: #a51417;
	margin-bottom:: 0px;
	padding-bottom:: 0px;
	width: 99%;
	}
ul, ol {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 16px;
	}
#null {
	width: 100%;
	height: 14px;
	font-size: 1px;
	}
/* CSS head */
#head {
	background-color: #7d6f66;
	height: 150px;
	vertical-align: middle;
	border: 1px solid #7d6f66;
	}
img.logo {
	margin: 15px 0px 0px 28px;
	float: left;
	height: 120px;
	}
img.flag {
	float: right;
	width: 32px;
	margin: 16px 32px 16px 0px;
	border: 1px solid #7d6f66;
	}
div.logo {
	vertical-align: middle;
	color: #ffffff;
	padding: 64px 0px 0px 280px;
	font-size: 130%;
	font-weight: bold;
	}
/* CSS menu */
#menu {
	background-color: #a89682;
	border-left: 1px solid #7d6f66;
	border-right: 1px solid #7d6f66;
	}
div.menu_left {
	float: left;
	width: 200px;
	height: 24px;
	}
table.menu {
	width: 998px;
	height: 32px;
	}
td.menu {
/*	width: 15%;*/
	text-align: center;
	}
td.menu:hover {
	background-color: #a51417;
	}
a.menu, a.menu_s {
	font-size: 110%;
	font-weight: bold;
	color: #493826;
	}
a.menu:hover, a.menu_s:hover {
	color: #ffffff;
	}
a.menu_s {
	color: #a51417;
	}
/* CSS copy */
#copy {
	background-color: #a89682;
	text-align: right;
	padding: 8px 24px 8px 0px;
	color: #493826;
	border-left: 1px solid #7d6f66;
	border-right: 1px solid #7d6f66;
	}
/* CSS text */
#text {
	height: 74%;
	}
/* CSS left */
#left {
	width: 192px;
	padding: 10px 0px 0px 8px;
	background-color: #e0d9c7;
	height: 100%;
	border-left: 1px solid #7d6f66;
	border-right: 1px solid #7d6f66;
	}
ol, ul {
	margin: 0px 10px 0px 16px;
	padding: 0px 0px 0px 0px;
	}
li.left {
	margin-top: 0px;
	padding-top: 0px;
	margin: 4px 0px 4px 0px;
	padding-left: 0px;
	color: #a51417;
	}
a.left, span.a_left {
	font-weight: normal;
	color: #000000;
	}
a.left:hover, span.a_left:hover {
	text-decoration: underline;
	}
/* CSS right */
#right {
	padding: 10px 16px 16px 16px;
	width: 765px;
	height: 100%;
	border-right: 1px solid #7d6f66;
	}
/* */
td.strana {
	border: 1px solid #7d6f66;
	width: 20px;
	text-align: center;
	background-color: #efece3;
	}
td.strana:hover {
	background-color: #e0d9c7;
	}
