html {height:100%; margin-bottom:0.1em;}



A:link    {text-decoration:none; color:#1b4180}
A:visited {text-decoration:none; color:#1b4180}
A:hover   {text-decoration:underline;}


.divik{
position: absolute;
left: 506px;
top: 10px;
background-color: #f5f5f5;
width: 500px;
padding: 6px;
color: black;
border: #000000 1px solid;
border-collapse: collapse;
display: none;
font-size: 14px;
text-align: center;
font-weight: bold;
}

.divik img {
vertical-align: middle;
}

.bvstoupit {
border: 0px;
}

.bvstoupit img {
vertical-align: middle;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
color: #fff;
width: 100%;
padding-left: 16px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
color: #fff;
text-align: left; 
}

.underlinemenu ul li{
color: #fff;
display: inline;
}

.underlinemenu ul li a{
color: #fff;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 66px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid #32b4f2; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
color: #fff;
border-bottom-color: #f6c800;
}

.underlinemenu a:link {
color: #fff;
text-decoration:none;
}

.underlinemenu a:hover {
color: #fff;
text-decoration:none;
}

.underlinemenu a:visited {
color: #fff;
text-decoration:none;
}



.roundcont {
	width: 186px;
	background-color: #D3D3D3;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(br.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}




td {
font-size: 12px; 
font-family: Arial, Helvetica, sans-serif;
}

.td_header {
font-size: 11px; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding-top: 6px;
}



input {
font: 11px Arial, Helvetica, sans-serif;
BACKGROUND: #ffffff;
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
}

select {
font: 11px Arial, Helvetica, sans-serif;
BACKGROUND: #ffffff;
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
}


textarea {
font: 11px Arial, Helvetica, sans-serif;
BACKGROUND: #ffffff;
BORDER-BOTTOM: black 1px solid;
BORDER-LEFT: black 1px solid;
BORDER-RIGHT: black 1px solid;
BORDER-TOP: black 1px solid;
}


h1 {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}

h2 {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}

h3 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}


.fieldform {
PADDING-BOTTOM: 2px;
PADDING-TOP:2px;
border:1px solid #A9A9A9;
-moz-border-radius: 8px;
border-radius: px;
background: #fff;
margin: 0 0 1em 0;
position: relative;
}


.legendform {
background: #D3D3D3;
border: #000000 solid 1px;padding: 1px 10px;
letter-spacing: 1px;
font: 11px Arial,Tahoma, Helvetica, sans-serif;
color: #000;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
text-align: left;
width: 186px;
border-right: 0px solid #000;
padding: 1px 0 1px 0;
margin-bottom: 1em;
margin-top: 1em;
font-family: Arial, sans-serif;
font-size: 100%;
font-weight: bold;
background-color: #fff;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 146px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}



#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 0px solid #fff;
margin: 0;
}

#blueblock li a{
display: block;
padding: 6px 0px 6px 0px;
border-left: 0px solid silver;
border-right: 0px solid #A9A9A9;
border-top: 0px solid silver;
border-bottom: 0px solid #A9A9A9;
color: #1b4180;
text-decoration: none;
width: 100%;
background-color: #fff;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 0px solid #A9A9A9;
border-right: 0px solid #A9A9A9;
border-top: 0px solid #A9A9A9;
border-bottom: 0px solid #A9A9A9;
border-style: none;
background-color: #fff;
color: #1b4180;
}


.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Arial, Helvetica, Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: black;
background: #ccc; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: silver; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#info {background:#f8f8f8; border:0;}



.tlacitko {
background-color: silver;
color:#000;
font-weight:bold;
height:30px;
line-height:29px;
margin-bottom:14px;
text-decoration:none;
border-style: inset;
border-bottom: 2px solid black;
border-top: 2px solid black;
border-right: 2px solid black;
border-left: 2px solid black;
}


button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
color: black;
}

button.rounded {
background: transparent url( btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 1em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( btn_left.png ) no-repeat scroll left top;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-height: 12px;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}

.button_hledej {
background-color: #D3D3D3;
color:#fff;
font-weight:bold;
height:16px;
height:15px;
text-decoration:none;
border-style: inset;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
border-right: 1px solid #000;
border-left: 1px solid #000;
text-align: center;
width: 66px;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock_aktuality{
width: 166px;
border-right: 0px solid #000;
padding: 1px 0 1px 0;
margin-bottom: 1em;
margin-top: 1em;
font-family: Arial, sans-serif;
font-size: 100%;
background-color: #fff;
color: #1b4180;
}

* html #blueblock_aktuality{ /*IE 6 only */
w\idth: 185px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}



#blueblock_aktuality ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock_aktuality li {
border-bottom: 1px solid #fff;
margin: 0;
}

