body {
    margin           : 0em;
    margin-bottom    : 2em;
    padding          : 0em;
    color            : #353535;
    background-color : #fff;
    font-family      : Verdana, sans-serif;
    font-size        : 74%;
    /*_font-size       : .6em;*/
    text-align       : center;

    behavior         : url('./csshover.htc');  /* WinIE behavior call */
}

p {
    text-align    : justify;
    margin-top    : .5em;
    margin-bottom : 1.5em;
    line-height   : 1.5em;
}


hr {
    display: none;
}


table {
    font-size      : 100%;
    border         : 1px solid #000;
    border-collapse: collapse;
    margin-left    : auto;
    margin-right   : auto;
    margin-top     : 1.5em;
    margin-bottom  : 2.5em;
    width          : 100%;
}
th {
    background-color: #003366;
    color           : #fff;
    padding         : .2em .4em;
    text-align      : center;
}
tr {

}
td {
    padding    : .4em .6em;
    text-align : center;
    text-align: left;
    border-bottom: 1px solid #ccc;
}


a {
    font-weight     : bold;
    color           : #000080;
    text-decoration : underline;
}
a:hover {
    text-decoration : none;
    color           : #990000;
}

h1 {
    font-size: 100%;
}

h2 {
    font-size           : 150%;
    font-weight         : bold;
    margin-top          : 0em;
    margin-bottom       : .75em;
    color               : #650000;
    border-bottom       : 0px solid #ddd;
/*
    background-image    : url('./ico_h2.jpg');
    background-repeat   : no-repeat;
    background-position : 0% 50%;
    padding-left        : 18px;
    /*margin-left         : -20px;*/
}
h3 {
    font-size     : 110%;
    margin-top    : 1.5em;
    margin-bottom : .75em;
    color         : #800000;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

h4 {
    font-size : 110%;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color         : #888;
}

h5 {
    font-size     : 110%;
    margin-top    : 1em;
    margin-bottom : .5em;
    color         : #003377;
}

h6 {
    font-size     : 100%;
    margin-top    : 1em;
    margin-bottom : .5em;
    color         : #003382;
}

img {
    border: none;
}

input, select, textarea {
	font-family      : Verdana, sans-serif;
	font-size        : 100%;
	/* background-color : #fff;*/
	color            : #000000;

}

ul {
    margin-left     : 1.5em;
    padding-left    : 1.5em;
    margin-top: 1em;
}
ul li {
    list-style-type: square;

}

ol {
    margin-left     : 1.5em;
    padding-left    : 1.5em;
    list-style-type : decimal;
}

fieldset {
  padding: .5em 2em;
}
label {
  float          : left;
  width          : 25%;
  text-align     : left;
  /*text-transform : uppercase;*/
}
legend {
  padding: 0.2em 0.5em;
  margin-bottom: .5em;
  /*color  : #000;
  font-weight: bold;*/
}

address {
    font-style: normal;
}



#page {
    width: 766px;
    margin-left: auto;
    margin-right: auto;
    padding: 0em;
    text-align: left;
    background-image: url('./border_left.gif');
    background-repeat: repeat-y;
}
#pagein {
    width: 766px;
    background-image: url('./border_right.gif');
    background-repeat: repeat-y;
    background-position: top right;
}


#top {
    background-image    : url('./top_bg.jpg');
    background-repeat   : no-repeat;
    height              : 177px;
    margin              : 0em;
}
#top h1 {

}
#topin {
    height             : 177px;
}
#logo {
    width              : 206px;
    height             : 75px;
    position           : relative;
    top                : 10px;
    left               : 108px;
    overflow           : hidden;
    margin             : 0em;
    padding            : 0em;
    background-image   : url('./logo.jpg');
    background-repeat  : no-repeat;
}
#logo span {
    display            : block;
    width              : 206px;
    height             : 75px;
    background-image   : url('./logo.jpg');
    background-repeat  : no-repeat;
    position           : absolute;
    top                : 0em;
    left               : 0em;
    cursor             : hand;
    cursor             : pointer;
    z-index            : 3;
}
#logo a {
    text-decoration: underline;
    color: navy;
}
#logo a:hover {
    text-decoration: underline;
    color: navy;
}
h1#logo {
    margin-top: 0em;
}


#content {
    background-image: url('./border_bottom.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
}
#contentin {
    padding: 3px;
    margin-top: .7em;
}

#copyright {
    background-color: #E5E5E5;
    padding: .5em 1em;
    margin: .5em;
}
#copyright p {
    margin-top    : .1em;
    margin-bottom : .1em;
    text-align    : left;
}


