/* ----------------------------------------------   HTML ELEMENTS------------------------------------------------- */
/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}
body {
	font: 11px/165% arial;
	color: #98a0a3;
	margin: 0;
	padding: 0 0 50px 0;
	background: #010101 url(../images/body_bg.jpg) repeat-x;
	text-align: center;
}
.mailsub {
	color: #000;
}
.mailsub fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
.mailsub form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}
.mailsub input {
	color: #666;
	font-size: 12px;
}
#login {
	width: 995px;
	overflow: hidden;
	background: transparent;
}
#ajaxbox {
	padding: 2px;
	font-size: 12px;
	color: #333;
	line-height: normal;
	margin-top: 0px;
}
#ajaxbox img {
	padding: 5px;
}
#ajaxbox a {
	margin-right: 25px;
	background-color: #D4F6FF;
	padding: 3px;
	text-decoration: none;
	color: #333;
}
#ajaxbox a:hover {
	background-color: #D4F6FF;
}
#login-button {
	width: 100%;
	border-top: 0px solid #d4f6ff;
}
#login-button a img, a:visited img, a:hover img {
	border: none;
}
#search {
	float: left;
	margin-right: 5px;
	width: 380px;
}
#search h1 {
	color: #333;
	font-size: 14px;
	font-family: georgia, verdana, arial;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 5px;
	text-align: left;
}
#searchimage h1 {
	font-family: arial, verdana, georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #39c7e9;
	letter-spacing: 4px;
}
#searchimage {
	font-family: arial, verdana, georgia;
	font-size: 11px;
	float: left;
	margin-left: 15px;
	margin-right: 90px;
	width: 500px;
	text-align: justify;
	padding-bottom: 12px;
	color: #72d0e6;
}
#searchform .field {
	font-family: verdana;
	font-size: 10pt;
	background-color: #e8fbff;
	border: 2px solid #f7fdff;
	width: 205px;
}
#searchform .img {
	background: none;
	border: none;
	height: 33px;
	width: 51px;
}
/*\ IE/Win min height hack */
* html #buttonsearch {
	margin: -29px 0px 0px 216px;
}
/* */
#buttonsearch {
	padding: 0px;
	margin: -28px 0px 0px 216px;
	top: 0px;
	background: none;
}
.author {
	padding-left: 11px;
}
.top_comments {
	float: right;
	padding-top: 5px;
}
.subscribebg {
	background: url(../images/textbg.jpg) no-repeat;
	border: none;
	width: 216px;
}
input.subscribe {
	margin-left: 32px;
	background: transparent;
	width: 160px;
	padding-left: 5px;
	color: #666;
	border: none;
}
.subbut {
	float: right;
	vertical-align: top;
	border: 0px;
}
.mailbg {
	height: 87px;
	width: 403px;
	background: url(mailbg00.jpg) repeat-x;
}
/* Links */
a {
	text-decoration: none;
	color: #107b96;
}
a:hover {
	color: #fff;
}
/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em georgia;
	color: #fff;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 245%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 120%;
	padding-left: 40px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 170%;
	font-weight: normal;
}
h4 {
	font-size: 120%;
	font-weight: normal;
}
h5 {
	font-size: 120%;
	font-weight: normal;
}
h6 {
	font-size: 100%;
	font-weight: normal;
}
p, dl {
	padding: 10px;
	margin: 0;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
dt {
	font-weight: bold;
	color: #895F30;
}
dd {
	padding-left: 25px;
}
/* Images */
.col-one img {
	background: #00070A;
	border: 1px solid #0E1D25;
	margin: 3px;
	padding: 2px;
}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre;
*/
	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 0px auto;
	padding: 10px 10px 10px 35px;
	background: #0a141a url(quotes00.jpg) no-repeat 10px 10px;
	font-weight: normal;
	border: 1px solid #243037;
	font-size: 11px;
	line-height: 1.5em;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ccc;
}
/* form elements */
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #528991;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #ffffff;
	background: #0e1d25;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #0e1d25;
	border-width: 1px;
	border-style: solid;
	border-color: #cbf1f9;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #b3e8ec;
	background: #2a949d;
	border-width: 1px;
	border-style: solid;
	border-color: #73bbcb;
}
/* ------------------------------------------   LAYOUT------------------------------------------- */
#header-wrap {
	position: relative;
	background: #fff url(../images/main-hea.jpg) no-repeat;
	margin: 0 auto;
	width: 1004px;
	height: 208px;
	text-align: left;
}
#header-photo {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	height: 208px;
	width: 1004px;
	clear: both;
	/* border: 1px solid #F0F0F0;
*/
	background: #fff url(../images/main-hea.jpg) no-repeat;
}
#header-photo img {
	border: none;
	margin: 0;
	padding: 0;
}
/*  Navigation */
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 974px;
	height: 35px;
	left: 15px;
	top: 167px;
}
#menu ul li.current_page_item a, #menu ul li.current_page_item a:hover {
	color: #fff;
	border-bottom: 1px solid #FFF;
}
#header-wrap h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px arial, Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -0.5px;
	color: #fff;
	text-decoration: none;
	display: none;
	text-transform: uppercase;
