body {
    background-color: #fff;
    color: #333;
    margin: 0em;
    margin-bottom: 3em;
    padding: 2em;
    font-family: Verdana, sans-serif;
    font-size: 66%;
    line-height: 1.75em;
    behavior: url("./csshover.htc"); /* WinIE behavior call */
}
body#tmpbody {
    padding: 0em;
    background-repeat: repeat-x;
    text-align: center;
}
body#tmpbody p {
    text-align: justify;
}
body#tmpbody p.center {
    text-align: center;
}
body#tmpbody p.right {
    text-align: right;
}
body#tmpbody p.left {
    text-align: left;
}

strong {

}

hr {
    display: none;
}


h1 {
    margin-top: 0em;
}
h1 {
    font-size: 200%;
}
h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    line-height: 1.4em;
}
h2 {
    font-size: 170%;
    margin-top: 1em;
    margin-bottom: 1em;
}
h3 {
    font-size: 140%;
    margin-top: 1.5em;
    margin-bottom: .5em;
}
h4 {
    font-size: 120%;
    margin-top: 1.5em;
    margin-bottom: .5em;
}
h5 {
    font-size: 120%;
    margin-top: 1.5em;
    margin-bottom: .5em;
}
h6 {
    font-size: 110%;
    margin-top: 1.5em;
    margin-bottom: .5em;
}

a {
    font-weight: bold;
    text-decoration: underline;
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    font-size: 110%;
}
a:hover {
    text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  -khtml-opacity: .80;
  opacity: .80;
}

img.ico {
    border: none;
}

p {
    font-size: 100%;
    /*line-height: 1.75em;*/
    margin-top: .5em;
    margin-bottom: 1.5em;
}

ul {
  margin: 0em;
  padding: 0em;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  list-style-type: none;
}
ol {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}
ul li {
    margin-left: 0em;
    padding-left: 15px;
    background-image: url("./li.gif");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    margin-bottom: 1em;
}
ol li {
    margin-left: 0em;
    padding-left: 25px;
    margin-bottom: .5em;
}

form {
    margin: 0px;
}

input, select, textarea {
	font-family      : Verdana, sans-serif;
	font-size        : 100%;
  margin-top       : .5em;
}

fieldset {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: .5em 2em;
  padding-bottom: 1.5em;
  /*border: 1px solid #ddd;*/
}
label {
  float          : left;
  width          : 30%;
  text-align     : left;
  margin-right: 1em;
  clear: both;
  /*text-transform : uppercase;*/
  margin-top: .5em;
}
legend {
  padding: 0.2em 0.5em;
  margin-bottom: .5em;
  /*font-weight: bold;*/
  color: #0046D5;
}

table {
    font-size      : 100%;
    border-collapse: collapse;
    margin-left    : auto;
    margin-right   : auto;
    margin-top     : 1em;
    margin-bottom  : 1.5em;
    width          : 100%;
}
th {
    padding         : .2em .4em;
    text-align      : center;
}
tr {

}
td {
    padding    : .2em .4em;
    text-align : center;
}



#page {
    background-color: #fff;
    background-position: top left;
    background-repeat: repeat-y;
    margin              : 0em;
    padding             : 0em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#pagein {
    background-position: top right;
    background-repeat: repeat-y;
    width: 100%;
}
#pageinleft {
    background-repeat: no-repeat;
    margin              : 0px;
    padding             : 0px;
}
#pageinright {
    background-position: top right;
    background-repeat: no-repeat;
    margin              : 0px;
    padding             : 0px;
}


#top {
    background-repeat: no-repeat;
    min-height          : 180px;
    height              : auto;
    _height             : 180px;
    margin              : 0px;
    padding             : 0px;
    position: relative;
    margin-bottom: 1px;
}

#topborder {
    height: 7px;
    margin: 0px;
    padding: 0px;
    line-height: 0em;
    font-size: 0em;
}