#blueblock_aktuality li a{
display: block;
padding: 6px 6px 6px 0px;
border-left: 0px solid silver;
border-right: 0px solid silver;
border-top: 0px solid silver;
border-bottom: 1px solid silver;background-color: #fff;
color: #1b4180;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock_aktuality li a:hover{
border-left: 0px solid silver;
border-right: 0px solid silver;
border-top: 0px solid silver;
border-bottom: 1px solid silver;
background-color: #fff;
color: #1b4180;
}

.bt {
font-family: Arial, Helvetica, Verdana, san-serif;
font-weight: bold;
color: #fff;
font-size: 11px;
}


.bts {
font-family: Arial, Helvetica, Verdana, san-serif;
font-weight: bold;
color: #f5f5f5;
font-size: 10px;
}




.mattblacktabs_hmenu{
padding-top: 26px;
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs_hmenu ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Arial, Helvetica, Verdana;
list-style-type: none;
}

.mattblacktabs_hmenu li{
display: inline;
margin: 0;

}

.mattblacktabs_hmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 56px 10px 10px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: black;
background: #bcbcbc; /*background of tabs (default state)*/
width: 126px;
border-left: 1px solid #bcbcbc;
border-style: outset;

}

.mattblacktabs_hmenu li a:visited{
color: black;
}

.mattblacktabs_hmenu li a:hover, .mattblacktabs li.selected a{
background: #A9A9A9; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


.mattblacktabs_hmenu a:link {
color: #000;
text-decoration:none;
}

.mattblacktabs_hmenu a:hover {
color: #000;
text-decoration:none;
}

.mattblacktabs_hmenu a:visited {
color: #000;
text-decoration:none;
}



.cara {
background-image:url(/img/tecka.jpg);
background-position: left top;
background-repeat:repeat-x;
height:1px;
}



.mattblacktabs_hmenulista{
width: 100%;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs_hmenulista ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 11px Arial;
list-style-type: none;
}

.mattblacktabs_hmenulista li{
display: inline;
margin: 0;
}

.mattblacktabs_hmenulista li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 21px 4px 21px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: black;
background: #D3D3D3; /*background of tabs (default state)*/
width: 106px;
}

.mattblacktabs_hmenulista li a:visited{
color: black;
}

.mattblacktabs_hmenulista li a:hover, .mattblacktabs li.selected a{
background:  #A9A9A9; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.telo {
padding-top: 6px;
padding-right: 12px;
}

.mn_1 {
background-color: #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
}


.mn_1_over {
background-color: #f5f5f5;
border-left: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
border-bottom: 1px solid #bcbcbc;
border-top: 1px solid #bcbcbc;
}




#menu_main1
{
  display: block;
  width: 245px;
  height: 40px;
  background: url("www-produkty1.jpg") no-repeat 0 0;

}



 #menu_main1:hover
  { 
    background: url("www-produkty2.jpg") no-repeat 0 0;
  }



#menu_main1 span
{
  display: none;
}


#menu_main2
{
  display: block;
  width: 245px;
  height: 40px;
  background: url("www-obory1.jpg") no-repeat 0 0;

}



 #menu_main2:hover
  { 
    background: url("www-obory2.jpg") no-repeat 0 0;
  }



#menu_main2 span
{
  display: none;
}


#menu_main3
{
  display: block;
  width: 245px;
  height: 40px;
  background: url("www-moduly1.jpg") no-repeat 0 0;

}



 #menu_main3:hover
  { 
    background: url("www-moduly2.jpg") no-repeat 0 0;
  }



#menu_main3 span
{
  display: none;
}


#menu_main4
{
  display: block;
  width: 245px;
  height: 40px;
  background: url("www-sluzby1.jpg") no-repeat 0 0;

}



 #menu_main4:hover
  { 
    background: url("www-sluzby2.jpg") no-repeat 0 0;
  }



#menu_main4 span
{
  display: none;
}


#menu_main5
{
  display: block;
  width: 140px;
  height: 37px;
  background: url("www--o-firme1.jpg") no-repeat 0 0;

}



 #menu_main5:hover
  { 
    background: url("www--o-firme2.jpg") no-repeat 0 0;
  }



#menu_main5 span
{
  display: none;
}

