@import "./dbview.css";
body {
  font-family: verdana, arial;
  font-size: 10pt;
}

input.login {
  border: 1px solid blue;
  background-color: #ffffff;
  color: red;
  font-size: 10px;
}

.select {
  border: 1px solid blue;
  background-color: #ffffff;
  color: black;
  font-size: 11px;
}

table {
  font-size: 10pt;
}

.form3 {
  border: 1px solid navy;
  background-color: #6b6b6b;
  color: white;
  font-size: 10px;
  height: 22px;
}

.error {
  color: red;
  font-size: 11pt;
  font-weight: bolder;
  background-color: #fafafa;
  margin: 4px 10px 4px 10px;
}

h1            	{
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top: 0;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px dashed #0089D9;
  color: #0089D9;
}

h2            	{
  font-size: 1.5em;
  font-weight: normal;
}



#obsah             { margin: 0 auto;  
                     /* width: 972px; */ 
                     text-align: left; }

#hlavicka          { height: 28px; position: relative; width: 100%; margin: 0; padding-top: 8px; color: blue; background-color: #f1f1fe; font-size: 12pt; font-weight: 700; text-align: center;}
#hlavicka .odkazy { position: absolute; top: 13px; right: 12px;}
#hlavicka .odkazy a { color: white; font-size: 11px; text-decoration: none;}
#hlavicka .odkazy a:hover { color: white; font-size: 11px; text-decoration: underline;}
#menu             { height: 69px; position: relative; width: 100%; background: url(img/menu.jpg) repeat-x; }

#leva               { float: left; width: 180px; background: #cce7f7; }
#leva_in            { margin: 10px 0 30px 0px; min-height: 500px;}
#leva_in h2          { background: #0089d9; padding: 5px; text-align: center; color: white; margin: 6px;}
#leva_in p          { padding: 10px; text-align: left; color: #666666; border-bottom: 1px dashed white;margin: 6px;}

#stredni             { float: left; 
                       /* width: 752px; */ 
                       font-size: 12px;}
#stredni_in           {  line-height: 1.5em; margin: 0 10px 0px 25px; }

#paticka              { height: 50px; width: 100%; background: url(img/pata.jpg) repeat-x;}
#paticka img          { float: right; border: 0; padding: 0; margin: 0; margin-top: 10px; margin-right: 10px; }
#paticka p            { margin-top: 13px; margin-left: 12px; padding: 0; margin-bottom: 0; float: left;  color: #666666; line-height: 17px;}

span.clearboth          { clear: both; height: 1px; line-height: 1px; font-size: 1px; display: block; }

#lm              { font-size: 12px; margin: 0px 2px 0px 6px; }
#lm ul           { padding: 0; margin: 0 0 0px 0; list-style: none; width: 180px;    }
#lm ul li        { margin-bottom: 1px;}
#lm li           { /* all list items */ float: left;   display: block;   width: 180px; padding: 0; margin: 0;  }
#lm li a        { font-size: 12px; color: white; font-weight: bold; display: block;  width: 153px; background: #A4D4EF; padding: 8px 0 8px 15px; text-decoration: none;    }
#lm li a:hover  { background: #0089D9;   }

a.sipky { text-decoration: none;}


