@charset "utf-8";
/* CSS Document */

#header1{
	width:652px;
	height:40px;
	margin:auto;
}

#header1-left{
	float:left;
	width:13px;
	height:40px;
	background-image:url(../images/header1-left.gif);
	
}

#header1-mid{
	float:left;
	width:626px;
	height:40px;
	background-image:url(../images/header1-mid.gif);
	background-repeat:repeat-x;
	border-style:dotted;
	border-color:#F00;
	border-width:0px;
}

#header1-right{
	float:left;
	width:12px;
	height:40px;
	background-image:url(../images/header1-right.gif);
}


.search-box{
	width:290px;
	height:25px;
	margin:auto;
	margin-top:11px;
	background-image: url("../images/search-box-bg.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
/*
#search-box-left{
	float:left;
	width:5px;
	height:25px;
	background-image:url(../images/search-box-left.gif);
	
}

#search-box-mid{
	float:left;
	width:208px;
	height:25px;
	background-image:url(../images/search-box-mid.gif);
	background-repeat:repeat-x;
}

#search-box-right{
	float:left;
	width:5px;
	height:25px;
	background-image:url(../images/search-box-right.gif);
	
} */

.search-box-text{
	float:left;
	width:208px;
	height:17px;
	margin-top:3px;
	margin-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#1d4874;
	border-width:0px;
	
}

input.sea_buton {
	float:left;
	margin-left:10px;
	margin-top:1px;
	width:52px;
	height:22px;
	
	border:0px;
	background-image: url("../images/search_buton-1.gif");	
}

input.sea_buton:hover {
	cursor:pointer;
	background-image: url("../images/search_buton-2.gif");
}


#header2{
	width:591px;
	height:122px;
	margin:auto;
	
}

#header2-left{
	float:left;
	width:44px;
	height:122px;
	background-image:url(../images/header2-left.gif);
	
}

#header2-mid{
	float:left;
	width:507px;
	height:122px;
	background-image:url(../images/header2-mid.gif);
	background-repeat:repeat-x;
	
}
#header2-mid-mid{
	margin-left:25px;
	margin-top:30px;

	}

#header2-right{
	float:left;
	width:40px;
	height:122px;
	background-image:url(../images/header2-right.gif);
	
}

#header-meniu{
	width:708px;
	height:53px;
	margin:auto;
		
}

#header-meniu-left{
	float:left;
	width:46px;
	height:53px;
	background-image:url(../images/header-menu-left.gif);
	
}

#header-meniu-mid{
	display:block;
	float:left;
	width:611px;
	height:53px;
	background-image:url(../images/header-menu-mid.gif);
	background-repeat:repeat-x;
}

#header-meniu-right{
	float:left;
	width:51px;
	height:53px;
	background-image:url(../images/header-menu-right.gif);
	
}

a.menu-link{
	float:left;
	width:auto;
	height:16px;
	
	margin-left:40px;
	margin-top:22px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}

a.menu-link:hover{
	color:#000000;	
}

a.menu-link:active{
	color:#000000;	
}

