/**
 * Content CSS styles for www.ipsystem.cz
 * Copyright (c) 2007 PeckaDesign, s.r.o. 
 */

body { font-size: 81.25%; padding: 20px; margin: 0; line-height: 1.4; background: white; color: #333333; font-family: Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, caption, input { font-family: Tahoma, Arial, Helvetica, sans-serif; }

input { font-size: 100%; }

/* Links */
a { color: #FF0000; }
a:visited{ color: #FF0000; }
a:hover { color: #FF5E5E; }

code {font-size: 92%; font-family: "Lucida Console", monospaced; }
p, ul, ol, dl { margin-bottom: 1em; margin-top: 0;}
dt { font-weight: bold; }
ol, ul { }
ol { margin-left: 0; padding-left: 20px; }
ol li { margin-left: 1em; margin-bottom: 0.75em; }
abbr, acronym { cursor: help; border-bottom: 1px dotted black; }

blockquote { }

a.ext { background: url("/img/ico-ext.png") no-repeat 100% 0; padding-right: 13px;}

/* Headings */
h1, h2, h3, h4, h5, h6, caption { margin: 1em 0 0.5em 0; font-weight: normal; font-family: "Franklin Gothic Medium", Arial, Helvetica, sans-serif; }

h1 { font-size: 192.3%; line-height: 1.0; margin-top: 5px; margin-bottom: 10px; padding-bottom: 6px; }

h2 { font-size: 138.5%; line-height: 1.2; margin-bottom: 5px; }
h2.border { background: url("/img/bg-h2-border.png") repeat-x 0 100%; padding-bottom: 12px; }


h3, caption { font-size: 142%; text-align: left; margin-bottom: 0.3em; line-height: 1.294; }

img, .content img { margin: 0 15px 15px 0; padding: 1px; border: 3px solid #D1E7F4; }
img.no-border { border: none; }

img.left {float: left; margin: 0 25px 25px 0; }
img.right {float: right; margin: 0 0 25px 25px; }
img.center { display: block; margin: 0 auto; }
img.plain { margin: 0; padding: 0; border: 0; display: inline; vertical-align: middle; background: none;}

table {background: white; border: 2px solid #e2e2e2; border-collapse: collapse; margin: 0 0 15px 0; font-size: 100%; width: 100%; }
table th, table td {border: 1px solid #e2e2e2;  padding: 5px 5px; }
table th { background: #ECECEC; font-weight: bold; }
table td { background: white; border-width: 0 1px; }
table tr.evenrow td { background: #f2f2f2; }

table.plain { border: 0; }
table.plain th, table.plain td { border: 0; padding: 0 5px 5px 0; }

.l { display: inline; float: left; }
.r { display: inline; float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.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: 92%;}
.hidden { display: none; }

p.no-margin { margin-bottom: 0; }

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

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

ul {margin: 0px 0 1em 0; padding: 0; list-style: none; }

ul li { background: url("/img/bullet-default.png") no-repeat 0% 0%; padding: 0 0 0 15px; margin: 0 0 0.5em 0.5em; }
ul li { background-position: 0 0.5em; }

a:hover img.no-border { border: none; }


