/*** global ***/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.7em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #222;
	color: #989898;
}

body {
	}
.clr {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}


/*** layout ***/
#page_holder {
	width: 780px;
	margin: auto;
	background: #222;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#header {
	height: 105px;
	background: #c00 url(../imgs/bg_header.png) 0 0 repeat-x;
	border-bottom: 3px solid #000;
}
#visual {
	height: 200px;
	background: #ccc url(../imgs/vznasedlo.jpg) top center no-repeat;
	border-bottom: 1px solid #808080;
}
#sub_visual {
	text-align: center;
	font: bold 1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;;
	text-transform: uppercase;
	background: #111;
	padding: 5px;
}
#menu {
	height: 40px;
	background: #222;
	border-top: 1px solid #000;
	border-bottom: 10px solid #000;
}
/*#under_menu {
	height: 27px;
	padding: 8px 10px 0 10px;
	background: #333;
	color: #999;
	border-bottom: 1px solid #222;
}
#under_menu div {
	display: inline;
}*/
#main {
	color: #ccc;
	background: #333 url(../imgs/bg_main.png) left bottom repeat-x;
	padding: 5px 15px 10px 15px;
	font-size: 1em;
}
#footer {
	height: 40px;
	text-align: center;
	padding: 20px 0 0 0;
	background: #222;
	color: #757575;
}


/*** WYSIWYG & document layout ***/
body.WYSIWYGContentBody {
	padding: 10px 10px 20px 10px;
	border: none !important;
	background: #333 !important;
	font-size: 0.8em;
}
.SiteMap {
	margin: 15px 0px 0px 5px;
	line-height: 2;
}
.DocumentAnnotation {
	color: #ccc;
	margin-bottom: 15px;
}
.DocumentAuthor {
	margin: 0 0 10px 0;
}
.DocumentDate {
	float: left;
	margin: 0 5px 10px 0;
}
.SideMenuItem {
	padding-left: 15px;
}
.Attachment {
	margin-top: 15px;
}
span.Icon img {
	margin: 0 5px -3px 0 !important;
	border: none !important;
}
.SiteMap img {
	margin: 0 2px !important;
}
#ContactUsForm table, #ContactUsForm td, #ContactUsForm th {
	border: none;
	background: none;
}
#ContactUsForm input, #ContactUsForm textarea {
	font: 1.0em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #999;
}
#ContactUsForm textarea {
	width: 100%;
}


/*** lists ***/
#menu ul, #left ul {
	list-style: none;
}
ul.main_menu li {
	float: left;
	background: url(../imgs/bg_menu_li.png) right top repeat-y;
}
#main ul, #main ol, .WYSIWYGContentBody ul, .WYSIWYGContentBody ol {
	margin: 5px 0 15px 24px;
	line-height: 1.3;
}
#main ol, .WYSIWYGContentBody ol {
	margin: 5px 0 15px 30px;
}
#main ul ol, #main ul ul, #main ol ol, #main ol ul, .WYSIWYGContentBody ul ol, .WYSIWYGContentBody ul ul, .WYSIWYGContentBody ol ul, .WYSIWYGContentBody ol ul {
	margin: 3px 0 5px 10px !important;
}


/*** links ***/
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
ul.main_menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 15px 0 15px;
	margin: 0 1px 0 0;
	font: bold 1em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #f60;
	text-decoration: none;
	text-transform: uppercase;
}
ul.main_menu a:hover {
	color: #fff;
	background: #f95601 url(../imgs/bg_menu_a-hover.png) right top repeat-x;
}
#main a, #under_menu a, #Contact a, .WYSIWYGContentBody a {
	color: #fff !important;
	text-decoration: underline;
}
#main a:hover, #under_menu a:hover, #Contact a:hover, .WYSIWYGContentBody a:hover {
	text-decoration: none !important;
}
#footer a {
	color: #a7a7a7;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}


/*** text ***/
#header {
	width: 780px;
	height: 105px;
	position: relative;
	top: 0;
	left: 0;
}
#header span {
	display: block;
	width: 780px;
	height: 105px;
	background: url(../imgs/header.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	text-decoration: none;
}
#under_menu span {
	margin: 0 10px;
}
#main h1, .WYSIWYGContentBody h1 {
	margin: 15px 0;
	font-size: 1.6em;
	color: #fff;
	border-bottom: 1px dotted #555;
}
#main h2, .WYSIWYGContentBody h2 {
	margin: 10px 0;
	font-size: 1.3em;
	color: #eee;
}
#main h3, .WYSIWYGContentBody h3 {
	margin: 10px 0 5px 0;
	font-size: 1.1em;
	color: #ddd;
}
#main p, .WYSIWYGContentBody p {
	text-align: justify;
	line-height: 1.3;
	margin: 10px 0 20px 0;
}


/*** images ***/
#main img, .WYSIWYGContentBody img {
	border: 1px solid #ccc;
	margin: 2px 5px;
}

#main img.noformat, .WYSIWYGContentBody img.noformat	{
	border: none;
}

/*** tables ***/
table, .WYSIWYGContentBody table {
	border: 1px solid #444;
	border-collapse: collapse;
	font-size: 1em;
	width: 100%;
	background: #303030;
	margin-bottom: 15px;
}
th, td, .WYSIWYGContentBody th, .WYSIWYGContentBody td {
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #444;
}

th, .WYSIWYGContentBody th {
	text-align: left;
}

table.noformat {
	border: none;
	background: none;
	border-collapse: collapse;
}
table.noformat th, table.noformat td {
	padding: 5px 10px;
	vertical-align: top;
	border: none;
	background: none;
}

table.form {
	border: none;
	border-collapse: collapse;
	background: none;
}
table.form th, table.form td {
	padding: 5px 10px;
	vertical-align: top;
	border: none;
}

#kontakty table tr, #kontakty table td	{
	border: none;
	}

/*** forms ***/
#search form {
	display: inline;
}
#search input {
	font: 1.0em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	background: #ccc;
	padding: 2px;
	width: 120px;
}
input.button {
	padding: 1px !important;
	background: #999 !important;
	width: 50px !important;
	margin-left: 3px;
}

#lista {
  text-align: center;
  margin: -25px 0 15px 0;
}

#lista a {
  color: #FFFFFF;
}