#menu_main6
{
  display: block;
  width: 140px;
  height: 37px;
  background: url("www-stan-se-partnerem1.jpg") no-repeat 0 0;

}



 #menu_main6:hover
  { 
    background: url("www-stan-se-partnerem2.jpg") no-repeat 0 0;
  }



#menu_main6 span
{
  display: none;
}


#menu_main7
{
  display: block;
  width: 140px;
  height: 37px;
  background: url("www-pro-registrovane1.jpg") no-repeat 0 0;

}



 #menu_main7:hover
  { 
    background: url("www-pro-registrovane2.jpg") no-repeat 0 0;
  }



#menu_main7 span
{
  display: none;
}

#menu_main8
{
  display: block;
  width: 140px;
  height: 37px;
  background: url("www-ke-stazeni1.jpg") no-repeat 0 0;

}



 #menu_main8:hover
  { 
    background: url("www-ke-stazeni2.jpg") no-repeat 0 0;
  }



#menu_main8 span
{
  display: none;
}

#menu_main9
{
  display: block;
  width: 140px;
  height: 37px;
  background: url("www-zamestnani1.jpg") no-repeat 0 0;

}



 #menu_main9:hover
  { 
    background: url("www-zamestnani2.jpg") no-repeat 0 0;
  }



#menu_main9 span
{
  display: none;
}

#menu_main10
{
  display: block;
  width: 140px;
  height: 37px;
  background: url("www-kontakty1.jpg") no-repeat 0 0;

}



 #menu_main10:hover
  { 
    background: url("www-kontakty2.jpg") no-repeat 0 0;
  }



#menu_main10 span
{
  display: none;
}

.vlajky {
background-image: url("www-vlajky1.jpg");

}

.sss {
list-style-image: url(/nw/html/img/sipka.gif);
}

/*URL: http://www.dynamicdrive.com/style/ */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 11px Tahoma;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: black;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #00B6EE; /*Default menu color*/
border-bottom: 1px solid black;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #FDCA00; /*Brown color theme*/ 
border-color: #FDCA00; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #FDCA00; /*Brown color theme*/ 
}


.patka2 {
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
font: 11px Arial, Helvetica, sans-serif;
text-align: left;
}

.patka {
background-image:url(/html/img/tecka.jpg);
background-position: left top;
background-repeat:repeat-x;
height:1px;
padding-top: 10px;
font: 11px Arial, Helvetica, sans-serif;
text-align: left;
}

#dhtmltooltip{
position: absolute;
width: 226px;	
text-align: left;
border: 2px solid black;
padding: 6px;
background-color: white;
visibility: hidden;
font-family: Arial, Verdana, sans-serif;
font-size: 12px;	
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.tb {
width: 730px;
w/idth: 730px;
text-align: left;
}

.bodytext {
padding-right: 10px;
text-align: left;
}


.vedeni {
BORDER-BOTTOM: #DCDCDC 4px solid;
BORDER-LEFT: #DCDCDC 4px solid;
BORDER-RIGHT: #DCDCDC 4px solid;
BORDER-TOP: #DCDCDC 4px solid;
padding: 2px;
}

.wborder {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid silver;
padding: 2px;
}

.search {
padding-top: 10px;
}



#video_crm
{
  display: block;
  width: 320px;
  height: 240px;
  background: url("/img/novinky/Okno-video-leden-2010-crm-1.jpg") no-repeat 0 0;

}



 #video_crm:hover
  { 
    background: url("/img/novinky/Okno-video-leden-2010-crm-2.jpg") no-repeat 0 0;
  }



#video_crm span
{
  display: none;
}


#video_aa
{
  display: block;
  width: 320px;
  height: 240px;
  background: url("/img/novinky/Okno-video-leden-2010-Akademie-1.jpg") no-repeat 0 0;

}



 #video_aa:hover
  { 
    background: url("/img/novinky/Okno-video-leden-2010-Akademie-2.jpg") no-repeat 0 0;
  }



#video_aa span
{
  display: none;
}


#video_g12
{
  display: block;
  width: 320px;
  height: 240px;
  background: url("/img/novinky/Okno-video-leden-2010-G1-G2-1.jpg") no-repeat 0 0;

}



 #video_g12:hover
  { 
    background: url("/img/novinky/Okno-video-leden-2010-G1-G2-2.jpg") no-repeat 0 0;
  }



#video_g12 span
{
  display: none;
}



