
* {
    margin: 0;
    padding: 0;
    border: 0 none;
}

img {
    color: black;
    background: white url('loading.gif') 90% 90% no-repeat;
}

div.img, #content div div.img {
    background: white;
    padding: 2px;
    border: 1px solid #695127;  
}

#content div div.img a {
    line-height: 0;
    text-decoration: none;
}

#side div.img {    
    padding: 0;
    border: 1px solid #305e97;  
    float: left;
    margin: 9px 9px 9px 0;
}

body {
    background: #071d32 url('bg.gif') top center repeat-x;
    text-align: center;
    font: 82%/1.4 Arial, sans-serif;
    color: #fffff2;
}

.left {
    float: left;
}

.right {
    float: right;
}

div.left, div.right {
    margin: 10px 0;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

hr {
    display: none;
}

hr.clear {
    display: block;    
    border-bottom: 1px solid #293c4b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h2 {
    font: 140%/1.5 Georgia, "Palatino Linotype", serif;
    margin: 15px 0 10px 0;
    clear: both;
}

h3 {
    margin: 15px 0 10px 0;
    clear: both;
}

p {
    margin: 10px 0;    
}

ul {
    margin: 10px 0 10px 20px;
}

li {
    margin: 0 0 7px 0;
}
dl {
    line-height: 1.8;
}

dd {
    text-align: right;
    margin-bottom: 10px;
    font-style: italic;
}

menu li {
    list-style-type: none;
    margin: 0 0 1px 0;
}

a {
    color: #383838;
}

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

/* KONKRETNI PRVKY */

#accessibility {
    position: absolute;
    left: -1000em;
}

#document {
    width: 774px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    min-height: 765px;
    background: url('top_doc.gif') 260px 0px no-repeat;    
}

h1, h1 span, h1 a {    
    position: absolute;
    top: 0;
    left: 0;    
    width: 260px;
    height: 253px;
    overflow: hidden;
    font-size: 80%;   
}

h1 span {
    background: url('logo.gif') top left no-repeat;
}

#content {
    margin-top: 20px;
    width: 514px;
    float: right;
    background: url('doc.gif') 11px 0px repeat-y;    
    color: #383838;    
}

#content div {
    background: url('bottom_doc.gif') bottom right no-repeat;
    min-height: 800px;        
    padding: 10px 33px 30px 32px;
}

#content div div {
    background: none;
    min-height: 0;
    padding: 0;
}

#content div input, #content div textarea {
	border: 1px solid #858585;
	padding: 2px;
	margin: 3px 0 10px 0;
}

#side {    
    float: left;
    width: 251px;
    margin-left: 4px;
    margin-top: 260px;
    color: #c0c0c0;    
}

#side menu {
    margin-bottom: 50px;
}

#side menu a {
    display: block;
    height: 34px;
    overflow: visible;
    line-height: 34px;
    text-align: right;
    padding-right: 30px;
    font-size: 110%;
    color: #fffff2;
    background: url('active.gif') top right no-repeat;
}

#side menu a:hover {
    background-position: 0 -34px;
    color: #76bfe9;
}

#side menu li.active a {
    background-position: 0 -34px;
    text-decoration: none;
}

#side h2 {
    font-size: 120%;
}

#side p {
    font-size: 85%;
}

#controls {
    font-family: Georgia, "Palatino Linotype", serif;
    text-align: center;
}

#footer {
    clear: both;
    text-align: center;
    color: #c0c0c0;
    line-height: 1.7;
    padding: 15px 0;
}

#footer a, #side a {
    color: #c0c0c0;
}

#footer a:hover, #side a:hover {
    color: #76bfe9;
}

/* DISKUZE */

.otazka, .odpoved {
    font-style: italic;
    margin: 15px 0;    
}

.otazka p, .odpoved p {
    margin: 5px 0;
    text-indent: 1em;
}

.odpoved {
    font-weight: bold;
}

.otazka h3, .odpoved h3 {
    font-size: 100%;    
}

.otazka h3, .otazka b {
    font-weight: normal;
}

.otazka b, .odpoved b {
    display: block;
    text-align: right;
}

/* FOTOGALERIE */

#content div div.img a i {
    display: block;    
    text-align: center;
    padding: 5px 0;
    background: #f4eedc;
    font-family: Georgia, "Palatino Linotype", serif;
    line-height: 1.2;
    font-size: 11px;
    width: 211px;    
}

/* CLANKY */

p.perex {
    text-indent: 1em;    
    font-style: italic;
}

p.perex a {
    font-style: normal;
}

#badge, #badge span {
    position: absolute;
    top: 20px;
    right: 20px;    
    width: 76px;
    height: 76px;
    background: url('badge.gif') top left no-repeat;
}

.publikovano {
    margin: -10px 0 22px 0;
}