#logo {
    width              : 270px;
    height             : 75px;
    position           : relative;
    overflow           : hidden;
    top                : 0px;
    left               : -21px;
    margin             : 0px;
    padding            : 0px;
    z-index            : 1;
}
#logo span {
    display            : block;
    background-repeat  : no-repeat;
    width              : 270px;
    height             : 75px;
    position           : absolute;
    z-index            : 2;
    top                : 0px;
    left               : 0px;
    cursor: pointer;
    cursor: hand;
}
h1#logo {
    font-size: 160%;
}


#content {
    margin: 0em;
    padding: 0em;
}
#contentin {
    background-position: top right;
    background-repeat: no-repeat;
    margin: 0em;
    padding: 0em;
    min-height: 440px;
    height: auto;
    _height: 440px;
}

#left {
  float: left;
  width: 200px;
  padding: 0em;
  margin: 0em;
}
#leftin {
  margin-top: 2em;
}

#main {
  margin: 0em 0em 0em 200px;
  height: 100%; /* IE bug */                
  padding-left: 4em;
  padding-right: 115px;
}
#mainin {
    margin           : 0em;
    padding-bottom   : 0em;
    float            : left;    /* vychytávač pro clearing */ 
    width: 100%;
}
/* \*/
* html #mainin {
 	/* IE bug kvůli italic písmu !!! */
	overflow: hidden;
	o\verflow: visible;
	overflow: auto;
	/*w\idth: auto;*/
	/*he\ight: 1%;*/
}
/* */

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


#navigation {
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    margin-bottom: 40px;
}
#navigationin {
  font-size: 100%;
}
#navigation ul {
  margin: 0em;
  padding: 0em;
  overflow: hidden; /* kvůli šířce odkazu 100% */
}
#navigation ul.menu li {
    background      : none;
    margin          : 0px;
    padding         : 0px;
    width: 100%;
}
#navigation ul.submenu li {
    padding-left: 20px;
    padding-right: 0px;
}
#navigation ul.menu li a {
    text-decoration: none;
    width: 100%;
    display: block;
    padding-left: 26px;
    padding-bottom: .15em;
    padding-top: .15em;
    padding-right: 10px;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 130%;
    background-repeat: no-repeat;
    background-position: 4px 50%;
}
#navigation ul.submenu li a {
    background-repeat: no-repeat;
    background-position: 8px 50%;
    font-size: 110%;
}
#navigation ul.submenu ul.submenu li a {
    font-weight: normal;
}
#navigation h2 {
    display: none;
}
#navigation ul.menu li a:hover, #navigation ul.submenu li a:hover {
    color           : #fff;
    background-repeat: no-repeat;
    background-position: 4px 50%;
}
#navigation ul.menu li a.vybrany, #navigation ul.submenu li a.vybrany {
    color           : #fff;
    background-repeat: no-repeat;
    background-position: 4px 50%;   
}
#navigation .zvyraznit {
    font-style: italic;
    font-weight: bold;
}


#fotoblog {
    width: 155px;
    height: 127px;
    position: relative;
    overflow: hidden;
    top: 0px;
    left: 23px;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}
#fotoblog a {
    text-decoration: none;
    color: #808080;
    display: block;
    background-color: #fff;
}
#fotoblog span {
    display: block;
    background-repeat: no-repeat;
    width: 155px;
    height: 127px;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    cursor: pointer;
    _cursor: hand;
}




#copyright {
    color: #666;
    font-size: 120%;
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}
#copyright a {
    font-size: 100%;
}
div#copyright:hover {
    color: #000;
}
#copyrightin {
    margin-top: 3em;
    padding-top: .5em;
    padding-left: 2em;
    margin-right: 115px;
}
#copyright p {
    margin: 0em;
    font-size: 90%;
}


#bottom {
    background-repeat   : repeat-x;
    margin-left: -20px;
    margin-right: -20px;
}
#bottomleft {
    background-repeat   : no-repeat;
}
#bottomright {
    min-height          : 50px;
    height              : auto;
    _height             : 50px;
    background-position: top right;
    background-repeat   : no-repeat;
}


