/* CSS Document */

body
{
   padding: 0px;
   margin: 0px;
   color: #4E4E4E;
   font: 10px/12px Verdana, Tahoma, Geneva, Helvetica, Arial, sans-serif;
   overflow: auto;
/* 
   overflow: hidden;
*/
   scrollbar-base-color: silver;
   scrollbar-track-color: silver;
   scrollbar-face-color: #316986;
   scrollbar-highlight-color: #316986;
   scrollbar-3dlight-color: #316986;
   scrollbar-darkshadow-color: silver;
   scrollbar-shadow-color: #316986;
   scrollbar-arrow-color: whitesmoke;
}

a:link, a:active, a:visited
{
   font-size: 11px;
   font-weight: bold;
   color: #5A5A5A;
   text-decoration: none;
}

a:hover
{
   font-size: 11px;
   font-weight: bold;
   color: #5A5A5A;
   text-decoration: underline;
}

div#main
{
   width: 955px;
   position: relative;
   margin-left: 0px;
   background: white;
   z-index: 1;
}

#sky
{
   position: absolute;
   width: 704px;
   left: 0px;
   top: 0px;
   z-index: 1;
   visibility: visible;
}

#news
{
   position: absolute;
   width: 251px;
   left: 704px;
   top: 0px;
   z-index: 2;
   visibility: visible;
}

#vintamenu
{
   position: absolute;
   width: 704px;
   height: 51px;
   left: 0px;
   top: 177px;
   z-index: 1;
   visibility: visible;
}

#text
{
   position: absolute;
   width: 955px;
   left: 0px;
   top: 228px;
   z-index: 1;
   visibility: visible;
}

/* 
div#menuarea
{
   width: 704px;
   height: 51px;
   position: absolute;
   margin: 0px;
   padding: 0px;
   top: 177px;
   background: url("../img/menu.jpg");
   z-index: 1;
}

a#onas_h
{
   width: 110px;
   height: 51px;
   display: block;
   position: absolute;
   left: 0px;
   top: 0px;
   background: url("../img/menu01_h.gif") 0 0 no-repeat;
   z-index: 6;
}

a#onas_h:hover
{
   background-position: 0 -51px;
}

a#sluzby_h
{
   width: 109px;
   height: 51px;
   display: block;
   position: absolute;
   left: 87px;
   top: 0px;
   background: url("../img/menu02_h.gif") 0 0 no-repeat;
   z-index: 5;
}

a#sluzby_h:hover
{
   background-position: 0px -51px;
}

a#call_h
{
   width: 123px;
   height: 51px;
   display: block;
   position: absolute;
   left: 167px;
   top: 0px;
   background: url("../img/menu03_h.gif") 0 0 no-repeat;
   z-index: 4;
}

a#call_h:hover
{
   background-position: 0px -51px;
}


#vintamenu01, #vintamenu02, #vintamenu03, #vintamenu04, #vintamenu05
{
   position: absolute;
   width: 490px;
   height: 51px;
   left: 0px;
   top: 177px;
   z-index: 2;
   visibility: hidden;
}
*/


.textinall
{
   font-size: 10px;
   font-weight: normal;
   color: #4E4E4E;
   text-decoration: none;
}

.textinall3
{
   font-size: 11px;
   font-weight: bold;
   color: #1F7AAA;
   text-decoration: none;
}

.textinall4
{
   font-size: 11px;
   font-weight: bold;
   color: #DB4800;
   text-decoration: none;
}

.textinall6
{
   font-size: 10px;
   font-weight: normal;
   color: #4E4E4E;
   text-decoration: none;
}

.textinall7
{
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
}


table.form
{
   font: 10px/16px;
}

table.form tr
{
   height: 18px;
   font-size: 10px;
}

table.form td
{
   /* padding-left: 35px;
   padding-right: 35px; */
}

table.form tr.title
{
   height: 28px;
   font: 12px/18px;
   padding-top: 3px;
}

.poznamka
{
   font: 9px/13px;
   color: rgb(137,137,137);
}

.red
{
   color: rgb(250,20,0);
}

.input1, .input2, .textarea
{
   border: 1px solid rgb(116,162,187);
   font: 11px Arial CE, Arial, Helvetica CE, Helvetica, sans-serif;
   color: rgb(33,33,37);
   background: rgb(215,232,239);
}

.input1
{
   width: 250px;
   height: 15px;
}

.input2
{
   width: 217px;
   height: 15px;
}

.check1
{
   border: 1px solid rgb(173,173,173);
}

.textarea
{
   width: 250px;
}

.sendbutton
{
   width: 250px;
   height: 20px;
   font: 10px Arial CE, Arial, Helvetica CE, Helvetica, sans-serif;
   font-weight: bold;
   color: rgb(255,255,255);
   background: rgb(49,105,134);
   border-left: 1px rgb(199,193,188) solid;
   border-top: 1px rgb(199,193,188) solid;
   border-right: 1px rgb(199,193,188) solid;
   border-bottom: 1px rgb(199,193,188) solid;
}

