/* CSS V-SPED common */

/* text elements */
h1, h2, h3, h4 {color: #ffffff; font-weight: normal; padding: 0px 0 5px 0; margin: 0 0 0 0;}

h1 {font-size: 1.6em; border-bottom: solid 5px #333333; margin: 0 0 10px 0}
h2 {font-size: 1.4em; padding-top: 5px; border-bottom: solid 4px #333333; margin: 0 0 10px 0}
h3 {font-size: 1.2em; font-weight: bold; padding-top: 5px; border-bottom: solid 3px #333333; margin: 0 0 10px 0}
h4 {font-size: 1em;	font-weight: bold; padding-top: 5px; border-bottom: solid 2px #333333; margin: 0 0 10px 0}
p {margin: 0 0 10px 0;padding: 0 0 0 0; color: #ffffff; font-size: 0.85em; line-height: 1.5em;}

a {color: #ffffff;}
a:hover { text-decoration: none;}


/* seznam */
#content ul {list-style: none; font-size: 0.85em; line-height: 1.8em; margin: 0 0 20px 25px;}
#content ul li { background: url(../images/common/bg_li.jpg) no-repeat 0px 6px; padding: 0 0 0 25px;}

/* tables */
div#content table {width: 95%; border-collapse: collapse; text-align: left; margin: 10px auto 15px auto;}
div#content th {color: #FFFFFF; font-size: 0.85em; height: 30px; background: #5a75a1; border: solid 1px #FFFFFF; padding: 0 10px 0 10px;}
div#content td {font-size: 0.85em; border: solid 1px #FFFFFF; background-color: #ececec; padding: 5px 5px 5px 10px;}
div#content td a {color: #990000; text-decoration: underline;}
div#content th a {color: #FFFFFF; text-decoration: underline;}
div#content th a:hover, div#content td a:hover {text-decoration: none;}
div#content th.center, div#content td.center {text-align: center;}

/* formular */
input, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; font-weight: bold}


/* ostatni */
#content img {padding: 2px; border: solid 1px #000000;}
#content a img {margin: 5px 9px;}
#content a:hover img { border: solid 1px #999999}
hr {display: none}


/* classes */
.hidden {display: none}
.clr {width: 100%; font-size: 1px; clear: both}
.red {color: #cc0000}
.left {float:left; margin: 5px 10px 5px 0;}
.right {float: right; margin: 5px 0 5px 10px;}
.noborder {border: none}
.lblue {color: #66ccff; font-weight: bold;}