.numero {
    color: #800000;
    font-size: 130%;
    font-weight: bold;
}

.floatleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    clear: both;
}
.floatright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
    clear: both;
}

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

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

.error {
    color: #cc0000;
    border: 1px solid #ff0000;
    padding: .5em 1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.notimportantbox {
    border-top: 1px solid #ddd;
    margin-top: 2.5em;
    color: #555;
    font-style: italic;
    padding-top: .5em;
}

.pocitadlo {
    margin-top: 1em;
    position: absolute;
    visibility: hidden;
    text-align: center;
}

.reklama img {
    filter: alpha(opacity=40);
    -moz-opacity: .40;
    -khtml-opacity: .40;
    opacity: .40;
    border: none;
}

/* FORMÁTOVÁNÍ PRO BĚŽNÉ ELEMENTY */
/* formátování elementu typu Důležitý info box */
.importantbox {
    border: 1px solid #A7C9A7;
    border-left: 12px solid #A7C9A7;
    /*background-color : #f0f0f0;*/
    padding: .5em .8em;
    padding-left: 14px;
    margin: 1.5em 0em;
    font-weight: bold;
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    font-size: 110%;
    color: #222;
}
.importantbox p {
    margin: 0em;
}
.importantbox .napis {
    font-size: 170%;
    margin-bottom: .2em;
}
/* formátování elementu typu Odkaz */
.odkaz {
	margin  : 2em 0em;
}
.odkaz .odkazin {
	display             : inline;
	border              : 1px solid #999999;
	padding             : 1px;
}
.odkaz a {
	background-color    : #DA251D;
	color               : #fff;
	font-weight         : normal;
	text-decoration     : none;
	padding             : 0em .5em;
	padding-left        : 0px;
	background-image    : url("./ico_a.gif");
	background-repeat   : no-repeat;
	background-position : 0% 50%;
	padding-left        : 19px;
}
.odkaz a:hover {
	color : #bbb;
}

.wcmadmin {
    font-weight: normal;
    color: #808080;
}


/* modul Fotogalerie */
#gallery .galleryimage {
  float: left;
  /*margin-right: 5px;
  margin-bottom: 7px;
  padding-bottom: .25em;*/
  overflow: hidden;
  height: 120px;
  width: 125px;
}
#gallery p.image {
  margin: 0em;
  text-align: center;
}
#gallery p.imageinfo {
  text-align  : center;
  margin      : 0em;
}
#gallery .pozn {
  color: #666;
  font-size: 85%;
  display: none;
}

form.GalleryPaging {
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: .4em .8em;
    background-image: url("./paging_bg.jpg");
    background-repeat: repeat-x;
    border: 1px solid #e6e6e6;
    font-size: 90%;
    font-weight: bold;
    color: #333;
}
.GalleryPaging div.center {
    min-height          : 14px;
    height              : auto;
    _height             : 14px;
    position: relative;
}
.GalleryPaging div.center select { 
    margin: 0em; padding: 0em;
    font-weight: bold;
}
.GalleryPaging div.center a { 
    display: block; 
    width: 14px; 
    height: 15px; 
    position: absolute;
    right: 4px;
    top: 0px;
    background-repeat: no-repeat; 
}
.GalleryPaging div.center a.pagingleft { 
    background-image: url("./paging_left.jpg");
    right: 22px;
}
.GalleryPaging div.center a.pagingright { 
    background-image: url("./paging_right.jpg");
}
.GalleryPaging div.center a.pagingleftoff { 
    background-image: url("./paging_left_off.jpg");
    right: 22px;
}
.GalleryPaging div.center a.pagingrightoff { 
    background-image: url("./paging_right_off.jpg");
}
.GalleryPaging div.center a span { 
    display: none; 
}

#ModuleGalleryCategories select  {
    font-size: 100%;
    color: #000;
    font-family: Tahoma, sans-serif;
}