/*
	Integra Layout
----------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
}
table {font-size: 100%;}
table, tr, td { border: 0px none; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #eee;
	color: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
/*h2 {
	color: #ff6600;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px; } */


 
.hd, .hd-a {
  color: #222;
	font-weight: bold;
  line-height: 0.5em;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
}
.hd {
font-size:1.5em;
}
.hd-a {
font-size:1em;
}

.nazov {background-color: #ffcc66;
  border: 0px solid gray;
 padding-top: 2px;
 padding-bottom: 2px; 
 padding-right: 10px;
 padding-left: 10px;
 display: inline;
 color: #110; 
 }

.hdrbannermd {font-size: 22px; color: #ffffff; font-weight: bold; font-family: verdana, arial; padding-left:12px}
.hdrbannernav {font-size: 12px; color: #000; font-weight: bold; font-family: verdana, arial; }
/* Sets the style for unvisited links. */
a, a:link {
	color: #0033cc;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #000cff;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #5699ff;
	text-decoration: none;
	
         
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #999999;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #99cccc;
}
#top-menu {
 	height:25px;
 
 	float:left;
 	margin: 0 0 0 0; padding-right: 0px; padding-left:0px;
	background:#ff9932; /*url('2col-right-liquid-width80_subory/pozadiemenu.gif') repeat-y top right*/
  display: inline;  
	}
#top-menu ul {padding: 5px 5px 5px 5px; margin: 0 0 0 0 ; float:left;  }
#top-menu li {display:inline; list-style:none; margin: 3px 3px; font:10px verdana,serif}
#top-menu ul li a:link, #top-menu ul li a:visited {padding:2px 5px 3px 5px; color:#333333; border:1px solid #ff9933; background:#ff9933;}
#top-menu ul li a:hover, #top-menu ul li a#active, #top-menu ul li a:active {color:#ffffff; border:1px solid #ff9933; background:#ff9933; text-decoration:none}


/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
/*#ikony {
 	height:30px;
  
 	margin: 0 0 0 400px; padding-right: 0px; padding-left:170px;
	background:#eee; url('2col-right-liquid-width80_subory/pozadiemenu.gif') repeat-y top right;  
	} */
/*#ikony ul {padding:20px 10px 20px 10px; margin: 0 0 0 0; float:left;  }
#ikony li {display:inline; list-style:none; margin: 10px 0 10px; font:bold 12px verdana,serif} */



#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	min-width: 760px;
	text-align: left; /* Redefines the text alignment defined by the body element. */ 
   width: 95%; 
}
/*#outerWrapper #header{
  height:32px;
	background-color:#000;
	border-bottom: solid 1px #dddddd; /* Sets the bottom border properties for an element using shorthand notation */
	/*font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 10px 0px; */ /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) 
}*/
/*header {
  height:32px;}*/
/*#headerimage {width:998px; height:147px;  background:url('2col-right-liquid-width80_subory/bluedanube.jpg') top left repeat-y black; float:left;  position:inherit; overflow:hidden;} */

#header {float:left;}
/*#header-logo {width:400px; float:left; height:54px; background-color:#eee; padding-left:10px; padding-right:10px;  margin-right:-3px;}
#top-menu {width:60.9%} */
#header {width:100%; height:120px; background-color:#eee; text-align:center; }
#header-strip {height:25px; width:450px; background-color:#ff9933; /*#dec;*/ }

#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #fff/*#dec*/;
	border-left: solid 1px #dddddd; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 24%;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 26% 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 30px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* zaciatok sablony obsahu horna cast */
#obsah_hore {
	background: #fff url(obrazok.gif) top repeat-x; display: block;
}
.novy {
	background: url(obrazokdole.gif) bottom no-repeat; padding: 20 px;
}
.obrazkova {
	padding-right: 20px; float: left; min-height: 135px; float: left; margin-right:5px; margin-bottom:5px;
}

.textova {
	color:#2d2d2d;
}
.posunuty {color:#2d2d2d; display:block; background-color:#fff; padding-left:7px; margin-left:187px; margin-right:15px; 
}
/*koniec sablony obsahu horn acast */
.drap { width: 95%; margin: 0; }

#obrazkystred {

	height:150px;
	background:url('images/bg_menu.gif') repeat-x top left;
	float: left;
	display:inline;
	}