#v_crm
{
  display: block;
  float: left;
  width: 140px;
  height: 105px;
  background: url("/img/nove/Web-crm-1.jpg") no-repeat 0 0;

}


 #v_crm:hover
  { 
    background: url("/img/nove/Web-crm-2.jpg") no-repeat 0 0;
  }


#v_crm span
{
  display: none;
}



#v_aa
{
  display: block;
  float: left;
  width: 140px;
  height: 105px;
  background: url("/img/nove/Web-abra-akademie-1.jpg") no-repeat 0 0;

}


#v_aa:hover
  { 
    background: url("/img/nove/Web-abra-akademie-2.jpg") no-repeat 0 0;
  }


#v_aa span
{
  display: none;
}


#v_g12
{
  display: block;
  float: left;
  width: 140px;
  height: 105px;
  background: url("/img/nove/Web-g1-g2-1.jpg") no-repeat 0 0;

}


#v_g12:hover
  { 
    background: url("/img/nove/Web-g1-g2-2.jpg") no-repeat 0 0;
  }


#v_g12 span
{
  display: none;
}


#v_ds
{
  display: block;
  float: left;
  width: 140px;
  height: 105px;
  background: url("/img/nove/Web-ds1.jpg") no-repeat 0 0;

}


#v_ds:hover
  { 
    background: url("/img/nove/Web-ds2.jpg") no-repeat 0 0;
  }


#v_ds span
{
  display: none;
}








#v_prazdny
{
  display: block;
  float: left;
  width: 140px;
  height: 105px;
  background: url("/img/nove/Web-nic.jpg") no-repeat 0 0;

}


#v_prazdny:hover
  { 
    background: url("/img/nove/Web-nic.jpg") no-repeat 0 0;
  }


#v_prazdny span
{
  display: none;
}




#v_diplomka
{
  display: block;
  float: left;
  width: 140px;
  height: 105px;
  background: url("/img/nove/dpr-1.jpg") no-repeat 0 0;

}



#v_diplomka:hover
  { 
    background: url("/img/nove/dpr-2.jpg") no-repeat 0 0;
}



#v_diplomka span
{
  display: none;
}



.movief {
padding-top: 12px;
padding-bottom: 16px;
padding-right: 4px;
padding-left: 12px;
float: left;
}

.movie {
padding-top: 12px;
padding-bottom: 16px;
padding-right: 4px;
float: left;
}

.tinput {
border: 0px;
font: 9px Arial, Helvetica, sans-serif;
BACKGROUND: #ffffff;
}

.filmpas {
padding-bottom: 6px;
}

.filmpas2 {
padding-top: 6px;
}


.oinputbox {
background: url("/img/nove/input.jpg") no-repeat 0 0;
width: 132px;
height: 24px;
float: left;
text-align: left;
padding-left:  2px;
padding-top: 1px;
}

.oinputbox2 {
background: url("/img/nove/input2.jpg") no-repeat 0 0;
width: 86px;
height: 26px;
float: left;
text-align: left;
padding-left:  2px;
padding-top: 1px;
}

.oinputbox3 {
background: url("/img/nove/input2.jpg") no-repeat 0 0;
width: 86px;
height: 26px;
float: left;
text-align: left;
padding-left:  2px;
padding-top: 1px;
}

.bhledej {
float: left;
border: 0px;
padding-left: 0px;
padding-right: 12px;
padding-left: 6px;
border: 0px;
}

.bhledej img {
vertical-align: middle;
}


.login {
float: left;
display: inline;
}

.login2 {
float: left;
padding-left: 2px;
padding-right: 2px;
}

.mpp {
font-size: 11px;
}

.textf {
text-align: left;
padding-left: 12px;
}


.tinputcheckbox {
border: 0px;
font: 9px Arial, Helvetica, sans-serif;
background: #f5f5f5;
padding: 1px;
}


.icorner {
background-color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 2px;
}

.tcorner {
background-color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
padding: 2px;
}

.stop_zadluzovani {
font-family: Arial, Helvetica, sans-serif;
}

.ref {
padding:2px;
border-spacing: 10px;
}

.spu {
text-align: right;
}

.pstudie {
text-align: center;
}

.zp_n {
color: red;
}


#fixedChatOnline
{
position: fixed;
bottom: 0;
right: 0;
width: 230px;
z-index: 100;
opacity:0.9
}


p.donedidit img {
position:relative;
top: -2px;
vertical-align: middle;
}

.wtextarea {
white-space: nowrap;
}

.iperex {
font-family: Arial, Helvetica, Verdana, san-serif;
font-weight: bold;
font-size: 9px;














