/*  eProdejny - CONTENT.CSS */

body { background: white; color: black; font: 75% "Geneva CE", Arial, Helvetica, sans-serif; }
a { color: #00A3D9; }
a:hover { color: #EB841D; }
img { border: none;  }
h1, h2, h3, h4, h5, h6 { margin-top: 0; color: black; font-weight: normal; }
h1 { margin-bottom: 10px; font-size: 200%; }
h2 { font-size: 160%; margin-bottom: 0.6em; }
h3 { font-size: 160%; margin-bottom: 0.4em; }
h4 { font-size: 100%; }
p, ul, dl, table { margin-top: 0; margin-bottom: 1.3em; }
p { line-height: 1.4em; }
table { font-size: 100%; }
acronym, abbr { cursor: help; border-bottom: 1px dotted black; }
form, filedset { margin: 0; padding: 0; }
input, select, textarea { vertical-align: middle; margin: 0; font: 100% Arial, sans-serif; }

.brd { border-bottom: 1px solid #EB841D; }
h1.brd { border-width: 5px; }
h2.brd { border-width: 3px; }
h3.brd { padding-bottom: 0.4em; margin-bottom: 1em; border-width: 2px; border-color: #F1F1F1; }

.small { font-size: 92%; }
.big { font-size: 105%; }
.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

img.left, img.right { float: left; margin: 0 1em 1em 1em; }
img.right { float: right; margin-right: 0; }
img.left { margin-left: 0; }