html, body {
    height: 100%;
}
body {
    background-color: #fff;
    color: #003366;
    margin: 0em;
    padding: 2em;
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    font-size: 75%;
    line-height: 1.5em;
    behavior: url("./csshover.htc"); /* WinIE behavior call */
}

body, html  {
    /*scrollbar-track-color: #DFE0F2;
    scrollbar-face-color: #000066;
    scrollbar-highlight-color: #DFE0F2;
    scrollbar-3dlight-color: #000066;
    scrollbar-darkshadow-color: #DFE0F2;
    scrollbar-shadow-color: #000066;
    scrollbar-arrow-color: #fff;*/
}

body.tmpbody {
    padding: 0em;
    text-align: center;
    background-image: url("./body_bg.jpg");
    background-color: #143558;
}
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 {
    color: #002255;
}

hr {
    display: none;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
    font-weight: bold;
}
h1 {
    margin-top: 0em;
    color: #000099;
}
h2 {
    font-size: 180%;
    color: #003366;
    border-bottom: 8px solid #e0e6ec;
    text-align: right;
    margin-top: 0em;
}
h3 {
    font-size: 130%;
    margin-top: 1em;
    margin-bottom: .25em;
    color: #003080;
}
h4 {
    font-size: 100%;
    margin-top: 1.5em;
    margin-bottom: .25em;
    color: #002070;
}
h5 {
    font-size: 100%;
    margin-top: 1.5em;
    margin-bottom: .25em;
    color: #555;
}
h6 {
    font-size: 100%;
    margin-top: 1.5em;
    margin-bottom: .25em;
    color: #808080;
}

a {
    color: #003366;
    font-weight: normal;
    text-decoration: underline;
    font-size: 100%;
}
a:visited {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #800000;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .80;
  -khtml-opacity: .80;
  opacity: .80;
}



img {
    border: 4px solid #7a95af;
    padding: 1px;
}

img.ico {
    border: none;
}

p {
    font-size: 100%;
    margin-top: .25em;
    margin-bottom: 1.5em;
}

ul {
  margin: 0em;
  padding: 0em;
  margin-bottom: 1.5em;
  margin-top: .5em;
  list-style-type: none;
  line-height: 1.5em;
}
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: .25em;
}
ol li {
    margin-left: 0em;
    padding-left: 25px;
    margin-bottom: .5em;
}

form {
    margin-top: 2em;
    margin-bottom: 4em;
}

input, select, textarea {
	font-family      : Verdana, sans-serif;
	font-size        : 100%;
}


fieldset {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding: .5em 2em;
  padding-bottom: 1.5em;
}
label {
  float          : left;
  width          : 30%;
  text-align     : left;
  margin-right: 1em;
  clear: both;
  margin-top: .5em;
}
legend {
  padding: 0.2em 0.5em;
  margin-bottom: .5em;
  color: #0046D5;
}

table {
    text-align: left;
    font-size      : 100%;
    border-collapse: collapse;
    margin-top     : 2em;
    margin-bottom  : 4em;
    width: 100%;
    background-color: #E5EAE5;
}
th {
    padding: .2em .6em;
    text-align: left;
    background-color: #003300;
    color: #fff;
}
tr:hover {
    background-color: #FFF8B3;
    color: #000;
}
td {
    padding: .2em .6em;
    text-align : left;
}


#page {
    margin: 0em;
    padding: 0em;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 760px;
    min-height: 100%;
    height: auto;
    _height: 100%;
    background-color: #fff;
    background-image: url("./content.jpg");
    background-repeat: repeat-y;
    background-position: 135px 5px;
}
#pagein {
    padding-bottom: 100px;
    background-image: url("./top.jpg");
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 190px;
}


#logo a {
    width: 251px;
    height: 122px;
    position: absolute;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    z-index: 10;
    top: 0px;
    right: 6px;
    display: block;
}
#logo span {
    display: block;
    background-repeat: no-repeat;
    width: 251px;
    height: 122px;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    background-image: url("./logo.jpg");
    cursor: pointer;
    cursor: hand;
}
h1#logo {
    font-size: 180%;
    line-height: 1em;
    margin: 0em;
}


#content {
}
#contentin {

    min-height: 100%;
    height: auto;
    _height: 100%;
}

