/* UVB Technik content styles, (c) 2006 PeckaDesign, www.peckadesign.cz */

/* Basic */
body {font: 81% Tahoma, Arial, sans-serif; background: white; }
body {font-family: Arial, sans-serif; }

h1, h2, h3, h4, h5, h6, caption {margin-top: 0; margin-bottom: 0.5em; color: #1C417D; }
h1 {font-size: 200%; font-weight: bold;  }
h2 {margin-top: 1em; margin-bottom: 0.2em; font-size: 19px; font-family: "Franklin Gothic Medium", Arial, sans-serif; font-weight: normal;}
h3, caption {font-size: 100%; font-weight: bold;}
h4, h5, h6 {font-size: 100%;}
p, li {margin-top: 0; line-height: 1.45em;}
ul, ol { margin-left: 0; padding-left: 25px;}

ul {margin: 0px 0 1em 3px; padding: 0; list-style: none; }
ul li {margin: 0 0 0.3em 0; padding: 0 0 0 20px; background: url("/img/bullet-default.png") no-repeat 0em 0.35em; }

a {color: #F98000;}
a:visited {color: #E05B00;}
a:hover {color: #1C417D;}
a.ext {background: url("/img/ico-ext.png") no-repeat right top; padding-right: 9px;}

/* Misc */
.no-border {border: none !important;}
.no-marg {margin: 0 !important;}

.l { display: inline; float: left; }
.r { display: inline; float: right; }
.out { position: absolute; left: -2000px; top: -2000px; }
.bold { font-weight: bold; }
.br { clear: both; }
.break { height: 1px; font-size: 1px; clear: both; overflow: hidden; visibility: hidden; }
.small { font-size: 85%;}
.hidden { display: none; }

.center { text-align: center; }
.left { text-align: left !important; }
.right { text-align: right; }

.col-h-l {float: left; width: 50%; }
.col-h-r {float: right; width: 50%; }

/* Tables */
table { background-color: #DDE1E4; color: #000; width: 100%; border: 0; border-collapse: collapse; margin: 0 0 1em 0; font-size: 100%; clear: both; }
caption { text-align: left; padding-bottom: 3px; margin-bottom: 0;}
table tr.evenrow { background-color: #E9EDF0;}
th, td {vertical-align: top; padding: 5px 12px; border: 1px solid #C0C4C7; border-width: 1px 0 0 1px; font-size: 85%; line-height: 1.4em; }
th { background: #9DA9B2 url("/img/bg-table.png") repeat-x 0 100%; color: white; text-align: left; padding: 8px 12px 10px 12px; }
th {  }

th:first-child, td:first-child { border-left: 0; }
tr:first-child th, tr:first-child td  { border-top: 0; }

tr:last-child td, tr.last td { background-image: url("/img/bg-table.png"); background-repeat: repeat-x; background-position: 0 100%; border-bottom: 0; padding-bottom: 10px !important;}


table.plain { background: none; border: none; margin: 0; }
table.plain tr td, table.plain tr { background: none; border: none; padding: 0; font-size: 100%;}
table.plain tr td { padding-right: 5px; }

table.plain h2 { margin-top: 10px; }

/* Half columns */
.col-h-l, .col-h-r {width: 49%; }
.col-h-l {float: left;}
.col-h-r {float: right;}

/* Box */
.box, .box-l, .box-r {background: #F9F9F9; padding: 20px; margin-bottom: 1em; border: 1px solid #E4E4E4; }
.box-l, .box-r {margin: 20px; margin-top: 0; float: left;}
.box-l {margin-left: 0;}
.box-r {margin-right: 0; float: right;}

/* Images */
img, a img, img.no-border {border: 0;}
img.left, img.right {margin: 0 15px 15px 15px;}
img.left {margin-left: 0; float: left; clear: left;}
img.right {margin-right: 0; float: right; clear: right;}
img.plain {margin: 0; padding: 0; border: 0; display: inline;}

p.imgbox-center, p.imgbox-left, p.imgbox-right { font-weight: bold; font-size: 92%; }
p.imgbox-center img, p.imgbox-left img, p.imgbox-right img { vertical-align: middle; float: none !important; margin: 0 !important; }
p.imgbox-left { margin: 0 20px 20px 0; float: left; clear: both;}
p.imgbox-right { margin: 0 0 20px 20px; float: right; clear: both; }
p.imgbox-center { margin: 0 auto 20px auto; float: none; clear: both; text-align: center; }

.error-message { color: red; font-weight: bold;}

