 
html, body {
   font-family: Georgia, Constantia, Cambria, serif;
   padding: 0;
   margin: 0;
   font-size: 14px;
   color: white;
   background: #343434;
}
h1, h2, h3, h4, h5, h6 {
   background: transparent;
   color: #ff7600;
   margin-top: 8px;
   margin-bottom: 5px;
   padding: 2px 6px;
   text-decoration: none !important;
   font-family: Tahoma, Arial, Helvetica, Verdana, DejaVu, sans-serif;
}
h1 {
   font-size: 150%;
   background: transparent;
   color: #ff7600;
   border-bottom: 2px solid white;
   letter-spacing: 1px;
}
h2 {
   font-size: 115%;
   border-bottom: 2px solid white;
   margin-left: 5px; margin-right: 10px;
}
h3 {
   font-size: 110%;
   border-bottom: 1px dashed white;
   margin-left: 10px; margin-right: 20px;
}
h3 a {
   color: #ff7600;
   text-decoration: none !important;
}
h4 {font-size: 105%; margin-left: 15px; margin-right: 30px;}
h5 {font-size: 100%; margin-left: 25px; margin-right: 45px;}
h6 {font-size: 89%; margin-left: 40px; margin-right: 55px;}
p {
   margin: 0;
   padding: 8px 0;
   text-align: justify;
   line-height: 140%;
}
p.left {text-align: left !important;}
p.center {text-align: center !important;}
p.right {text-align: right !important;}
p.justify {text-align: justify !important;}
p.indent {text-indent: 1.5em;}
a,
a:visited {
   color: #b37700;
   text-decoration: underline;
}
a:visited {
   color: #b35300;
}
a:hover,
a:active {
   color: black;
   text-decoration: none;
}
abbr {
   cursor: help;
   border-bottom: 1px dotted white;
}
input {
   line-height: 100%;
   margin: 1px;
   font-family: Georgia, Constantia, Cambria, serif;
   color: #2e2e2e;
}
hr {
   border: 1px solid white;
}
#obsah ul {
   list-style-type: disc;
   list-style-position: inside;
   margin: 4px 30px 6px;
}
ul, ol {
   padding: 0;
   margin: 4px 6px 6px;
   list-style-position: inside;
   list-style-type: none;
}
img {
   border: 0px solid white;
   vertical-align: middle;
}
.imageLeft {
   float: left;
   margin-right: 10px;
}
.imageRight {
   float: right;
   margin-left: 10px;
}
.imageInline {
   float: none;
}
.bezRamecku {
   border-width: 0;
}
.sRameckem {
   border-width: 1px;
}
.visualClear {
   display: block;
   clear: both;
   line-height: 0;
   background: transparent;
}

.center {
   text-align: center;
}
.left {
   text-align: left;
}
.right {
   text-align: right;
}

pre {
   font-family: 'courier new', courier, monospace;
   font-size: 80%;
   padding: 15px;
   margin: 10px;
   border: 1px solid #3d3d3d;
   background: #343434;
   color: white;
   overflow: auto;
}


input.format,
textarea.format {
   background: transparent;
   border: 1px solid #b35300;
   color: white;
   font-size: 14px;
   padding: 2px 4px;
}
input.format:focus,
textarea.format:focus {
   background-color: black;
   border-color: white;
}
fieldset {
   border: 1px solid #3d3d3d;
   margin: 6px 8px;
}
fieldset legend {
   border-left: 1px solid #3d3d3d;
   border-right: 1px solid #3d3d3d;
   padding: 1px 5px;
}

input.radio,
input.checkbox {
   margin: 0 4px;
   vertical-align: text-bottom;
   width: 11px;
   height: 11px;
   overflow: hidden;
}
input.submit,
.submitLike {
   background: #b35300;
   color: black;
   font-size: 89%;
   text-align: center;
   cursor: default;
   font-weight: bold;
   border: 0;
   padding: 5px 14px;
   margin: 2px 5px;
}
input.submit:hover,
.submitLike:hover {
   background: #3d3d3d;
   color: white;
}
textarea {
   font-family: 'Courier New', Courier, monotype;
   line-height: 1.1;
}
label {
   color: #ff7600;
}

.discreet {
   font-size: 79%;
   color: #3d3d3d;
}
.infomaceOPrispevku {
   text-align: right;
   margin: 0 30px;
}

