/* change the values of top and left to adjust the position of the logo*/
	top: 20px;
	left: 15px;
}
#header-wrap h1#logo-text a:hover {
	text-transform: uppercase;
	color: #fff;
	background: none;
	border: none;
}
#header-wrap p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: arial, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.8em;
	text-transform: none;
	color: #fff;
	width: 400px;
/* change the values of top and left to adjust the position */
	top: 38px;
	left: 15px;
}
/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 7px;
	right: 55px;
	padding: 0;
	margin: 0;
	width: 188px;
	height: 25px;
	background: url(searchbg.png);
	z-index: 999999;
	border: 0px solid #D8D8D8;
}
#header-wrap form#quick-search p {
	margin: 0;
	padding: 0;
}
#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px;
	width: 210px;
	background: none;
	border: none;
	color: #fff;
	font-size: 10px;
}
#header-wrap form#quick-search label, #header-wrap form#quick-search .btn {
	display: none;
}
.content-shield {
	position: relative;
	top: 0px;
	margin: 0px auto;
	background: #bbf1ff url(../images/contentb.jpg);
	width: 1004px;
}
#content-outer {
	margin: 0px auto;
	background: #bbf1ff url(../images/contentb.jpg);
	width: 1004px;
}
#content-wrapper {
	padding-top: 10px;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #bbf1ff url(../images/contentb.jpg);
}
.col-one {
	margin-right: 320px;
	padding-left: 20px;
}
.col-mid {
	float: right;
	width: 350px;
	margin-left: -370px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-right: 5px;
}
.col-two {
	float: left;
	width: 210px;
	margin-top: 5px;
}
.col-three {
	float: right;
	width: 210px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 10px;
}
#content .col-one h2 {
	padding-bottom: 3px;
	font: normal 1.1em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #1b2b33;
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h2 a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	border: none;
}
#content .col-one h2 a:hover {
	color: #637580;
}
#content .col-one ul li {
	list-style-image: url(bullet00.gif);
}
#content-wrapper .col-mid h2, #content-wrapper .col-two h2, #content-wrapper .col-three h2 {
	background: #0e1d25;
	color: #fff;
	font: bold 10px arial, "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}
/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 3px 5px 3px 60px;
	padding: 0;
	text-decoration: none;
}
ul.sidemenu li {
	list-style: none;
	padding: 2px 10px;
	margin: 0;
	background: #07151c;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #535f65;
}
ul.sidemenu li a span {
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}
ul.sidemenu li a:hover {
	color: #fff;
	background: none;
	border: none;
}
ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
ul.sidemenu ul li {
	background: none;
}
/* footer */
#footer-wrapper {
	background: #86e9ff url(../images/contentb.jpg) repeat-y;
	clear: both;
	width: 1004px;
	margin: 0 auto;
	text-align: left;
	color: #0b4955;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
