
{
margin: 0px;
padding: 0px;
}

hr {
border: 0;
color: #c10000;
background-color: #c10000;
height: 1px;
width: 100%;
text-align: left;
margin-bottom: 0em;
}

a:link {
	color: #c10000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #c10000;
}

body {
	
	background: #000000 url(images/back_all.jpg) no-repeat fixed;
	font: 13px Verdana, Arial, sans-serif;
	color: #ffffff;
	margin-top: 20px;
	margin-left: 0;

}

#content
{
	width: 1010px;
	margin: 0px auto;
}

#top
{
width: 1010px;
height: 14px;
background: url(images/top.png) no-repeat;
}


#back
{
width: 1010px;
float: left;
margin-top:160px;
}

#header {
	height: 180px;
	text-align: right;
  position: fixed;
  z-index:-10;
}

#logo {

width: 1010px;
height: 100px;
text-align: center;
padding-top: 20px;
}

#logo a img {
  border: 0px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}

                                                    /* menu */
#menu
{
width: 150px;
float: left;

}

#menu .menu_top
{
width: 150px;
height: 14px;
background: url(images/top_menu.png) no-repeat;
float: left;
}

#menu .menu_bottom
{
width: 150px;
height: 20px;
background: url(images/bottom_menu.png) no-repeat;
float: left;

}

#menu a {
	float: left;
	width: 150px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 5px;
	background: url(images/back_menu.png) repeat-y;
	border-width: 0px;
}

#menu a:hover {
	width: 150px;
    height: 30px;
	color: #ffffff;
	text-decoration: underline;
	background: url(images/menu_r.png) repeat-x;
}
                                                    /* prav� sloupec */
#right
{
position: absolute;
width: 230px;
margin-left: 776px;
background: url(images/back_right.png) repeat-y;
float: left;
margin-top: 14px;
}

#right .right_top
{
width: 230px;
height: 14px;
background: url(images/top_right.png) no-repeat;
float: left;
position: absolute;
margin-top: -14px;
}

#right .right_bottom
{
width: 230px;
height: 20px;
background: url(images/bottom_right.png) no-repeat;
float: left;
position: absolute;
}

#right H3
{
width: 203px;
height: 27px;
font-size: 15px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
}


#right .kdy
{
	text-align: center;
	text-decoration: none;
	color: #A1A100;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 5px;
}


#right img  {
  padding: 5px;
	padding-left: 10px;

}

#right a img {
	border: 0px;

}

#right a {
	color: #c10000;
}
#right a:visited {
	color: #c10000;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}
                                                    /* lev� sloupec */
#left
{
width: 620px;
margin-left: 153px;
background: url(images/back_left.png) repeat-y;
margin-top: 14px;
}

#left .left_top
{
width: 620px;
height: 14px;
background: url(images/top_left.png) no-repeat;
float: left;
margin-top: -14px;
}

#left .left_bottom
{
width: 620px;
height: 20px;
background: url(images/bottom_left.png) no-repeat;
float: left;
}

#obsah_left
{
width: 600px;
padding-left: 10px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #c10000;
}

#left a
{
color: #c10000;
text-decoration: none;
}

#left a img
{
border: 0px;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 1em;
	color: #c10000;
}

#left h3 {
	padding-bottom: 1em;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #c10000;
	font-size: 11px;
}
                                                    /* spodek */
#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
	
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}
                                                    /* po��tadlo */
#counter
{
bottom: 0px;
height: 25px;
padding-left: 10px;
z-index: 100;
position: fixed;
width: 100%;
background-color: #c10000;
opacity: 0.8; /* general */
filter: alpha(opacity=80); /*  IE */
-khtml-opacity: 0.8; /* Konqueror */

}
                                                    /* info panel */
#info
{
position: absolute;
z-index: 100;
top: 200px;
width: 900px;
left: 190px;
padding-left: 10px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
background-color: #c10000;
	font-size: 20px;
	text-align: center;
}

                                                    /* p�ihl�en� */
#user-login-form {
text-align:center;
}

form {
font-size:0.9em;
margin:0;
padding:5px 0;
}

