	*{
		padding: 0px;
		margin: 0px;	
	}
	
	body {
		text-align:center;
		background: #d0d0d0;
		/*background: black;*/
		font-family: Verdana, Georgia, Geneva, Tahoma , Helvetica, sans-serif;	
		font-weight: bold;	
		}
	
	#frame {
		width:800px;
		background: white;
		margin-right:auto;
		margin-left:auto;
		/*margin-top:10px;*/
		padding:0px;
		text-align:left;
		}
		
	#contentheader {
		width:800px;
		height: 93px;
		background: black url("images/banner_modry.jpg");		
		background-repeat: no-repeat;
  		background-position: center;
		}		
		
	#contentleft {
		width:205px;
		padding:0px;
		float:left;
		background:#fff;
		}	
	
	/* pozadia pre menu ramcek */
		
	div#skMenuTop{
		width: 202px;
		height: 50px;
		border: solid 0px white;
		padding: 0px;
		margin: 0px;
		background: black url("images/skMenuTop_modry.jpg");		
		background-repeat: no-repeat;
  		background-position: center;  		
		}

		
   div#enMenuTop{
	    width: 202px;
		height: 50px;
		border: solid 0px white;
		padding: 0px;
		margin: 0px;
		background: black url("images/enMenuTop_modry.jpg");		
		background-repeat: no-repeat;
  		background-position: center;
		}		
		
	div.menuContent{
		background: #a70000 url("images/menuContent_modry.jpg");		
		background-repeat: y-repeat;
		}
		
	div.menuBottom{
		height: 28px;
		background: black url("images/menuBottom_modry.jpg");		
		background-repeat: no-repeat;
  		background-position: center;
		}		
				
	/* odsadenie a formatovanie pre "slovensky" */						
	div#skMenuTop div, div#enMenuTop div{		
		padding-top: 5px;
		padding-left: 10px;
		font-size: 22px;
  		color: white;
	}
	
	/* odsadenie a formatovanie pre obsah oboch menu */		
	
	div.menuBottom, div.menuContent, div.menuTop{
		color: white;
		font-weight: bold;
		font-size: 13px;
		width: 172px;
		padding-left: 30px;
	}
	
	a:link, a:visited, a:active{
		color: black;
		text-decoration: none;
		}


	div.menuContent a:link, div.menuContent a:visited, div.menuContent a:active{
		color: white;
		text-decoration: none;
		}
	
	div.menuContent a:hover{
		color: #cccccc;
		text-decoration: none;
		}

	a:hover{
		color: #999999;
		text-decoration: none;
		}

	div.menuContent h2{
		color: white;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 5px;
		padding: 3px;
		background-color: #666666;
	}
	
	#contentcenter {
		width:380px;
		padding:0px;
		margin-top:-100px;
		float:left;
		text-align: center;
		}
	
	#contentright {
		width:202px;
		padding:0px;
		padding-left:11px;
		float:left;
		background:#fff;
		}
		
	#contentright p { font-size:10px}
	
	#pictureStripe{
		width:796px;
		background: #ccc;
		padding: 0px;
		height: 105px;
		overflow: hidden;
		/*border-left: 2px solid #999999;
		border-right: 2px solid #999999;
		border-bottom: 2px solid #999999;*/
		border: 2px solid #999999;
		position: relative;
	}
	
	div.footer{
		width:800px;
/*		background: #aa172a;*/
		background: #246494;
		padding: 0px;
		height: 16px;
/*		border-top: 2px solid white;*/
		border-bottom: 2px solid white;
		font-size: 10px;
/*		border-left: 2px solid #999999;*/
/*		border-right: 2px solid #999999;*/
		color: white;	
		text-align: center;	
	}
	
	div.separator{
		width:800px;
		height: 10px;
		background: white;		
		padding:0px;				
	}
	
	#slider, #slider2
	{
  		position: absolute;
  		border: solid 0px black;
  		left: 0px;
  		padding: 0px;
  		padding-top: 3px;
  		padding-left: 7px; 
  		padding-right: 0px; 
		padding-bottom: 0px;
  		margin: 0px;
  		width: 800px;
  		height: 100px;	
  		overflow: hidden;		
	}
	
	#slider img, #slider2 img
	{
		padding-left: 2px;
		border: 0px solid white;
	}

	/* posunutie slideru 2 */
	#slider2
	{
  		left: -800px;
	}

	#logo
	{
		padding-top: 150px;		
		padding-left: 20px;
	}
	
	div.smallAddress
	{
		font-size: 11px;
	}


/* Tool tip formatting */

.tool-tip {
	color: #fff;
	width: 120px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
/*	background: url(bubble.png) top left;*/
	background-color: #246494;
	border: 1px solid #eeeeee;
	border-bottom: 0px solid white;
	text-align: left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
/*	background: url(bubble.png) bottom right;*/
	background-color: #246494;
	border: 1px solid #eeeeee;
	border-top: 0px solid #660000;
	text-align: left;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



	