#left {
    width: 200px;
    float: left;
    max-width: 200px;
    overflow: hidden;
}
#leftin {
    margin-right: 2em;
    border      : 1px solid #d1d1d1;
    border-left : none;
    margin-bottom: 4em;
}

#odkazy {
    border-top: 1px solid #d1d1d1;
    padding-left: 2em;
    padding-bottom: 1em;
}
#odkazy p {
    margin: .5em;
    margin-left: 0em;
}
#odkazy h3 {
    font-size: 120%;
    color: #980002;
    border: none;
}


#right {
    width: 200px;
    max-width: 200px;
    float: right;
    overflow: hidden;
}
#rightin {
    margin-left   : 2em;
    border        : 1px solid #670100;
    border-right  : none;
    margin-bottom : 4em;
}
#rightin h2 {
    text-transform: uppercase ;
    background-color: #670100;
    color: #fff;
    font-size: 110%;
    padding: .2em .4em;
    margin: 0em;
    background-image: url('./right_arrow1.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
}
#right p {
    text-align: left;
    margin-left: .5em;
}

#dulezite p {
    margin-left: 18px;
}
#dulezite a {
    color: #6D0008;
    text-decoration: underline;
}
#dulezite a:visited {
    color: #3a0006;
}
#dulezite a:hover {
    color: #bb0000;
    text-decoration: underline;
}

#contact p {
    margin-left: 18px;
}

#urednihodiny p {
    margin-left: 18px;
    font-weight: bold;
}


#main {
    margin           : 0px 200px -2px 200px;
    height           : 100%; /* IE bug */
}
#mainin {
    margin           : 0px;
    padding          : 0px;
    padding-left: 1px;
    width            : 100%;
    float            : left; /* vychytávač pro clearing */
    overflow         : hidden;
}
#mainin .floatleft {
    float        : left;
    margin-right : 1.5em;
    margin-top   : 0em;
}

#mainin .floatright {
    float       : right;
    margin-left : 1.5em;
    margin-top  : 0em;
}
#mainin img {
    border: 1px solid #666;
}
#mainin img.ico {
    border: none;
}
#mainin li {
    margin-bottom: 1em;
}

#navigation a {
    color          : #555;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-bottom: .15em;
    padding-top   : .15em;
}
#navigation a:hover {
    background-color: #800000;
    color           : #fff;
    background-image: url("./right_arrow1.gif");
    background-repeat: no-repeat;
    background-position: left center;
}
#navigation a:active {
    background-color: #800000;
    color: #fff;
}
#navigation ul {
    margin  : 0px;
    padding : 0px;
}
#navigation li {
    list-style-type : none;
    margin          : 0px;
    padding         : 0px;
    line-height     : 170%;
    background-color: #eee;
    font-weight     : bold;
    font-size       : 100%;

}
#navigation ul li a {
    background-image: url("./menu_arrow1.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    color: #000;
}
#navigation ul ul li {
    padding-left: 18px;
    text-transform: none ;
    background-color: #fff;
}
#navigation ul ul li a {
    background-image: none;
    margin-left: -18px;
    color: #555;
}
#navigation h2 {
    display: none;
}
#navigation a.vybrany {
    background-color: #800000;
    color: #fff;
    background-image: url("./right_arrow1.gif");
    background-repeat: no-repeat;
    background-position: left center;
}
#navigation .zvyraznit {
    font-style: italic;
    font-weight: bold;
}





#mainin div.imgcaption {
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    margin-top: .5em;
    margin-bottom: 0em;
}




.cleaner {
		clear      : both;
		height     : 1px;
		font-size  : 1px;
		border     : none;
		margin     : 0px;
		padding    : 0px;
		background : transparent;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.justify {
    text-align: justify;
}

.error {
    color: #990000;
}

.news p {
    margin-top: .25em;
}
.news a {
    font-weight: normal;
    text-decoration: none;
}
.news a:hover {
    text-decoration: underline;
}

.news .newsdate {
    font-size: 120%;
    color: #660000;
    border: none;
    margin-bottom: 0em;
    margin-top: .5em;
}

.back {
    font-weight: bold;
    font-size: 90%;
}


.urednideska {
    background-color: #fff;
    border: 1px solid #999;
    margin-bottom: 1em;
}
.urednideska.even {
    background-color: #efefef;
}
.urednideska h3 {
    margin-top: 0em;
    background-color: #ccc;
    color: #000;
    font-size: 120%;
    padding: .25em .5em;
    border: none;
}
.urednideska p {
    padding: .5em 1em;
    margin-top: .25em;
    margin-bottom: .5em;
}
.urednideska p.dates {
    color: #555;
}
