/* CORE CSS 20040217 */

/* BODY */
html, body, #allcontent {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
/*    width: 100%;*/
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
}

html>body #allcontent {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}
    
body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, 'Trebuchet MS', sans-serif;
	font-size: 0.7em;
/*	background-color: rgb(128,168,203); */
/*	background-color: rgb(192,211,226);*/ 
/* 	color: rgb(135,135,135);*/ 
}

.whiteBar {
  background-color: white;
  height: 1em;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.backgroundPage {
  background-image: url('../images/background-page.gif');
  background-repeat: repeat-y;
  background-position: top left;
}

.backgroundPage-homepage {
  background-image: url('../images/background-page-homepage.gif');
  background-repeat: repeat-y;
  background-position: top left;
}

/* HEADERS */
h1 {
  font-size: 140%;
  margin: 5px 0px 5px 0px;
}

h2 {
  font-size: 120%;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  margin: 5px 0px 5px 0px;
}

h4 {
  font-size: 100%;
  margin: 5px 0px 5px 0px;
}
/* PARAGRAPHS */

p
{
    margin: 0.5em 0 16px 0;
    line-height: 1.2em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}

/* LINKS */

a
{
  color: rgb(139,191,229);
}

a:hover
{
  color: rgb(36,91,157);
  text-decoration: underline;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

sup
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}


sub
{
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list
{
    width: 100%;
    margin: 0em 0 0em 0;
}

table.list th, table.list td
{
    padding: 0.2em 0.5em 0.2em 0.5em;
    text-align: left;
    vertical-align: top;
}

table.list th
{
    font-weight: bold;
    background-color: rgb(229,238,242);
    color: rgb(128,168,203);
    border: solid 1px rgb(205,224,230);
}

table.list td
{
    font-weight: normal;
}




table.vyhledani-produkt
{
    width: 100%;
    margin: 0em 0 0.3em 0;
    border-collapse: collapse;
    border: solid 1px rgb(205,224,230);
}

table.vyhledani-produkt th
{
    padding: 0.3em 0.5em 0.3em 0.5em;
    text-align: left; 
    vertical-align: top;
}

table.vyhledani-produkt th
{
    font-weight: bold;
    background-color: rgb(229,238,242);
    color: rgb(128,168,203);
}

table.vyhledani-produkt td
{
    text-align: left; 
    vertical-align: top;
    font-weight: normal;
    padding: 0.4em 0.5em 0.4em 0.5em;
    border-top: solid 1px rgb(205,224,230);
}

table.vyhledani-produkt .bez_linky td 
{
    font-weight: normal;
    border-top: solid 0px;
}


tr.bglight
{
    background-color: white;
}

tr.bgdark
{
    background-color: rgb(240,240,240);
}

tr.tm-modra
{
    background-color: rgb(128,168,203);
}

table.produkt_full th, table.produkt_full td
{
    padding: 0em 0em 0.5em 0em;
    text-align: left;
    vertical-align: top;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form
{
    padding: 0em;
    margin: 0em;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
    background-color: white;
}

fieldset
{
    position: relative;
    border-width: 1px;
    border-style: solid;
/*    border-color: rgb(205,224,230);*/ 
    border-color: rgb(128,168,203);
    padding: 0.5em 0.5em 0.5em 1em;     
    background-color: rgb(229,238,242);
    margin-top:1em;
    padding-top:.75em;
}

legend
{
 position: absolute;
 color: rgb(128,168,203);
/* color: rgb(136,136,136);*/
 font-weight: bold;
 font-size: 110%;
 background-color: white;
 border: 1px solid rgb(128,168,203);
 top: -.5em;
 left: .5em;
 padding: 0 0.2em 0 0.2em;    
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
    border-width: 1px;
    border-style: solid;
    border-color: rgb(180,190,192);
    background-color: #ffffff;
    font-size: 100%;
    margin-bottom: 5px;
}

input.box, textarea.box
{
    width: 98%;
}

input.halfbox, textarea.halfbox
{
    width: 47%;
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button
{
    font-weight: normal;
    margin: 1em 1em 0 0;
}

input.button-default
{
    font-weight: bold;
}

/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.2em 0 0.2em 0;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    width: 48%;
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    width: 48%;
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

/* MESSAGES TO THE USER */

div.message-feedback, div.message-warning, div.message-error
{
    padding: 0.1em 0.5em 0.5em 0.5em;
    color: rgb(204,0,0);
}

div.message-feedback
{
    background-color: #f0fff0;
}

div.message-warning
{
    background-color: #ffffe0;
}

div.message-error
{
    background-color: #fff0f0;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;
    background-color: rgb(229,238,242);
    margin-top: 5px;
    padding: 0.2em 0.5em 0.2em 0.5em;
    border: solid 1px rgb(205,224,230);
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* MISC STYLES */

.small
{
    font-size: 85%;
}

.hide
{
    display: none;
}


div.imageleft, div.imageright, div.faxtboxleft, div.faxtboxright, div.leftobject, div.rightobject
{
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: inline;
}

div.imagecenter, div.factboxcenter, div.centerobject
{
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    display: block;
}

div.imagecenter
{
    text-align: center;
}

div.factboxcenter
{
    text-align: left;
}

div.imageleft, div.factboxleft, div.leftobject
{
    float: left;
    padding-right: 0.5em;
}

div.imageright, div.factboxright, div.rightobject
{
    float: right;
    padding-right: 0.5em;
}

div.faxtboxleft, div.faxtboxright
{
    background-color: #f0f0f0;
}

div.imageleft p.picturetext, div.imageright p.picturetext, div.imagecenter p.picturetext, p.factbox
{
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.imageleft p.picturetext, div.imageright p.picturetext, span.picturetext, p.factbox
{
    background-color: #f0f0f0;
}

/* Misc */

span.spamfilter
{
     display: none;
}
.content-view-embed p {margin:0.5em 0 8px;}
