/*

styl pro tisk

*/

*
{
padding: 0em;
margin: 0em;
}

body
{
font-size: 10pt;
font-family: "georgia", "times new roman", serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h1 span
{
font-weight: normal;
}

h1,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;

}

h1
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
font-size: 1.2em;
padding-right: 28px;
background-image: url('images/db2.gif');

}

.contentarea
{
padding-top: 1.3em;
}

.info {background:#DBFFB7; border: 1px #858b00 solid; padding:.5em;} 

img
{
border: none;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}


#search, #headerpic, #menu, #secondarycontent, #footer, #headercontent
{ display:none;}


.center {text-align:center;}
.cleaner{clear:both;}
h5, h3 {margin: 1em 0 1em 0; }
table.iting {width: 100%; }
.iting td {padding: 4px;}

/* --  FORM -- */
.formline { vertical-align:middle; margin-top:5px; display:table;}
.registrace th {text-align:right;}
label { text-align:right; float:left; width:10em; clear:left; margin-right: 1em; }
form { display:inline;}
.error { background:#FFFFFF; border: 1px #ff0000 solid; padding:.5em; color:#FF0000;} 