#left {
  float: left;
  width: 170px;
  padding: 0em;
  margin: 0em;
  padding-top: 50px;
}

#main {
  margin: 0em 0em 0em 180px;
  height: 100%; /* IE bug */                
  padding-left: 28px;
  padding-right: 2em;
}
#mainin {
    margin           : 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: 100%;
    font-weight: normal;
    text-align: center;
    margin-top: .5em;
    margin-bottom: 0em;
    padding-bottom: .5em;
    line-height: 0em;
}


#navigation {
}
#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: 10px;
    padding-right: 0px;
    margin: 0em;
}
#navigation ul.menu li a {
    width: 100%;
    display: block;
    padding-left: 24px;
    padding-bottom: .15em;
    padding-top: .15em;
    padding-right: 10px;
    font-weight: normal;
    line-height: 1.5em;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image: url("./navigation_li.gif");
}
#navigation ul.submenu li a {
    width: 100%;
    display: block;
    padding-left: 24px;
    padding-bottom: .15em;
    padding-top: .15em;
    padding-right: 10px;
    line-height: 1.5em;
}
#navigation h2 {
    display: none;
}
#navigation ul.menu li a.vybrany, #navigation ul.submenu li a.vybrany {
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-color: #003366;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background-image: url("./navigation_active.gif");
}
#navigation ul.menu li a:hover, #navigation ul.submenu li a:hover {
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-color: #003366;
    color: #fff;
    background-image: url("./navigation_active.gif");
}
#navigation ul.submenu li a.vybrany {
}
#navigation .zvyraznit {
}
			
#skladatele {
    padding-left: 5px;
    margin-top: 80px;
}
#skladatele a {
    display: block;
    width: 130px;
    height: 179px;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    z-index: 5;
    line-height: 1em;
}
#skladatele span {
    width: 130px;
    height: 179px;
    display: block;
    background-image: url("./hudebni-a-textova-produkce.jpg");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 6;
    top: 0px;
    left: 0px;
    cursor: pointer;
    cursor: hand;
}


#copyright {
    position: absolute;
    bottom: 5px;
    width: 750px;
    height: 100px;
    font-size: 90%;
    background-image: url("./bottom.gif");
    background-repeat: no-repeat;
}
#copyright strong {
    color: #fff;
}
#copyrightin {
    color: #fff;
    background-color: #000a27;
    width: 750px;
    padding-bottom: 3px;
    position: absolute;
    bottom: 0px;
}
div#copyrightin:hover {
    color: #99bbdd;
}
#copyright p {
    margin: 0em;
    line-height: 1em;
    padding-left: 8px;
    padding-right: 100px;
    margin-right: 2em;
}
#copyright a {
    color: #ddd;
}
#copyright a:visited {
    color: #ccc;
}
#copyright .wcmadmin {
    text-align: right;
}
#copyright .wcmadmin a {
    color: #999;
}

#komtesa {
    position: absolute;
    right: 0px;
    bottom: 5px;
}
p#komtesa {
    padding-right: 2em;
    margin-right: 0em;
}
#komtesa a {
    border: 1px solid #000;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
    width: 88px;
    height: 31px;
    overflow: hidden;
    line-height: 1em;
    background-color: #000a27;
}
#komtesa span {
    display: block;
    background-repeat: no-repeat;
    background-image: url("./logo_komtesa.gif");
    width: 88px;
    height: 31px;
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
    cursor: pointer;
    cursor: hand;
}

.box {
    width: 126px;
    float: left;
    background-image: url("./box-up.jpg");
    background-repeat: no-repeat;
}
.boxin {
    margin-top: 18px;
    padding-bottom: 20px;
    width: 120px;
    background-color: #E8E9EC;
    background-image: url("./box-bottom.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box .boxin p {
    text-align: left;
    margin: 0em;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 90%;
    min-height: 120px;
    height: auto;
    _height: 120px;
}


.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;
}


/* modul Fotogalerie */
#gallery .galleryimage {
  float: left;
  /*margin-right: 5px;
  margin-bottom: 7px;
  padding-bottom: .25em;*/
  overflow: hidden;
  width: 170px;
  height: 130px;
}
#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;
}