#obrazkystred ul {padding:0px 0 0px 0; margin:0}
#obrazkystred li {display:inline; list-style:none; margin:0 10px 0 0; font:bold 13px verdana,serif}



/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: both;
	display: block;
}
#outerWrapper #footer {
	background-color: #eee;
	border-top: solid 1px #555; /* Sets the top border properties for an element using shorthand notation */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* default forms */
fieldset { 
	border:none;
	border-top:1px solid #dddddd;
	margin-top:10px;
}
fieldset legend {
	font-size:0.9em;
	color:#333333;
	font-weight:bold;
	padding:0 10px 0 0;
	background-color:#ffffff;
}
form { }
form input, form textarea {
	border:1px solid #999999;
	border-bottom-color:#cccccc;
	border-right-color:#cccccc;
	padding:5px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
form input.formbutton {
	background:#363F50 none repeat-x scroll bottom left;
	color:#ffffff;
	font-size:0.8em;
	border:1px solid #2B3240;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.nadpis {background:#ffcc66 none repeat-x scroll bottom left; 
	color:#000000;
	font-size: 1.1em;
	border:1px solid #ffcc66;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: inline; padding: 0.1em; clear: both; 
 
  }
.nadpis h2{margin: 0;}


#outerWrapper #contentWrapper  #rightColumn1 {
  width: 26%;
}


#outerWrapper #contentWrapper #content {
  zoom: 1;
}

/*---------- bubble tooltip  zaciatok -----------*/
a.tt{
    position:relative;
    z-index: 24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:#fff; }
a.tt:hover span.tooltip{
    display: block;
	 position:absolute;
    top:0; left:0;
	padding: 15px 0 0 0;
	width:300px; 
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
 
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
	background: url(bubble.gif) no-repeat top;

}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(bubble_filler.gif) repeat bottom; background-color: #eee;
border: 1px solid; border-color: #bbb; 
}
a.tt:hover span.bottom{
	display: block;
	padding: 3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom; 

}


/*---------- bubble tooltip  koniec -----------*/

#rozc{
margin: 0 0 0 0;
width: 96%;
}
	
#lrozc{
width: 45%;
float: left;
border: #ffdddd 1px solid;
background-color: #fff;

padding-bottom: 2px;

}



#left_menu{
margin: 0;	
padding: 0;

}

#left_menu ul {
  
  margin: 0;
  padding: 0;
  list-style-type: none;
    
  }
#left_menu ul li {
  margin: 0 2px  0 2px; 
  padding-left: 0px;
  padding-right: 0px;
  
  font-weight: bold;
  padding-top:55px;
  padding-bottom:55px;
  line-height:100%; /* height of icon */
  background-repeat: no-repeat;
  background-position: 0 50%;

 
  }
#left_menu ul li a {
  padding-left: 2px; /* width of icon + whitespace */
  margin-left: 153px;
   
  }
  
  #prozc{
border: #ffdddd 1px solid;
background-color: #fff;
width:46%;
float:right;


}
  #right_menu{
margin: 0;	
padding: 0;
}

  #right_menu ul {
  
  margin: 0;
  padding: 0;
  list-style-type: none;
  
  }
#right_menu ul li {
  margin: 0 2px  0 2px; 
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
  padding-top:55px;
  padding-bottom:55px;
  line-height:100%; /* height of icon */
    background-repeat: no-repeat;
  background-position: 0 50%;

  }
  
#right_menu ul li a {
  padding-right: 3px; /* width of icon + whitespace */
  margin-left: 153px;
   }
 
 
#lr1 { background-image: url(../obrazky1/rozcestnik/pl2_small.jpg); }
#lr2 { background-image: url(../obrazky1/rozcestnik/logic_small.jpg);}
#lr3 { background-image: url(../obrazky1/rozcestnik/mar2_small.jpg); }
#lr4 { background-image: url(../obrazky1/rozcestnik/mar3_small.jpg);}

#pr1 { background-image: url(../obrazky1/rozcestnik/skrzynka_small.jpg);}
#pr2 { background-image: url(../obrazky1/rozcestnik/kombi_small.jpg);}
#pr3 { background-image: url(../obrazky1/rozcestnik/altalb_small.jpg);}
#pr4 { background-image: url(../obrazky1/rozcestnik/sore_small.jpg);}