#footer-wrapper a {
	color: #2fa1b8;
	background: transparent;
}
#footer-wrapper ul.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-wrapper ul.footer-list li {
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}
#footer-wrapper ul.footer-list li li {
	border-bottom: 1px solid #bbf1ff;
}
#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
	display: block;
	width: 100%;
	line-height: normal;
	font-weight: bold;
	padding: 4px 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	color: #2690a5;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-wrapper ul.footer-list li a:hover, #footer-wrapper ul.footer-list li li a:hover, #footer-wrapper ul.footer-list li a:hover span, #footer-wrapper ul.footer-list li li a:hover span {
	color: #f4feff;
	text-decoration: none;
}
#footer {
	width: 994px;
	margin-left: 5px;
	border-bottom: 2px solid #fff;
	background: #0E1D25;
	padding-bottom: 10px;
}
#footer-bottom {
	background: #000101;
	clear: both;
	width: 100%;
	margin: 0 auto;
	color: #405356;
	width: 1004px;
}
#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
	color: #08d2fd;
	background: transparent;
}
#footer-bottom .bottom-left a:hover, #footer-bottom .bottom-right a:hover {
	text-decoration: underline;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
	font-size: 95%;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 5px;
	font-size: 95%;
}
.bottom-col {
	width: 100%;
	float: left;
	font: 1em/1.5em georgia;
	color: #fff;
	padding: 15px 10px 5px 10px;
}
/* postmeta */
.postmeta {
	margin: 0px 10px 15px 10px;
	font-size: 1em;
	color: #ffffff;
	border: 1px solid #152730;
	background: #0e1d25;
}
.postmeta a {
	background: transparent;
}
.postmeta .date {
	margin: 0 10px 0 5px;
}
.postmeta a.comments {
	margin: 0 10px 0 5px;
}
.postmeta a.readmore {
	margin: 0 10px 0 5px;
}
.post-info {
	font-size: .95em;
	padding-top: 3px;
	margin-left: 5px;
	color: #bababa;
}
.post-info a {
	color: #fff;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* clearing */
.clearer {
	clear: both;
}
.clear {
	display: inline-block;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.clearsmall {
	padding-bottom: 10px;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* display and additional classes */
.clearer {
	clear: both;
}
.col-mid .sponsors img.ml {
	margin-bottom: 4px;
	padding: 1px;
	margin-right: 4px;
	overflow: hidden;
}
img a {
	border: none;
}
img {
	border: none;
}
.clearhigh {
	clear: both;
	display: block;
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.clear {
	display: inline-block;
}
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
/* tabs */
.tab_container {
	margin: 0px 10px;
	padding: 0px;
	border: 5px solid #000;
}
.tab_container_in {
	margin: 0px;
	padding: 10px 0px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tab_menu_container {
	margin: 0px 10px;
	padding: 0px 0px 0px 0px;
	height: 30px;
	background-color: #000;
}
#tab_menu li {
	margin: 0px;
	padding: 5px 5px 2px 0px;
	font-size: 11px;
	line-height: normal;
	float: left;
	list-style: none;
	cursor: pointer;
	border-bottom: none;
}
#tab_menu .first {
	padding: 5px 5px 2px 6px;
}
#tab_menu li a, #tab_menu li a:visited {
	margin: 0px;
	padding: 3px 6px 3px 6px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#tab_menu li a:hover, #tab_menu li a.current {
	background-color: #fff;
	color: #000000;
	text-decoration: none;
}
.tab_content_list {
	display: none;
}
#tab_content_tags a, #tab_content_tags a:visited {
	color: #fff;
	text-decoration: none;
}
#tab_content_tags a:hover {
	color: #ffffff;
	text-decoration: none;
}
.tab_container ul {
	list-style: none;
}
.col-mid .sponsors img.ml {
	margin-bottom: 4px;
	padding: 1px;
	margin-right: 4px;
	overflow: hidden;
}
img a {
	border: none;
}
img {
	border: none;
}
.clearhigh {
	clear: both;
	display: block;
	height: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.clear {
	display: inline-block;
}
td, td {
	font: 11px/165% arial;
}
.formular{
margin-left: 10px;
margin-right: 10px;
}
.informace2-2{
	border: 1px solid #0e1d25;
color: #ff0012;
}
.informace2-1{
border: 1px solid #0e1d25;
color: #20cc12;
}
.srameckem {
	border: 1px solid #0e1d25;
	font: 11px/165% arial;
}
/************ menu ************/
#nav ul {
	float: left;
	list-style: none;
	width: 974px;
	height:20px;
	margin: 0; padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	float: left;
	padding:10px 15px 8px 10px;
	margin: 1px;
	background:url(../images/nav_nact.png) repeat-x;
	font: bold 10px  Arial, 'Trebuchet MS', Tahoma, Helvetica,Geneva, Sans-serif;
	color: #fff;
    text-transform:uppercase;
	text-decoration: none;
}

#nav ul li a:hover
{
	background:url(../images/nav_curr.png) repeat-x;
}
#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {
	color: #fff;
	background:url(../images/nav_curr.png) repeat-x;
	border-bottom: 0px solid #CECECE;
    text-transform:uppercase;
}
.informace15{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	border: 1px solid #0E1D25;
	text-align : center;
}

.informace14{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	font-weight : bolder;
	border: 1px solid #0E1D25;
	text-align : center;
}