.form-item {
margin-bottom:1em;
margin-top:1em;
}

.form-item label {
display:block;
font-weight:bold;
}

.form-required {
color:#c10000;
}

input, textarea {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#ffffff;
border:1px solid #c10000;
height:22px;
margin:0;
padding:3px;
width:150px;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
}

.item-list ul {
margin-bottom:0;
}
                                                    /* korekce posunu obsahu pod menu */
#left .clear-block {
display:inline-block;
width: 600px;
}
                                                    /* mezera pod breadcrumb */
.breadcrumb {
padding-bottom:1.5em;
}
                                                    /* edit li�ta */
#left ol, #left ul {
margin-left:0;
}

ul.primary {
border-bottom:1px solid #c10000;
border-collapse:collapse;
height:auto;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px;
padding:0 1em 0 0;
text-align: right;
white-space:nowrap;
}

li.active a {
background-color:#FFFFFF;
border-color:#C10000 #000000;
border-left:0 solid #000000;
border-right:0 solid #000000;
border-style:solid;
}

ul.primary li.active a {
background-color:#FFFFFF;
border-color:#C10000 #000000;
border-style:solid;
border-width:1px 0;
font-weight: bold;
}

ul.primary li a {
background-color:#DDDDDD;
border-bottom-color: #C10000;
height:auto;
margin-right:0.5em;
padding:0 1em;
text-decoration:none;
border-width: 1px 0px 1px 0px;
}

ul.primary li a:hover {
  background-color: #eee;
  border-width: 2px 0px 1px 0px;
  border-color: #c10000 #000 #c10000 #000;
}
                                                    /* guestbook */
.comment.guestbook-entry.even
{
margin-top: 15px;
background-color: #222222;
margin-bottom: 15px;
border-color: #c10000;
border-width: 0px 0px 1px 0px;
border-style: dashed;
padding: 0px 1px 0px 1px;
}

.comment.guestbook-entry.even:hover
{
margin-top: 15px;
background-color: #222222;
margin-bottom: 15px;
border-color: #ffffff;
border-width: 0px 1px 1px 1px;
border-style: dashed;
padding: 0px;
}

.comment.guestbook-entry.odd
{
margin-top: 15px;
background-color: #111111;
margin-bottom: 15px;
border-color: #c10000;
border-width: 0px 0px 1px 0px;
border-style: dashed;
padding: 0px 1px 0px 1px;
}

.comment.guestbook-entry.odd:hover
{
margin-top: 15px;
background-color: #111111;
margin-bottom: 15px;
border-color: #ffffff;
border-width: 0px 1px 1px 1px;
border-style: dashed;
padding: 0px;
}

.author
{
font-style: italic;
border-color: #c10000;
font-size: 14px;
margin: 5px 0px 8px 0px;
padding-left: 5px;
border-style: solid;
border-width: 2px 0px 1px 0px;
}

.submitted
{
color: #c10000;
font-size: 11px;
margin-left:10px;
margin-bottom: 10px;
}

.content.guestbook-message
{
margin: 0px 0px 15px 15px;
}

#left .content.guestbook-message a
{
color: #c10000;
text-decoration: underline;
font-size: 0.9em; 

}

#left .content.guestbook-message a:hover
{
color: #ff0000;
text-decoration: none;
font-size: 0.9em;
}

.form-checkbox
{
width: 20px;
}

.form-radio
{
width: 20px;
}

.profile {
clear:none;
margin:1em 0 -1.5em;
}

#left table.sticky-enabled td
{
color: #000000;
}

li.leaf
{
    list-style-type: none;
    display: inline;
}

ul.menu li
{
    margin-left:1.5em;
}

.block ul
{
    padding: 0px;
}

.node-form .standard {
clear:both;
display:inline-block;
}

#left .preview .node {
background:none repeat scroll 0 0 transparent;
}

.node-unpublished {
background: none;
}

tr.even, tr.odd {
background: none;
}

#left table.sticky-enabled td.active {
color:#000000;
}

#left table.sticky-enabled td {
color:#ffffff;
}

table.system-status-report{
background: #888888;
}
